{ "uuid": "b0715742-20ba-4de6-bb8b-d2feb85e6b05", "lastMigration": 29, "name": "Instagram API", "endpointPrefix": "v1", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "dc289078-7c3e-4df2-a938-9caa739bd8d9", "documentation": "Get recent media from a custom geo-id.", "method": "get", "endpoint": "geographies/{geo-id}/media/recent", "responses": [ { "uuid": "fabb0eef-cd7e-4bb7-b3f0-6314dd808f89", "body": "{\n \"data\": [\n {\n \"attribution\": \"\",\n \"caption\": {\n \"created_time\": \"\",\n \"from\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n },\n \"id\": \"\",\n \"text\": \"\"\n },\n \"comments\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"data\": [\n {\n \"created_time\": \"\",\n \"from\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n },\n \"id\": \"\",\n \"text\": \"\"\n }\n ]\n },\n \"created_time\": \"\",\n \"filter\": \"\",\n \"id\": \"\",\n \"images\": {\n \"low_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"standard_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"thumbnail\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n }\n },\n \"likes\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"data\": [\n {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n }\n ]\n },\n \"link\": \"\",\n \"location\": {\n \"id\": \"\",\n \"latitude\": {{faker 'number.float'}},\n \"longitude\": {{faker 'number.float'}},\n \"name\": \"\"\n },\n \"tags\": [\n \"\"\n ],\n \"type\": \"{{oneOf (array 'image' 'video')}}\",\n \"user\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n },\n \"user_has_liked\": {{faker 'datatype.boolean'}},\n \"users_in_photo\": [\n {\n \"position\": {\n \"x\": {{faker 'number.float'}},\n \"y\": {{faker 'number.float'}}\n },\n \"user\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n }\n }\n ],\n \"videos\": {\n \"low_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"standard_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n }\n }\n }\n ],\n \"meta\": {\n \"code\": {{faker 'number.int' max=99999}}\n },\n \"pagination\": {\n \"next_max_id\": \"\",\n \"next_url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "List of recent media entries from a geography subscription.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5ee1639b-af0f-40c3-856e-d191a97d9875", "documentation": "Search for a location by geographic coordinate.", "method": "get", "endpoint": "locations/search", "responses": [ { "uuid": "3f73e105-ab84-4851-9ce1-e87a41de2b03", "body": "{\n \"data\": [\n {\n \"id\": \"\",\n \"latitude\": {{faker 'number.float'}},\n \"longitude\": {{faker 'number.float'}},\n \"name\": \"\"\n }\n ],\n \"meta\": {\n \"code\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "List of found locations.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "558384ca-182e-4a58-93e9-a71a4295d514", "documentation": "Get information about a location.", "method": "get", "endpoint": "locations/{location-id}", "responses": [ { "uuid": "6a59fef9-6569-46d4-bbd5-8e1af5072d1c", "body": "{\n \"data\": {\n \"id\": \"\",\n \"latitude\": {{faker 'number.float'}},\n \"longitude\": {{faker 'number.float'}},\n \"name\": \"\"\n },\n \"meta\": {\n \"code\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Location information response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0acf8985-bdd3-42b1-9ed1-207fc03ff9ac", "documentation": "Get a list of recent media objects from a given location.", "method": "get", "endpoint": "locations/{location-id}/media/recent", "responses": [ { "uuid": "2462f298-35a6-4e87-90cc-463a3a5146f7", "body": "{\n \"data\": [\n {\n \"attribution\": \"\",\n \"caption\": {\n \"created_time\": \"\",\n \"from\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n },\n \"id\": \"\",\n \"text\": \"\"\n },\n \"comments\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"data\": [\n {\n \"created_time\": \"\",\n \"from\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n },\n \"id\": \"\",\n \"text\": \"\"\n }\n ]\n },\n \"created_time\": \"\",\n \"filter\": \"\",\n \"id\": \"\",\n \"images\": {\n \"low_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"standard_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"thumbnail\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n }\n },\n \"likes\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"data\": [\n {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n }\n ]\n },\n \"link\": \"\",\n \"location\": {\n \"id\": \"\",\n \"latitude\": {{faker 'number.float'}},\n \"longitude\": {{faker 'number.float'}},\n \"name\": \"\"\n },\n \"tags\": [\n \"\"\n ],\n \"type\": \"{{oneOf (array 'image' 'video')}}\",\n \"user\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n },\n \"user_has_liked\": {{faker 'datatype.boolean'}},\n \"users_in_photo\": [\n {\n \"position\": {\n \"x\": {{faker 'number.float'}},\n \"y\": {{faker 'number.float'}}\n },\n \"user\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n }\n }\n ],\n \"videos\": {\n \"low_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"standard_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n }\n }\n }\n ],\n \"meta\": {\n \"code\": {{faker 'number.int' max=99999}}\n },\n \"pagination\": {\n \"next_max_id\": \"\",\n \"next_url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "List of media entries from this location.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8abdaa51-8c37-49c4-b11e-63a8137d2605", "documentation": "Get a list of currently popular media.", "method": "get", "endpoint": "media/popular", "responses": [ { "uuid": "0beea887-e616-45ee-873a-dde9d14dfbb2", "body": "{\n \"data\": [\n {\n \"attribution\": \"\",\n \"caption\": {\n \"created_time\": \"\",\n \"from\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n },\n \"id\": \"\",\n \"text\": \"\"\n },\n \"comments\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"data\": [\n {\n \"created_time\": \"\",\n \"from\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n },\n \"id\": \"\",\n \"text\": \"\"\n }\n ]\n },\n \"created_time\": \"\",\n \"filter\": \"\",\n \"id\": \"\",\n \"images\": {\n \"low_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"standard_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"thumbnail\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n }\n },\n \"likes\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"data\": [\n {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n }\n ]\n },\n \"link\": \"\",\n \"location\": {\n \"id\": \"\",\n \"latitude\": {{faker 'number.float'}},\n \"longitude\": {{faker 'number.float'}},\n \"name\": \"\"\n },\n \"tags\": [\n \"\"\n ],\n \"type\": \"{{oneOf (array 'image' 'video')}}\",\n \"user\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n },\n \"user_has_liked\": {{faker 'datatype.boolean'}},\n \"users_in_photo\": [\n {\n \"position\": {\n \"x\": {{faker 'number.float'}},\n \"y\": {{faker 'number.float'}}\n },\n \"user\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n }\n }\n ],\n \"videos\": {\n \"low_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"standard_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n }\n }\n }\n ],\n \"meta\": {\n \"code\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Found media resources (without likes information).", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "daad3340-60e4-48e5-98d8-1ab87b4c4de5", "documentation": "Search for media in a given area.", "method": "get", "endpoint": "media/search", "responses": [ { "uuid": "3479b24a-1eb1-4cd5-838b-418761d989e6", "body": "{\n \"data\": [\n {\n \"attribution\": \"\",\n \"caption\": {\n \"created_time\": \"\",\n \"from\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n },\n \"id\": \"\",\n \"text\": \"\"\n },\n \"comments\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"data\": [\n {\n \"created_time\": \"\",\n \"from\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n },\n \"id\": \"\",\n \"text\": \"\"\n }\n ]\n },\n \"created_time\": \"\",\n \"filter\": \"\",\n \"id\": \"\",\n \"images\": {\n \"low_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"standard_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"thumbnail\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n }\n },\n \"likes\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"data\": [\n {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n }\n ]\n },\n \"link\": \"\",\n \"location\": {\n \"id\": \"\",\n \"latitude\": {{faker 'number.float'}},\n \"longitude\": {{faker 'number.float'}},\n \"name\": \"\"\n },\n \"tags\": [\n \"\"\n ],\n \"type\": \"{{oneOf (array 'image' 'video')}}\",\n \"user\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n },\n \"user_has_liked\": {{faker 'datatype.boolean'}},\n \"users_in_photo\": [\n {\n \"position\": {\n \"x\": {{faker 'number.float'}},\n \"y\": {{faker 'number.float'}}\n },\n \"user\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n }\n }\n ],\n \"videos\": {\n \"low_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"standard_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n }\n }\n }\n ],\n \"meta\": {\n \"code\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Found media resources (without likes information) in a given area.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "44000f33-9151-4ad7-bf24-4fccb4ceced6", "documentation": "Get information about a media object.", "method": "get", "endpoint": "media/shortcode/:shortcode", "responses": [ { "uuid": "c07ce992-6de4-405b-b9c5-834db139907e", "body": "{\n \"data\": {\n \"attribution\": \"\",\n \"caption\": {\n \"created_time\": \"\",\n \"from\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n },\n \"id\": \"\",\n \"text\": \"\"\n },\n \"comments\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"data\": [\n {\n \"created_time\": \"\",\n \"from\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n },\n \"id\": \"\",\n \"text\": \"\"\n }\n ]\n },\n \"created_time\": \"\",\n \"filter\": \"\",\n \"id\": \"\",\n \"images\": {\n \"low_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"standard_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"thumbnail\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n }\n },\n \"likes\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"data\": [\n {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n }\n ]\n },\n \"link\": \"\",\n \"location\": {\n \"id\": \"\",\n \"latitude\": {{faker 'number.float'}},\n \"longitude\": {{faker 'number.float'}},\n \"name\": \"\"\n },\n \"tags\": [\n \"\"\n ],\n \"type\": \"{{oneOf (array 'image' 'video')}}\",\n \"user\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n },\n \"user_has_liked\": {{faker 'datatype.boolean'}},\n \"users_in_photo\": [\n {\n \"position\": {\n \"x\": {{faker 'number.float'}},\n \"y\": {{faker 'number.float'}}\n },\n \"user\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n }\n }\n ],\n \"videos\": {\n \"low_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"standard_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n }\n }\n },\n \"meta\": {\n \"code\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Media resource information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e96f2564-7026-47ff-830f-b3f3f3f05bb5", "documentation": "Get information about a media object.", "method": "get", "endpoint": "media/{media-id}", "responses": [ { "uuid": "d3d90474-4096-4521-8fc4-d75c98993562", "body": "{\n \"data\": {\n \"attribution\": \"\",\n \"caption\": {\n \"created_time\": \"\",\n \"from\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n },\n \"id\": \"\",\n \"text\": \"\"\n },\n \"comments\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"data\": [\n {\n \"created_time\": \"\",\n \"from\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n },\n \"id\": \"\",\n \"text\": \"\"\n }\n ]\n },\n \"created_time\": \"\",\n \"filter\": \"\",\n \"id\": \"\",\n \"images\": {\n \"low_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"standard_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"thumbnail\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n }\n },\n \"likes\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"data\": [\n {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n }\n ]\n },\n \"link\": \"\",\n \"location\": {\n \"id\": \"\",\n \"latitude\": {{faker 'number.float'}},\n \"longitude\": {{faker 'number.float'}},\n \"name\": \"\"\n },\n \"tags\": [\n \"\"\n ],\n \"type\": \"{{oneOf (array 'image' 'video')}}\",\n \"user\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n },\n \"user_has_liked\": {{faker 'datatype.boolean'}},\n \"users_in_photo\": [\n {\n \"position\": {\n \"x\": {{faker 'number.float'}},\n \"y\": {{faker 'number.float'}}\n },\n \"user\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n }\n }\n ],\n \"videos\": {\n \"low_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"standard_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n }\n }\n },\n \"meta\": {\n \"code\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Media resource information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9342ded2-367b-428e-a038-cabfd43c64f0", "documentation": "Get a list of recent comments on a media object.", "method": "get", "endpoint": "media/{media-id}/comments", "responses": [ { "uuid": "90beca47-dfca-4e6a-b31f-cf1f8003585a", "body": "{\n \"data\": [\n {\n \"created_time\": \"\",\n \"from\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n },\n \"id\": \"\",\n \"text\": \"\"\n }\n ],\n \"meta\": {\n \"code\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "List of comments of the media resource.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "52ad5098-3205-42ee-a28b-bd47c3dd5321", "documentation": "Create a comment on a media object.", "method": "post", "endpoint": "media/{media-id}/comments", "responses": [ { "uuid": "ae2375cc-d803-4b58-bcb5-a17fd9b306cc", "body": "{\n \"data\": \"\",\n \"meta\": {\n \"code\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Result of posting a comment.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b7e18104-123b-4e26-8dbb-b97d954ba436", "documentation": "Remove a comment.", "method": "delete", "endpoint": "media/{media-id}/comments/{comment-id}", "responses": [ { "uuid": "5e8c9d14-a6c1-4a7c-8017-9106b3172b2a", "body": "{\n \"data\": \"\",\n \"meta\": {\n \"code\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Result of deleting a comment.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1180db52-eccb-4194-bd42-011eeaa24b6d", "documentation": "Remove a like on this media by the current user.", "method": "delete", "endpoint": "media/{media-id}/likes", "responses": [ { "uuid": "b9e7ef20-b415-400c-b9df-d4e5b0ee5050", "body": "{\n \"data\": \"\",\n \"meta\": {\n \"code\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Result of removing a like.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0ac4c238-0e8c-4249-a843-7c968d6c1290", "documentation": "Get a list of users who have liked this media.", "method": "get", "endpoint": "media/{media-id}/likes", "responses": [ { "uuid": "1350a23f-6021-4dcb-8fc0-6c4cc97174af", "body": "{\n \"data\": [\n {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n }\n ],\n \"meta\": {\n \"code\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "List of users who liked the media resource.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1423a739-fb8b-40d7-9407-50241d411310", "documentation": "Set a like on this media by the current user.", "method": "post", "endpoint": "media/{media-id}/likes", "responses": [ { "uuid": "1623baca-3eca-484d-9859-aa2d225e3423", "body": "{\n \"data\": \"\",\n \"meta\": {\n \"code\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Result of setting a like.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dbcd319b-f7f8-4f88-b2ae-e58d2171c711", "documentation": "Search for tags by name.", "method": "get", "endpoint": "tags/search", "responses": [ { "uuid": "82338020-efed-4bd8-81e5-3ec18d14bfe5", "body": "{\n \"data\": [\n {\n \"media_count\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n ],\n \"meta\": {\n \"code\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "List of found tags and their statistics.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6a9b3c91-7dd4-4941-b1ed-9934ae50c4eb", "documentation": "Get information about a tag object.", "method": "get", "endpoint": "tags/{tag-name}", "responses": [ { "uuid": "80878902-324e-4609-bf13-9628c589022b", "body": "{\n \"data\": {\n \"media_count\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n },\n \"meta\": {\n \"code\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Tag information response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f6579877-f6bf-453b-9d9e-2f64b9d4ba30", "documentation": "Get a list of recently tagged media.", "method": "get", "endpoint": "tags/{tag-name}/media/recent", "responses": [ { "uuid": "681b1ddf-0cd5-455d-802a-de779fa96fb5", "body": "{\n \"data\": [\n {\n \"attribution\": \"\",\n \"caption\": {\n \"created_time\": \"\",\n \"from\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n },\n \"id\": \"\",\n \"text\": \"\"\n },\n \"comments\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"data\": [\n {\n \"created_time\": \"\",\n \"from\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n },\n \"id\": \"\",\n \"text\": \"\"\n }\n ]\n },\n \"created_time\": \"\",\n \"filter\": \"\",\n \"id\": \"\",\n \"images\": {\n \"low_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"standard_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"thumbnail\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n }\n },\n \"likes\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"data\": [\n {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n }\n ]\n },\n \"link\": \"\",\n \"location\": {\n \"id\": \"\",\n \"latitude\": {{faker 'number.float'}},\n \"longitude\": {{faker 'number.float'}},\n \"name\": \"\"\n },\n \"tags\": [\n \"\"\n ],\n \"type\": \"{{oneOf (array 'image' 'video')}}\",\n \"user\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n },\n \"user_has_liked\": {{faker 'datatype.boolean'}},\n \"users_in_photo\": [\n {\n \"position\": {\n \"x\": {{faker 'number.float'}},\n \"y\": {{faker 'number.float'}}\n },\n \"user\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n }\n }\n ],\n \"videos\": {\n \"low_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"standard_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n }\n }\n }\n ],\n \"meta\": {\n \"code\": {{faker 'number.int' max=99999}}\n },\n \"pagination\": {\n \"deprecation_warning\": \"\",\n \"min_tag_id\": \"\",\n \"next_max_id\": \"\",\n \"next_max_tag_id\": \"\",\n \"next_min_id\": \"\",\n \"next_url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "List of media entries with this tag.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "01fd9425-555b-48ea-bd3f-da159038c1a6", "documentation": "Search for a user by name.", "method": "get", "endpoint": "users/search", "responses": [ { "uuid": "92439f14-acdc-4637-a3a9-d49444ed4958", "body": "{\n \"data\": [\n {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n }\n ],\n \"meta\": {\n \"code\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "List of found users.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e53d4baf-368b-4459-96b4-eb18947dbf67", "documentation": "See the authenticated user's feed.", "method": "get", "endpoint": "users/self/feed", "responses": [ { "uuid": "2b965dcd-5e72-4858-9411-12178ae091c3", "body": "{\n \"data\": [\n {\n \"attribution\": \"\",\n \"caption\": {\n \"created_time\": \"\",\n \"from\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n },\n \"id\": \"\",\n \"text\": \"\"\n },\n \"comments\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"data\": [\n {\n \"created_time\": \"\",\n \"from\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n },\n \"id\": \"\",\n \"text\": \"\"\n }\n ]\n },\n \"created_time\": \"\",\n \"filter\": \"\",\n \"id\": \"\",\n \"images\": {\n \"low_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"standard_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"thumbnail\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n }\n },\n \"likes\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"data\": [\n {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n }\n ]\n },\n \"link\": \"\",\n \"location\": {\n \"id\": \"\",\n \"latitude\": {{faker 'number.float'}},\n \"longitude\": {{faker 'number.float'}},\n \"name\": \"\"\n },\n \"tags\": [\n \"\"\n ],\n \"type\": \"{{oneOf (array 'image' 'video')}}\",\n \"user\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n },\n \"user_has_liked\": {{faker 'datatype.boolean'}},\n \"users_in_photo\": [\n {\n \"position\": {\n \"x\": {{faker 'number.float'}},\n \"y\": {{faker 'number.float'}}\n },\n \"user\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n }\n }\n ],\n \"videos\": {\n \"low_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"standard_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n }\n }\n }\n ],\n \"meta\": {\n \"code\": {{faker 'number.int' max=99999}}\n },\n \"pagination\": {\n \"next_max_id\": \"\",\n \"next_url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Users feed entries.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a74b5121-7a6b-4aea-92f0-fd957b0cb8d0", "documentation": "See the list of media liked by the authenticated user.", "method": "get", "endpoint": "users/self/media/liked", "responses": [ { "uuid": "c300a3e8-2f92-430e-a69f-84a227d1f1ef", "body": "{\n \"data\": [\n {\n \"attribution\": \"\",\n \"caption\": {\n \"created_time\": \"\",\n \"from\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n },\n \"id\": \"\",\n \"text\": \"\"\n },\n \"comments\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"data\": [\n {\n \"created_time\": \"\",\n \"from\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n },\n \"id\": \"\",\n \"text\": \"\"\n }\n ]\n },\n \"created_time\": \"\",\n \"filter\": \"\",\n \"id\": \"\",\n \"images\": {\n \"low_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"standard_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"thumbnail\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n }\n },\n \"likes\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"data\": [\n {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n }\n ]\n },\n \"link\": \"\",\n \"location\": {\n \"id\": \"\",\n \"latitude\": {{faker 'number.float'}},\n \"longitude\": {{faker 'number.float'}},\n \"name\": \"\"\n },\n \"tags\": [\n \"\"\n ],\n \"type\": \"{{oneOf (array 'image' 'video')}}\",\n \"user\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n },\n \"user_has_liked\": {{faker 'datatype.boolean'}},\n \"users_in_photo\": [\n {\n \"position\": {\n \"x\": {{faker 'number.float'}},\n \"y\": {{faker 'number.float'}}\n },\n \"user\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n }\n }\n ],\n \"videos\": {\n \"low_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"standard_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n }\n }\n }\n ],\n \"meta\": {\n \"code\": {{faker 'number.int' max=99999}}\n },\n \"pagination\": {\n \"next_max_id\": \"\",\n \"next_url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Users media entries.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b8522543-6764-4180-88f6-c2fb2bbdce39", "documentation": "List the users who have requested this user's permission to follow.", "method": "get", "endpoint": "users/self/requested-by", "responses": [ { "uuid": "587bf202-4691-4588-b892-55f3d7fc4643", "body": "{\n \"data\": [\n {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n }\n ],\n \"meta\": {\n \"code\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "List of users who have requested this user's permission to follow.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "07038a18-b794-4dfa-a597-251bd8041b84", "documentation": "Get basic information about a user.", "method": "get", "endpoint": "users/{user-id}", "responses": [ { "uuid": "bbac65cf-363a-44f3-8224-3d9352c79dce", "body": "{\n \"data\": {\n \"bio\": \"\",\n \"counts\": {\n \"followed_by\": {{faker 'number.int' max=99999}},\n \"follows\": {{faker 'number.int' max=99999}},\n \"media\": {{faker 'number.int' max=99999}}\n },\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\",\n \"website\": \"\"\n },\n \"meta\": {\n \"code\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "User basic information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "abcb239b-6d65-489e-abc0-f338c2eea69c", "body": "", "latency": 0, "statusCode": 404, "label": "Not Found, user with such ID does not exist.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "85eeb66f-32cd-4d2b-aad4-af7bf75cd423", "documentation": "Get the list of users this user is followed by.", "method": "get", "endpoint": "users/{user-id}/followed-by", "responses": [ { "uuid": "c493a329-8fe1-4964-a465-9fafddaf8a91", "body": "{\n \"data\": [\n {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n }\n ],\n \"meta\": {\n \"code\": {{faker 'number.int' max=99999}}\n },\n \"pagination\": {\n \"next_cursor\": \"\",\n \"next_url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "List of users this user is followed by.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dd218c82-03bb-4d20-bf65-68b77031e12b", "documentation": "Get the list of users this user follows.", "method": "get", "endpoint": "users/{user-id}/follows", "responses": [ { "uuid": "166674c8-23a9-46af-9a95-675d09163091", "body": "{\n \"data\": [\n {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n }\n ],\n \"meta\": {\n \"code\": {{faker 'number.int' max=99999}}\n },\n \"pagination\": {\n \"next_cursor\": \"\",\n \"next_url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "List of users this user follows.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dcd4b890-b75d-4b6c-8eb4-c15bb2a58619", "documentation": "Get the most recent media published by a user.", "method": "get", "endpoint": "users/{user-id}/media/recent", "responses": [ { "uuid": "c01a3a06-46d0-4d24-90c1-678154627fde", "body": "{\n \"data\": [\n {\n \"attribution\": \"\",\n \"caption\": {\n \"created_time\": \"\",\n \"from\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n },\n \"id\": \"\",\n \"text\": \"\"\n },\n \"comments\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"data\": [\n {\n \"created_time\": \"\",\n \"from\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n },\n \"id\": \"\",\n \"text\": \"\"\n }\n ]\n },\n \"created_time\": \"\",\n \"filter\": \"\",\n \"id\": \"\",\n \"images\": {\n \"low_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"standard_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"thumbnail\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n }\n },\n \"likes\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"data\": [\n {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n }\n ]\n },\n \"link\": \"\",\n \"location\": {\n \"id\": \"\",\n \"latitude\": {{faker 'number.float'}},\n \"longitude\": {{faker 'number.float'}},\n \"name\": \"\"\n },\n \"tags\": [\n \"\"\n ],\n \"type\": \"{{oneOf (array 'image' 'video')}}\",\n \"user\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n },\n \"user_has_liked\": {{faker 'datatype.boolean'}},\n \"users_in_photo\": [\n {\n \"position\": {\n \"x\": {{faker 'number.float'}},\n \"y\": {{faker 'number.float'}}\n },\n \"user\": {\n \"full_name\": \"\",\n \"id\": \"\",\n \"profile_picture\": \"\",\n \"username\": \"\"\n }\n }\n ],\n \"videos\": {\n \"low_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"standard_resolution\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n }\n }\n }\n ],\n \"meta\": {\n \"code\": {{faker 'number.int' max=99999}}\n },\n \"pagination\": {\n \"next_max_id\": \"\",\n \"next_url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Users media entries.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8020a9b6-8e98-4ecf-9937-2cac1d9a09ca", "documentation": "Get information about a relationship to another user.", "method": "get", "endpoint": "users/{user-id}/relationship", "responses": [ { "uuid": "b35dbe17-3ab2-41a5-ba84-277b606f085c", "body": "{\n \"data\": {\n \"incoming_status\": \"{{oneOf (array 'none' 'followed_by' 'requested_by')}}\",\n \"outgoing_status\": \"{{oneOf (array 'none' 'follows' 'requested')}}\",\n \"target_user_is_private\": {{faker 'datatype.boolean'}}\n },\n \"meta\": {\n \"code\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Relationship information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f14f2aa2-ad2a-4db6-b648-68813bc0afdb", "documentation": "Modify the relationship between the current user and the target user.", "method": "post", "endpoint": "users/{user-id}/relationship", "responses": [ { "uuid": "0902cfd9-f8f9-4721-819e-b34bd1a6586d", "body": "{\n \"data\": {\n \"outgoing_status\": \"{{oneOf (array 'none' 'follows' 'requested')}}\"\n },\n \"meta\": {\n \"code\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Relationship information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "dc289078-7c3e-4df2-a938-9caa739bd8d9" }, { "type": "route", "uuid": "5ee1639b-af0f-40c3-856e-d191a97d9875" }, { "type": "route", "uuid": "558384ca-182e-4a58-93e9-a71a4295d514" }, { "type": "route", "uuid": "0acf8985-bdd3-42b1-9ed1-207fc03ff9ac" }, { "type": "route", "uuid": "8abdaa51-8c37-49c4-b11e-63a8137d2605" }, { "type": "route", "uuid": "daad3340-60e4-48e5-98d8-1ab87b4c4de5" }, { "type": "route", "uuid": "44000f33-9151-4ad7-bf24-4fccb4ceced6" }, { "type": "route", "uuid": "e96f2564-7026-47ff-830f-b3f3f3f05bb5" }, { "type": "route", "uuid": "9342ded2-367b-428e-a038-cabfd43c64f0" }, { "type": "route", "uuid": "52ad5098-3205-42ee-a28b-bd47c3dd5321" }, { "type": "route", "uuid": "b7e18104-123b-4e26-8dbb-b97d954ba436" }, { "type": "route", "uuid": "1180db52-eccb-4194-bd42-011eeaa24b6d" }, { "type": "route", "uuid": "0ac4c238-0e8c-4249-a843-7c968d6c1290" }, { "type": "route", "uuid": "1423a739-fb8b-40d7-9407-50241d411310" }, { "type": "route", "uuid": "dbcd319b-f7f8-4f88-b2ae-e58d2171c711" }, { "type": "route", "uuid": "6a9b3c91-7dd4-4941-b1ed-9934ae50c4eb" }, { "type": "route", "uuid": "f6579877-f6bf-453b-9d9e-2f64b9d4ba30" }, { "type": "route", "uuid": "01fd9425-555b-48ea-bd3f-da159038c1a6" }, { "type": "route", "uuid": "e53d4baf-368b-4459-96b4-eb18947dbf67" }, { "type": "route", "uuid": "a74b5121-7a6b-4aea-92f0-fd957b0cb8d0" }, { "type": "route", "uuid": "b8522543-6764-4180-88f6-c2fb2bbdce39" }, { "type": "route", "uuid": "07038a18-b794-4dfa-a597-251bd8041b84" }, { "type": "route", "uuid": "85eeb66f-32cd-4d2b-aad4-af7bf75cd423" }, { "type": "route", "uuid": "dd218c82-03bb-4d20-bf65-68b77031e12b" }, { "type": "route", "uuid": "dcd4b890-b75d-4b6c-8eb4-c15bb2a58619" }, { "type": "route", "uuid": "8020a9b6-8e98-4ecf-9937-2cac1d9a09ca" }, { "type": "route", "uuid": "f14f2aa2-ad2a-4db6-b648-68813bc0afdb" } ] }