id
stringlengths 53
86
| api_name
stringlengths 2
76
| api_description
stringlengths 1
500
⌀ | api_score
float64 0
10
⌀ | endpoint_name
stringlengths 1
190
| endpoint_description
stringlengths 0
500
| response_status_code
int64 100
505
| response_summary
stringlengths 1
68
⌀ | response_json
stringlengths 6
50k
| response_json_schema
stringlengths 14
150k
|
---|---|---|---|---|---|---|---|---|---|
336b3c53-8365-4ab8-8a3f-edf9f403b9b5/ea262454-e33b-47b8-b623-3de2ef863151/0/0 | Postput | Store & perform on-the-fly operations on your files | 0.2 | Transform your images | Perform on-the-fly operations on your files | 200 | New Example | {"key1": "value", "key2": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]} |
f6fe51b7-2d88-4b62-bdba-1686ff83610f/1dcf1a30-b848-426e-8d57-2be7aa6ec022/0/0 | SupermarketPurchasesAPI | Supermarket purchases API | 0 | /brocadeAPI/getProductsByName | Get products by name in brocade external api | 200 | New Example | {"key1": "value", "key2": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]} |
dd768e97-d320-4225-82b8-06c96b8fc31d/7b360c09-70b9-421a-bedb-28ded1cb3093/0/0 | Storage | Free 50 Gb Storage | null | upload | upload file | 201 | Example_1 | {"status": "success", "fileEntry": {"id": 0, "name": "image.png", "file_name": "j6oWHDG1z613UqFHLZpE1Yrqngw0N8XLuGNLNWJV", "file_size": 111863, "parent_id": 1, "thumbnail": "thumbnail.png", "mime": "image/png", "url": "secure/uploads/3260", "hash": "MzI2MHxwYWRkaQ", "type": "image", "description": "Example description entered by user", "deleted_at": "2021-02-23T14:42:38.000000Z", "created_at": "2021-02-23T14:42:38.000000Z", "updated_at": "2021-02-23T14:42:38.000000Z", "path": "3260/3261/3262", "users": [{"id": 0, "email": "[email protected]"}]}} | {"type": "object", "properties": {"status": {"type": "string"}, "fileEntry": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": "string"}, "file_name": {"type": "string", "description": "actual file name for this entry on storage"}, "file_size": {"type": "integer", "format": "int64", "description": "In bytes", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "parent_id": {"type": "integer", "format": "int64", "description": "Parent folder ID", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "thumbnail": {"type": "string", "description": "Relative path to thumbnail image for the file (if it exists)"}, "mime": {"type": "string"}, "url": {"type": "string", "description": "relative url for previewing file or folder contents"}, "hash": {"type": "string"}, "type": {"type": "string", "enum": ["image", "folder", "text", "audio", "video", "pdf"]}, "description": {"type": "string"}, "deleted_at": {"type": "string", "description": "date entry was moved to trash (if it's in trash currently)"}, "created_at": {"type": "string", "description": "date entry was uploaded"}, "updated_at": {"type": "string", "description": "date entry was last modified (content, name or location changed)"}, "path": {"type": "string", "description": "full path of parent folder IDs for this entry up to root"}, "users": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "email": {"type": "string"}}}}}}}} |
dd768e97-d320-4225-82b8-06c96b8fc31d/7b360c09-70b9-421a-bedb-28ded1cb3093/1/0 | Storage | Free 50 Gb Storage | null | upload | upload file | 422 | Example_1 | {"status": "error", "message": "Reason for the error", "errors": {"some_data_1": "Error message for data 1", "some_data_2": "Error message for data 2"}} | {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}, "errors": {"type": "object", "properties": {"some_data_1": {"type": "string"}, "some_data_2": {"type": "string"}}}}} |
dd768e97-d320-4225-82b8-06c96b8fc31d/4635c340-1e75-4149-9f3c-189ba5318960/2/0 | Storage | Free 50 Gb Storage | null | loadUploadSession | This will either create a new upload session for specified fingerprint, or load an existing one if it was previously created.All parameters for chunked uploading should be included via headers and prefixed with Be- | 200 | null | {"status": "success", "uploadedChunks": [{"number": 0, "size": 0}], "fileEntry": {"id": 0, "name": "image.png", "file_name": "j6oWHDG1z613UqFHLZpE1Yrqngw0N8XLuGNLNWJV", "file_size": 111863, "parent_id": 1, "thumbnail": "thumbnail.png", "mime": "image/png", "url": "secure/uploads/3260", "hash": "MzI2MHxwYWRkaQ", "type": "image", "description": "Example description entered by user", "deleted_at": "2021-02-23T14:42:38.000000Z", "created_at": "2021-02-23T14:42:38.000000Z", "updated_at": "2021-02-23T14:42:38.000000Z", "path": "3260/3261/3262", "users": [{"id": 0, "email": "[email protected]"}]}} | {"type": "object", "properties": {"status": {"type": "string"}, "uploadedChunks": {"type": "array", "items": {"type": "object", "properties": {"number": {"type": "integer", "description": "Number (index) of the chunk"}, "size": {"type": "integer", "description": "Size of the chunk in bytes"}}}}, "fileEntry": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": "string"}, "file_name": {"type": "string", "description": "actual file name for this entry on storage"}, "file_size": {"type": "integer", "format": "int64", "description": "In bytes", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "parent_id": {"type": "integer", "format": "int64", "description": "Parent folder ID", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "thumbnail": {"type": "string", "description": "Relative path to thumbnail image for the file (if it exists)"}, "mime": {"type": "string"}, "url": {"type": "string", "description": "relative url for previewing file or folder contents"}, "hash": {"type": "string"}, "type": {"type": "string", "enum": ["image", "folder", "text", "audio", "video", "pdf"]}, "description": {"type": "string"}, "deleted_at": {"type": "string", "description": "date entry was moved to trash (if it's in trash currently)"}, "created_at": {"type": "string", "description": "date entry was uploaded"}, "updated_at": {"type": "string", "description": "date entry was last modified (content, name or location changed)"}, "path": {"type": "string", "description": "full path of parent folder IDs for this entry up to root"}, "users": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "email": {"type": "string"}}}}}}}} |
dd768e97-d320-4225-82b8-06c96b8fc31d/4635c340-1e75-4149-9f3c-189ba5318960/3/0 | Storage | Free 50 Gb Storage | null | loadUploadSession | This will either create a new upload session for specified fingerprint, or load an existing one if it was previously created.All parameters for chunked uploading should be included via headers and prefixed with Be- | 422 | null | {"status": "error", "message": "Reason for the error", "errors": {"some_data_1": "Error message for data 1", "some_data_2": "Error message for data 2"}} | {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}, "errors": {"type": "object", "properties": {"some_data_1": {"type": "string"}, "some_data_2": {"type": "string"}}}}} |
dd768e97-d320-4225-82b8-06c96b8fc31d/c74b20d1-00d7-4c96-ac40-5315328f938b/1/0 | Storage | Free 50 Gb Storage | null | uploadChunk | Uploads a sinle file chunk to SITE_NAME.All parameters for chunked uploading should be included via headers and prefixed with Be- | 200 | null | {"status": "success", "fileEntry": {"id": 0, "name": "image.png", "file_name": "j6oWHDG1z613UqFHLZpE1Yrqngw0N8XLuGNLNWJV", "file_size": 111863, "parent_id": 1, "thumbnail": "thumbnail.png", "mime": "image/png", "url": "secure/uploads/3260", "hash": "MzI2MHxwYWRkaQ", "type": "image", "description": "Example description entered by user", "deleted_at": "2021-02-23T14:42:38.000000Z", "created_at": "2021-02-23T14:42:38.000000Z", "updated_at": "2021-02-23T14:42:38.000000Z", "path": "3260/3261/3262", "users": [{"id": 0, "email": "[email protected]"}]}} | {"type": "object", "properties": {"status": {"type": "string"}, "fileEntry": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": "string"}, "file_name": {"type": "string", "description": "actual file name for this entry on storage"}, "file_size": {"type": "integer", "format": "int64", "description": "In bytes", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "parent_id": {"type": "integer", "format": "int64", "description": "Parent folder ID", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "thumbnail": {"type": "string", "description": "Relative path to thumbnail image for the file (if it exists)"}, "mime": {"type": "string"}, "url": {"type": "string", "description": "relative url for previewing file or folder contents"}, "hash": {"type": "string"}, "type": {"type": "string", "enum": ["image", "folder", "text", "audio", "video", "pdf"]}, "description": {"type": "string"}, "deleted_at": {"type": "string", "description": "date entry was moved to trash (if it's in trash currently)"}, "created_at": {"type": "string", "description": "date entry was uploaded"}, "updated_at": {"type": "string", "description": "date entry was last modified (content, name or location changed)"}, "path": {"type": "string", "description": "full path of parent folder IDs for this entry up to root"}, "users": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "email": {"type": "string"}}}}}}}} |
dd768e97-d320-4225-82b8-06c96b8fc31d/c74b20d1-00d7-4c96-ac40-5315328f938b/3/0 | Storage | Free 50 Gb Storage | null | uploadChunk | Uploads a sinle file chunk to SITE_NAME.All parameters for chunked uploading should be included via headers and prefixed with Be- | 422 | null | {"status": "error", "message": "Reason for the error", "errors": {"some_data_1": "Error message for data 1", "some_data_2": "Error message for data 2"}} | {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}, "errors": {"type": "object", "properties": {"some_data_1": {"type": "string"}, "some_data_2": {"type": "string"}}}}} |
dd768e97-d320-4225-82b8-06c96b8fc31d/6ccc3fcc-7769-4d38-ba58-b87894766f2c/2/0 | Storage | Free 50 Gb Storage | null | createShareableLink | 422 | null | {"status": "error", "message": "Reason for the error", "errors": {"some_data_1": "Error message for data 1", "some_data_2": "Error message for data 2"}} | {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}, "errors": {"type": "object", "properties": {"some_data_1": {"type": "string"}, "some_data_2": {"type": "string"}}}}} |
|
dd768e97-d320-4225-82b8-06c96b8fc31d/6ccc3fcc-7769-4d38-ba58-b87894766f2c/3/0 | Storage | Free 50 Gb Storage | null | createShareableLink | 200 | null | {"status": "success", "link": {"id": 0, "hash": "3h8N1nxZq7WtyRmXDIosFupSl9MCrD", "password": "$2y$10$BI8kz6zFeB0CA0P425eMSe7KJcm8OKjWijHTQrRP.cjqRtynMq4Sy", "user_id": 0, "entry_id": 0, "entry": {"id": 0, "name": "image.png", "file_name": "j6oWHDG1z613UqFHLZpE1Yrqngw0N8XLuGNLNWJV", "file_size": 111863, "parent_id": 1, "thumbnail": "thumbnail.png", "mime": "image/png", "url": "secure/uploads/3260", "hash": "MzI2MHxwYWRkaQ", "type": "image", "description": "Example description entered by user", "deleted_at": "2021-02-23T14:42:38.000000Z", "created_at": "2021-02-23T14:42:38.000000Z", "updated_at": "2021-02-23T14:42:38.000000Z", "path": "3260/3261/3262", "users": [{"id": 0, "email": "[email protected]"}]}, "expires_at": "2021-03-06T17:34:00.000000Z", "allow_edit": true, "allow_download": true}} | {"type": "object", "properties": {"status": {"type": "string"}, "link": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "hash": {"type": "string", "description": "ID for link that will be visible in url"}, "password": {"type": "string", "description": "Passwords are hashed, so this will not match the password that was entered in plain text"}, "user_id": {"type": "integer", "format": "int64", "description": "ID of user that created this link", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "entry_id": {"type": "integer", "format": "int64", "description": "ID of file entry this link is attached to", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "entry": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": "string"}, "file_name": {"type": "string", "description": "actual file name for this entry on storage"}, "file_size": {"type": "integer", "format": "int64", "description": "In bytes", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "parent_id": {"type": "integer", "format": "int64", "description": "Parent folder ID", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "thumbnail": {"type": "string", "description": "Relative path to thumbnail image for the file (if it exists)"}, "mime": {"type": "string"}, "url": {"type": "string", "description": "relative url for previewing file or folder contents"}, "hash": {"type": "string"}, "type": {"type": "string", "enum": ["image", "folder", "text", "audio", "video", "pdf"]}, "description": {"type": "string"}, "deleted_at": {"type": "string", "description": "date entry was moved to trash (if it's in trash currently)"}, "created_at": {"type": "string", "description": "date entry was uploaded"}, "updated_at": {"type": "string", "description": "date entry was last modified (content, name or location changed)"}, "path": {"type": "string", "description": "full path of parent folder IDs for this entry up to root"}, "users": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "email": {"type": "string"}}}}}}, "expires_at": {"type": "string"}, "allow_edit": {"type": "boolean"}, "allow_download": {"type": "boolean"}}}}} |
|
dd768e97-d320-4225-82b8-06c96b8fc31d/3556fa94-600b-4411-b0cd-870401950871/3/0 | Storage | Free 50 Gb Storage | null | deleteShareableLink | 200 | null | {"status": "success"} | {"type": "object", "properties": {"status": {"type": "string"}}} |
|
dd768e97-d320-4225-82b8-06c96b8fc31d/3556fa94-600b-4411-b0cd-870401950871/4/0 | Storage | Free 50 Gb Storage | null | deleteShareableLink | 422 | null | {"status": "error", "message": "Reason for the error", "errors": {"some_data_1": "Error message for data 1", "some_data_2": "Error message for data 2"}} | {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}, "errors": {"type": "object", "properties": {"some_data_1": {"type": "string"}, "some_data_2": {"type": "string"}}}}} |
|
dd768e97-d320-4225-82b8-06c96b8fc31d/a2f3200e-c9de-43b3-8245-baae1584dbcf/2/0 | Storage | Free 50 Gb Storage | null | updateShareableLink | 422 | null | {"status": "error", "message": "Reason for the error", "errors": {"some_data_1": "Error message for data 1", "some_data_2": "Error message for data 2"}} | {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}, "errors": {"type": "object", "properties": {"some_data_1": {"type": "string"}, "some_data_2": {"type": "string"}}}}} |
|
dd768e97-d320-4225-82b8-06c96b8fc31d/a2f3200e-c9de-43b3-8245-baae1584dbcf/4/0 | Storage | Free 50 Gb Storage | null | updateShareableLink | 200 | null | {"status": "success", "link": {"id": 0, "hash": "3h8N1nxZq7WtyRmXDIosFupSl9MCrD", "password": "$2y$10$BI8kz6zFeB0CA0P425eMSe7KJcm8OKjWijHTQrRP.cjqRtynMq4Sy", "user_id": 0, "entry_id": 0, "entry": {"id": 0, "name": "image.png", "file_name": "j6oWHDG1z613UqFHLZpE1Yrqngw0N8XLuGNLNWJV", "file_size": 111863, "parent_id": 1, "thumbnail": "thumbnail.png", "mime": "image/png", "url": "secure/uploads/3260", "hash": "MzI2MHxwYWRkaQ", "type": "image", "description": "Example description entered by user", "deleted_at": "2021-02-23T14:42:38.000000Z", "created_at": "2021-02-23T14:42:38.000000Z", "updated_at": "2021-02-23T14:42:38.000000Z", "path": "3260/3261/3262", "users": [{"id": 0, "email": "[email protected]"}]}, "expires_at": "2021-03-06T17:34:00.000000Z", "allow_edit": true, "allow_download": true}} | {"type": "object", "properties": {"status": {"type": "string"}, "link": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "hash": {"type": "string", "description": "ID for link that will be visible in url"}, "password": {"type": "string", "description": "Passwords are hashed, so this will not match the password that was entered in plain text"}, "user_id": {"type": "integer", "format": "int64", "description": "ID of user that created this link", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "entry_id": {"type": "integer", "format": "int64", "description": "ID of file entry this link is attached to", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "entry": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": "string"}, "file_name": {"type": "string", "description": "actual file name for this entry on storage"}, "file_size": {"type": "integer", "format": "int64", "description": "In bytes", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "parent_id": {"type": "integer", "format": "int64", "description": "Parent folder ID", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "thumbnail": {"type": "string", "description": "Relative path to thumbnail image for the file (if it exists)"}, "mime": {"type": "string"}, "url": {"type": "string", "description": "relative url for previewing file or folder contents"}, "hash": {"type": "string"}, "type": {"type": "string", "enum": ["image", "folder", "text", "audio", "video", "pdf"]}, "description": {"type": "string"}, "deleted_at": {"type": "string", "description": "date entry was moved to trash (if it's in trash currently)"}, "created_at": {"type": "string", "description": "date entry was uploaded"}, "updated_at": {"type": "string", "description": "date entry was last modified (content, name or location changed)"}, "path": {"type": "string", "description": "full path of parent folder IDs for this entry up to root"}, "users": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "email": {"type": "string"}}}}}}, "expires_at": {"type": "string"}, "allow_edit": {"type": "boolean"}, "allow_download": {"type": "boolean"}}}}} |
|
dd768e97-d320-4225-82b8-06c96b8fc31d/87567828-22ea-4140-9e10-179aa7713c87/1/0 | Storage | Free 50 Gb Storage | null | getShareableLink | 422 | null | {"status": "error", "message": "Reason for the error", "errors": {"some_data_1": "Error message for data 1", "some_data_2": "Error message for data 2"}} | {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}, "errors": {"type": "object", "properties": {"some_data_1": {"type": "string"}, "some_data_2": {"type": "string"}}}}} |
|
dd768e97-d320-4225-82b8-06c96b8fc31d/87567828-22ea-4140-9e10-179aa7713c87/3/0 | Storage | Free 50 Gb Storage | null | getShareableLink | 200 | null | {"status": "success", "link": {"id": 0, "hash": "3h8N1nxZq7WtyRmXDIosFupSl9MCrD", "password": "$2y$10$BI8kz6zFeB0CA0P425eMSe7KJcm8OKjWijHTQrRP.cjqRtynMq4Sy", "user_id": 0, "entry_id": 0, "entry": {"id": 0, "name": "image.png", "file_name": "j6oWHDG1z613UqFHLZpE1Yrqngw0N8XLuGNLNWJV", "file_size": 111863, "parent_id": 1, "thumbnail": "thumbnail.png", "mime": "image/png", "url": "secure/uploads/3260", "hash": "MzI2MHxwYWRkaQ", "type": "image", "description": "Example description entered by user", "deleted_at": "2021-02-23T14:42:38.000000Z", "created_at": "2021-02-23T14:42:38.000000Z", "updated_at": "2021-02-23T14:42:38.000000Z", "path": "3260/3261/3262", "users": [{"id": 0, "email": "[email protected]"}]}, "expires_at": "2021-03-06T17:34:00.000000Z", "allow_edit": true, "allow_download": true}, "folderChildren": [{"id": 0, "name": "image.png", "file_name": "j6oWHDG1z613UqFHLZpE1Yrqngw0N8XLuGNLNWJV", "file_size": 111863, "parent_id": 1, "thumbnail": "thumbnail.png", "mime": "image/png", "url": "secure/uploads/3260", "hash": "MzI2MHxwYWRkaQ", "type": "image", "description": "Example description entered by user", "deleted_at": "2021-02-23T14:42:38.000000Z", "created_at": "2021-02-23T14:42:38.000000Z", "updated_at": "2021-02-23T14:42:38.000000Z", "path": "3260/3261/3262", "users": [{"id": 0, "email": "[email protected]"}]}], "errors": {"some_data_1": "Error message for data 1", "some_data_2": "Error message for data 2"}} | {"type": "object", "properties": {"status": {"type": "string"}, "link": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "hash": {"type": "string", "description": "ID for link that will be visible in url"}, "password": {"type": "string", "description": "Passwords are hashed, so this will not match the password that was entered in plain text"}, "user_id": {"type": "integer", "format": "int64", "description": "ID of user that created this link", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "entry_id": {"type": "integer", "format": "int64", "description": "ID of file entry this link is attached to", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "entry": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": "string"}, "file_name": {"type": "string", "description": "actual file name for this entry on storage"}, "file_size": {"type": "integer", "format": "int64", "description": "In bytes", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "parent_id": {"type": "integer", "format": "int64", "description": "Parent folder ID", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "thumbnail": {"type": "string", "description": "Relative path to thumbnail image for the file (if it exists)"}, "mime": {"type": "string"}, "url": {"type": "string", "description": "relative url for previewing file or folder contents"}, "hash": {"type": "string"}, "type": {"type": "string", "enum": ["image", "folder", "text", "audio", "video", "pdf"]}, "description": {"type": "string"}, "deleted_at": {"type": "string", "description": "date entry was moved to trash (if it's in trash currently)"}, "created_at": {"type": "string", "description": "date entry was uploaded"}, "updated_at": {"type": "string", "description": "date entry was last modified (content, name or location changed)"}, "path": {"type": "string", "description": "full path of parent folder IDs for this entry up to root"}, "users": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "email": {"type": "string"}}}}}}, "expires_at": {"type": "string"}, "allow_edit": {"type": "boolean"}, "allow_download": {"type": "boolean"}}}, "folderChildren": {"description": "If link is for folder, this will list immediate children of that folder", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": "string"}, "file_name": {"type": "string", "description": "actual file name for this entry on storage"}, "file_size": {"type": "integer", "format": "int64", "description": "In bytes", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "parent_id": {"type": "integer", "format": "int64", "description": "Parent folder ID", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "thumbnail": {"type": "string", "description": "Relative path to thumbnail image for the file (if it exists)"}, "mime": {"type": "string"}, "url": {"type": "string", "description": "relative url for previewing file or folder contents"}, "hash": {"type": "string"}, "type": {"type": "string", "enum": ["image", "folder", "text", "audio", "video", "pdf"]}, "description": {"type": "string"}, "deleted_at": {"type": "string", "description": "date entry was moved to trash (if it's in trash currently)"}, "created_at": {"type": "string", "description": "date entry was uploaded"}, "updated_at": {"type": "string", "description": "date entry was last modified (content, name or location changed)"}, "path": {"type": "string", "description": "full path of parent folder IDs for this entry up to root"}, "users": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "email": {"type": "string"}}}}}}}, "errors": {"type": "object", "properties": {"some_data_1": {"type": "string"}, "some_data_2": {"type": "string"}}}}} |
|
dd768e97-d320-4225-82b8-06c96b8fc31d/6e0c8556-3520-4a80-8f80-cf188d254fe6/1/0 | Storage | Free 50 Gb Storage | null | login | Logs in specified user and returns user object along with access token. Access Token is a string that enables SITE_NAME to verify that a request belongs to an authorized session. This token should be sent along with every request to SITE_NAME API in a authorization header: Authorization: Bearer <Token>. | 200 | null | {"status": "success", "user": {"id": 0, "access_token": "", "display_name": "", "first_name": "", "last_name": "", "email": "", "created_at": "2021-02-23T14:42:38.000000Z", "updated_at": "2021-02-23T14:42:38.000000Z"}} | {"type": "object", "properties": {"status": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "access_token": {"type": "string", "description": "Access token that can be used to authenticate API requests for this user"}, "display_name": {"type": "string"}, "first_name": {"type": "string"}, "last_name": {"type": "string"}, "email": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}}}} |
dd768e97-d320-4225-82b8-06c96b8fc31d/6e0c8556-3520-4a80-8f80-cf188d254fe6/3/0 | Storage | Free 50 Gb Storage | null | login | Logs in specified user and returns user object along with access token. Access Token is a string that enables SITE_NAME to verify that a request belongs to an authorized session. This token should be sent along with every request to SITE_NAME API in a authorization header: Authorization: Bearer <Token>. | 422 | null | {"status": "error", "message": "Reason for the error", "errors": {"some_data_1": "Error message for data 1", "some_data_2": "Error message for data 2"}} | {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}, "errors": {"type": "object", "properties": {"some_data_1": {"type": "string"}, "some_data_2": {"type": "string"}}}}} |
dd768e97-d320-4225-82b8-06c96b8fc31d/caf93e02-98d0-4f55-80bd-181027a00ebc/0/0 | Storage | Free 50 Gb Storage | null | /entries/star | 422 | null | {"status": "error", "message": "Reason for the error", "errors": {"some_data_1": "Error message for data 1", "some_data_2": "Error message for data 2"}} | {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}, "errors": {"type": "object", "properties": {"some_data_1": {"type": "string"}, "some_data_2": {"type": "string"}}}}} |
|
dd768e97-d320-4225-82b8-06c96b8fc31d/caf93e02-98d0-4f55-80bd-181027a00ebc/2/0 | Storage | Free 50 Gb Storage | null | /entries/star | 200 | null | {"status": "success", "tag": {"id": 0, "name": ""}} | {"type": "object", "properties": {"status": {"type": "string"}, "tag": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": "string"}}}}} |
|
dd768e97-d320-4225-82b8-06c96b8fc31d/b5253952-2cfb-4f0b-bd50-e1102a44098d/0/0 | Storage | Free 50 Gb Storage | null | register | 422 | null | {"status": "error", "message": "Reason for the error", "errors": {"some_data_1": "Error message for data 1", "some_data_2": "Error message for data 2"}} | {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}, "errors": {"type": "object", "properties": {"some_data_1": {"type": "string"}, "some_data_2": {"type": "string"}}}}} |
|
dd768e97-d320-4225-82b8-06c96b8fc31d/b5253952-2cfb-4f0b-bd50-e1102a44098d/3/0 | Storage | Free 50 Gb Storage | null | register | 200 | null | {"status": "success", "user": {"id": 0, "access_token": "", "display_name": "", "first_name": "", "last_name": "", "email": "", "created_at": "2021-02-23T14:42:38.000000Z", "updated_at": "2021-02-23T14:42:38.000000Z"}} | {"type": "object", "properties": {"status": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "access_token": {"type": "string", "description": "Access token that can be used to authenticate API requests for this user"}, "display_name": {"type": "string"}, "first_name": {"type": "string"}, "last_name": {"type": "string"}, "email": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}}}} |
|
dd768e97-d320-4225-82b8-06c96b8fc31d/10ccf426-51cd-4a51-b14d-67c7bb6170bf/0/0 | Storage | Free 50 Gb Storage | null | /entries/unstar | 422 | null | {"status": "error", "message": "Reason for the error", "errors": {"some_data_1": "Error message for data 1", "some_data_2": "Error message for data 2"}} | {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}, "errors": {"type": "object", "properties": {"some_data_1": {"type": "string"}, "some_data_2": {"type": "string"}}}}} |
|
dd768e97-d320-4225-82b8-06c96b8fc31d/10ccf426-51cd-4a51-b14d-67c7bb6170bf/2/0 | Storage | Free 50 Gb Storage | null | /entries/unstar | 200 | null | {"status": "success", "tag": {"id": 0, "name": ""}} | {"type": "object", "properties": {"status": {"type": "string"}, "tag": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": "string"}}}}} |
|
dd768e97-d320-4225-82b8-06c96b8fc31d/2f3449ab-6195-4c72-95fd-a329db06fc61/0/0 | Storage | Free 50 Gb Storage | null | /entries/update-user/{userId} | 422 | null | {"status": "error", "message": "Reason for the error", "errors": {"some_data_1": "Error message for data 1", "some_data_2": "Error message for data 2"}} | {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}, "errors": {"type": "object", "properties": {"some_data_1": {"type": "string"}, "some_data_2": {"type": "string"}}}}} |
|
dd768e97-d320-4225-82b8-06c96b8fc31d/2f3449ab-6195-4c72-95fd-a329db06fc61/2/0 | Storage | Free 50 Gb Storage | null | /entries/update-user/{userId} | 200 | null | {"status": "success", "users": [{"id": 0, "access_token": "", "display_name": "", "first_name": "", "last_name": "", "email": "", "created_at": "2021-02-23T14:42:38.000000Z", "updated_at": "2021-02-23T14:42:38.000000Z"}]} | {"type": "object", "properties": {"status": {"type": "string"}, "users": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "access_token": {"type": "string", "description": "Access token that can be used to authenticate API requests for this user"}, "display_name": {"type": "string"}, "first_name": {"type": "string"}, "last_name": {"type": "string"}, "email": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}}}}} |
|
dd768e97-d320-4225-82b8-06c96b8fc31d/95d11108-488b-4fe7-b336-a760e4176a3f/0/0 | Storage | Free 50 Gb Storage | null | entriesCopy | 422 | null | {"status": "error", "message": "Reason for the error", "errors": {"some_data_1": "Error message for data 1", "some_data_2": "Error message for data 2"}} | {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}, "errors": {"type": "object", "properties": {"some_data_1": {"type": "string"}, "some_data_2": {"type": "string"}}}}} |
|
dd768e97-d320-4225-82b8-06c96b8fc31d/95d11108-488b-4fe7-b336-a760e4176a3f/3/0 | Storage | Free 50 Gb Storage | null | entriesCopy | 200 | null | {"status": "success", "entries": [{"id": 0, "name": "image.png", "file_name": "j6oWHDG1z613UqFHLZpE1Yrqngw0N8XLuGNLNWJV", "file_size": 111863, "parent_id": 1, "thumbnail": "thumbnail.png", "mime": "image/png", "url": "secure/uploads/3260", "hash": "MzI2MHxwYWRkaQ", "type": "image", "description": "Example description entered by user", "deleted_at": "2021-02-23T14:42:38.000000Z", "created_at": "2021-02-23T14:42:38.000000Z", "updated_at": "2021-02-23T14:42:38.000000Z", "path": "3260/3261/3262", "users": [{"id": 0, "email": "[email protected]"}]}]} | {"type": "object", "properties": {"status": {"type": "string"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": "string"}, "file_name": {"type": "string", "description": "actual file name for this entry on storage"}, "file_size": {"type": "integer", "format": "int64", "description": "In bytes", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "parent_id": {"type": "integer", "format": "int64", "description": "Parent folder ID", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "thumbnail": {"type": "string", "description": "Relative path to thumbnail image for the file (if it exists)"}, "mime": {"type": "string"}, "url": {"type": "string", "description": "relative url for previewing file or folder contents"}, "hash": {"type": "string"}, "type": {"type": "string", "enum": ["image", "folder", "text", "audio", "video", "pdf"]}, "description": {"type": "string"}, "deleted_at": {"type": "string", "description": "date entry was moved to trash (if it's in trash currently)"}, "created_at": {"type": "string", "description": "date entry was uploaded"}, "updated_at": {"type": "string", "description": "date entry was last modified (content, name or location changed)"}, "path": {"type": "string", "description": "full path of parent folder IDs for this entry up to root"}, "users": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "email": {"type": "string"}}}}}}}}} |
|
dd768e97-d320-4225-82b8-06c96b8fc31d/3aea807a-4828-4114-890c-f0b40406ed42/0/0 | Storage | Free 50 Gb Storage | null | entriesMove | 422 | null | {"status": "error", "message": "Reason for the error", "errors": {"some_data_1": "Error message for data 1", "some_data_2": "Error message for data 2"}} | {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}, "errors": {"type": "object", "properties": {"some_data_1": {"type": "string"}, "some_data_2": {"type": "string"}}}}} |
|
dd768e97-d320-4225-82b8-06c96b8fc31d/3aea807a-4828-4114-890c-f0b40406ed42/2/0 | Storage | Free 50 Gb Storage | null | entriesMove | 200 | null | {"status": "success", "entries": [{"id": 0, "name": "image.png", "file_name": "j6oWHDG1z613UqFHLZpE1Yrqngw0N8XLuGNLNWJV", "file_size": 111863, "parent_id": 1, "thumbnail": "thumbnail.png", "mime": "image/png", "url": "secure/uploads/3260", "hash": "MzI2MHxwYWRkaQ", "type": "image", "description": "Example description entered by user", "deleted_at": "2021-02-23T14:42:38.000000Z", "created_at": "2021-02-23T14:42:38.000000Z", "updated_at": "2021-02-23T14:42:38.000000Z", "path": "3260/3261/3262", "users": [{"id": 0, "email": "[email protected]"}]}]} | {"type": "object", "properties": {"status": {"type": "string"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": "string"}, "file_name": {"type": "string", "description": "actual file name for this entry on storage"}, "file_size": {"type": "integer", "format": "int64", "description": "In bytes", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "parent_id": {"type": "integer", "format": "int64", "description": "Parent folder ID", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "thumbnail": {"type": "string", "description": "Relative path to thumbnail image for the file (if it exists)"}, "mime": {"type": "string"}, "url": {"type": "string", "description": "relative url for previewing file or folder contents"}, "hash": {"type": "string"}, "type": {"type": "string", "enum": ["image", "folder", "text", "audio", "video", "pdf"]}, "description": {"type": "string"}, "deleted_at": {"type": "string", "description": "date entry was moved to trash (if it's in trash currently)"}, "created_at": {"type": "string", "description": "date entry was uploaded"}, "updated_at": {"type": "string", "description": "date entry was last modified (content, name or location changed)"}, "path": {"type": "string", "description": "full path of parent folder IDs for this entry up to root"}, "users": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "email": {"type": "string"}}}}}}}}} |
|
dd768e97-d320-4225-82b8-06c96b8fc31d/5a368c54-70df-45b3-82f0-e05925d6534e/0/0 | Storage | Free 50 Gb Storage | null | /entries/add-users | 422 | null | {"status": "error", "message": "Reason for the error", "errors": {"some_data_1": "Error message for data 1", "some_data_2": "Error message for data 2"}} | {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}, "errors": {"type": "object", "properties": {"some_data_1": {"type": "string"}, "some_data_2": {"type": "string"}}}}} |
|
dd768e97-d320-4225-82b8-06c96b8fc31d/5a368c54-70df-45b3-82f0-e05925d6534e/3/0 | Storage | Free 50 Gb Storage | null | /entries/add-users | 200 | null | {"status": "success", "users": [{"id": 0, "access_token": "", "display_name": "", "first_name": "", "last_name": "", "email": "", "created_at": "2021-02-23T14:42:38.000000Z", "updated_at": "2021-02-23T14:42:38.000000Z"}]} | {"type": "object", "properties": {"status": {"type": "string"}, "users": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "access_token": {"type": "string", "description": "Access token that can be used to authenticate API requests for this user"}, "display_name": {"type": "string"}, "first_name": {"type": "string"}, "last_name": {"type": "string"}, "email": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}}}}} |
|
dd768e97-d320-4225-82b8-06c96b8fc31d/a6597b7f-1ba4-427a-97ae-0200f3a19a80/0/0 | Storage | Free 50 Gb Storage | null | /entries/remove-user/{userId} | 200 | null | {"status": "success", "users": [{"id": 0, "access_token": "", "display_name": "", "first_name": "", "last_name": "", "email": "", "created_at": "2021-02-23T14:42:38.000000Z", "updated_at": "2021-02-23T14:42:38.000000Z"}]} | {"type": "object", "properties": {"status": {"type": "string"}, "users": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "access_token": {"type": "string", "description": "Access token that can be used to authenticate API requests for this user"}, "display_name": {"type": "string"}, "first_name": {"type": "string"}, "last_name": {"type": "string"}, "email": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}}}}} |
|
dd768e97-d320-4225-82b8-06c96b8fc31d/a6597b7f-1ba4-427a-97ae-0200f3a19a80/3/0 | Storage | Free 50 Gb Storage | null | /entries/remove-user/{userId} | 422 | null | {"status": "error", "message": "Reason for the error", "errors": {"some_data_1": "Error message for data 1", "some_data_2": "Error message for data 2"}} | {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}, "errors": {"type": "object", "properties": {"some_data_1": {"type": "string"}, "some_data_2": {"type": "string"}}}}} |
|
dd768e97-d320-4225-82b8-06c96b8fc31d/b0eca679-d6f1-4d08-bdf4-6fd9d68c735f/1/0 | Storage | Free 50 Gb Storage | null | entriesRestore | 200 | null | {"status": "success"} | {"type": "object", "properties": {"status": {"type": "string"}}} |
|
dd768e97-d320-4225-82b8-06c96b8fc31d/b0eca679-d6f1-4d08-bdf4-6fd9d68c735f/2/0 | Storage | Free 50 Gb Storage | null | entriesRestore | 422 | null | {"status": "error", "message": "Reason for the error", "errors": {"some_data_1": "Error message for data 1", "some_data_2": "Error message for data 2"}} | {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}, "errors": {"type": "object", "properties": {"some_data_1": {"type": "string"}, "some_data_2": {"type": "string"}}}}} |
|
dd768e97-d320-4225-82b8-06c96b8fc31d/4f3d2691-0ae0-444d-a292-69c6141f22e0/0/0 | Storage | Free 50 Gb Storage | null | createFolder | 422 | null | {"status": "error", "message": "Reason for the error", "errors": {"some_data_1": "Error message for data 1", "some_data_2": "Error message for data 2"}} | {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}, "errors": {"type": "object", "properties": {"some_data_1": {"type": "string"}, "some_data_2": {"type": "string"}}}}} |
|
dd768e97-d320-4225-82b8-06c96b8fc31d/4f3d2691-0ae0-444d-a292-69c6141f22e0/2/0 | Storage | Free 50 Gb Storage | null | createFolder | 200 | null | {"status": "success", "folder": {"id": 0, "name": "image.png", "file_name": "j6oWHDG1z613UqFHLZpE1Yrqngw0N8XLuGNLNWJV", "file_size": 111863, "parent_id": 1, "thumbnail": "thumbnail.png", "mime": "image/png", "url": "secure/uploads/3260", "hash": "MzI2MHxwYWRkaQ", "type": "image", "description": "Example description entered by user", "deleted_at": "2021-02-23T14:42:38.000000Z", "created_at": "2021-02-23T14:42:38.000000Z", "updated_at": "2021-02-23T14:42:38.000000Z", "path": "3260/3261/3262", "users": [{"id": 0, "email": "[email protected]"}]}} | {"type": "object", "properties": {"status": {"type": "string"}, "folder": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": "string"}, "file_name": {"type": "string", "description": "actual file name for this entry on storage"}, "file_size": {"type": "integer", "format": "int64", "description": "In bytes", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "parent_id": {"type": "integer", "format": "int64", "description": "Parent folder ID", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "thumbnail": {"type": "string", "description": "Relative path to thumbnail image for the file (if it exists)"}, "mime": {"type": "string"}, "url": {"type": "string", "description": "relative url for previewing file or folder contents"}, "hash": {"type": "string"}, "type": {"type": "string", "enum": ["image", "folder", "text", "audio", "video", "pdf"]}, "description": {"type": "string"}, "deleted_at": {"type": "string", "description": "date entry was moved to trash (if it's in trash currently)"}, "created_at": {"type": "string", "description": "date entry was uploaded"}, "updated_at": {"type": "string", "description": "date entry was last modified (content, name or location changed)"}, "path": {"type": "string", "description": "full path of parent folder IDs for this entry up to root"}, "users": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "email": {"type": "string"}}}}}}}} |
|
dd768e97-d320-4225-82b8-06c96b8fc31d/41a0dcf6-cbf0-4762-8e3b-c76ef064c35e/0/0 | Storage | Free 50 Gb Storage | null | entriesDelete | 200 | null | {"status": "success"} | {"type": "object", "properties": {"status": {"type": "string"}}} |
|
dd768e97-d320-4225-82b8-06c96b8fc31d/41a0dcf6-cbf0-4762-8e3b-c76ef064c35e/3/0 | Storage | Free 50 Gb Storage | null | entriesDelete | 422 | null | {"status": "error", "message": "Reason for the error", "errors": {"some_data_1": "Error message for data 1", "some_data_2": "Error message for data 2"}} | {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}, "errors": {"type": "object", "properties": {"some_data_1": {"type": "string"}, "some_data_2": {"type": "string"}}}}} |
|
dd768e97-d320-4225-82b8-06c96b8fc31d/9f4c2bd4-02f2-4dd9-b6cd-9d78e04824d8/0/0 | Storage | Free 50 Gb Storage | null | entryUpdate | 200 | null | {"status": "success", "fileEntry": {"id": 0, "name": "image.png", "file_name": "j6oWHDG1z613UqFHLZpE1Yrqngw0N8XLuGNLNWJV", "file_size": 111863, "parent_id": 1, "thumbnail": "thumbnail.png", "mime": "image/png", "url": "secure/uploads/3260", "hash": "MzI2MHxwYWRkaQ", "type": "image", "description": "Example description entered by user", "deleted_at": "2021-02-23T14:42:38.000000Z", "created_at": "2021-02-23T14:42:38.000000Z", "updated_at": "2021-02-23T14:42:38.000000Z", "path": "3260/3261/3262", "users": [{"id": 0, "email": "[email protected]"}]}} | {"type": "object", "properties": {"status": {"type": "string"}, "fileEntry": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": "string"}, "file_name": {"type": "string", "description": "actual file name for this entry on storage"}, "file_size": {"type": "integer", "format": "int64", "description": "In bytes", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "parent_id": {"type": "integer", "format": "int64", "description": "Parent folder ID", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "thumbnail": {"type": "string", "description": "Relative path to thumbnail image for the file (if it exists)"}, "mime": {"type": "string"}, "url": {"type": "string", "description": "relative url for previewing file or folder contents"}, "hash": {"type": "string"}, "type": {"type": "string", "enum": ["image", "folder", "text", "audio", "video", "pdf"]}, "description": {"type": "string"}, "deleted_at": {"type": "string", "description": "date entry was moved to trash (if it's in trash currently)"}, "created_at": {"type": "string", "description": "date entry was uploaded"}, "updated_at": {"type": "string", "description": "date entry was last modified (content, name or location changed)"}, "path": {"type": "string", "description": "full path of parent folder IDs for this entry up to root"}, "users": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "email": {"type": "string"}}}}}}}} |
|
dd768e97-d320-4225-82b8-06c96b8fc31d/9f4c2bd4-02f2-4dd9-b6cd-9d78e04824d8/2/0 | Storage | Free 50 Gb Storage | null | entryUpdate | 422 | null | {"status": "error", "message": "Reason for the error", "errors": {"some_data_1": "Error message for data 1", "some_data_2": "Error message for data 2"}} | {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}, "errors": {"type": "object", "properties": {"some_data_1": {"type": "string"}, "some_data_2": {"type": "string"}}}}} |
|
dd768e97-d320-4225-82b8-06c96b8fc31d/a916131d-448f-4f52-ab74-82486d63856c/2/0 | Storage | Free 50 Gb Storage | null | indexEntry | Get the list of all file entries you have access to | 200 | null | [{"id": 0, "name": "image.png", "file_name": "j6oWHDG1z613UqFHLZpE1Yrqngw0N8XLuGNLNWJV", "file_size": 111863, "parent_id": 1, "thumbnail": "thumbnail.png", "mime": "image/png", "url": "secure/uploads/3260", "hash": "MzI2MHxwYWRkaQ", "type": "image", "description": "Example description entered by user", "deleted_at": "2021-02-23T14:42:38.000000Z", "created_at": "2021-02-23T14:42:38.000000Z", "updated_at": "2021-02-23T14:42:38.000000Z", "path": "3260/3261/3262", "users": [{"id": 0, "email": "[email protected]"}]}] | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": "string"}, "file_name": {"type": "string", "description": "actual file name for this entry on storage"}, "file_size": {"type": "integer", "format": "int64", "description": "In bytes", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "parent_id": {"type": "integer", "format": "int64", "description": "Parent folder ID", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "thumbnail": {"type": "string", "description": "Relative path to thumbnail image for the file (if it exists)"}, "mime": {"type": "string"}, "url": {"type": "string", "description": "relative url for previewing file or folder contents"}, "hash": {"type": "string"}, "type": {"type": "string", "enum": ["image", "folder", "text", "audio", "video", "pdf"]}, "description": {"type": "string"}, "deleted_at": {"type": "string", "description": "date entry was moved to trash (if it's in trash currently)"}, "created_at": {"type": "string", "description": "date entry was uploaded"}, "updated_at": {"type": "string", "description": "date entry was last modified (content, name or location changed)"}, "path": {"type": "string", "description": "full path of parent folder IDs for this entry up to root"}, "users": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "email": {"type": "string"}}}}}}} |
f17dd11e-be78-405f-95a3-710b38e1fe58/811ed825-2840-4596-91f7-8e9e4159859f/0/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archive_page | 429 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/811ed825-2840-4596-91f7-8e9e4159859f/1/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archive_page | 410 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/811ed825-2840-4596-91f7-8e9e4159859f/2/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archive_page | 425 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/811ed825-2840-4596-91f7-8e9e4159859f/3/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archive_page | 408 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/811ed825-2840-4596-91f7-8e9e4159859f/4/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archive_page | 416 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/811ed825-2840-4596-91f7-8e9e4159859f/5/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archive_page | 400 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/811ed825-2840-4596-91f7-8e9e4159859f/6/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archive_page | 200 | null | {"task_id": "1b491453-0aef-486d-a55a-825f980a203d"} | {"title": "TaskUrlToArchiveSchema", "type": "object", "properties": {"task_id": {"title": "Id of the Archiving Task you want to retrieve the status for", "description": "Pass a task Id generated by calling /api/archive endpoint", "type": "string"}}, "required": ["task_id"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/811ed825-2840-4596-91f7-8e9e4159859f/7/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archive_page | 403 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/811ed825-2840-4596-91f7-8e9e4159859f/8/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archive_page | 451 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/811ed825-2840-4596-91f7-8e9e4159859f/9/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archive_page | 401 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/811ed825-2840-4596-91f7-8e9e4159859f/10/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archive_page | 405 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/811ed825-2840-4596-91f7-8e9e4159859f/11/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archive_page | 407 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/811ed825-2840-4596-91f7-8e9e4159859f/12/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archive_page | 409 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/811ed825-2840-4596-91f7-8e9e4159859f/13/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archive_page | 411 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/811ed825-2840-4596-91f7-8e9e4159859f/14/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archive_page | 412 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/811ed825-2840-4596-91f7-8e9e4159859f/15/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archive_page | 406 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/811ed825-2840-4596-91f7-8e9e4159859f/16/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archive_page | 404 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/811ed825-2840-4596-91f7-8e9e4159859f/17/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archive_page | 418 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/811ed825-2840-4596-91f7-8e9e4159859f/18/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archive_page | 402 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/94e69ad5-a45d-4dc2-b18e-b1f135fe8639/0/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archivewrapper_api_v1_task_status | 409 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/94e69ad5-a45d-4dc2-b18e-b1f135fe8639/1/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archivewrapper_api_v1_task_status | 451 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/94e69ad5-a45d-4dc2-b18e-b1f135fe8639/2/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archivewrapper_api_v1_task_status | 418 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/94e69ad5-a45d-4dc2-b18e-b1f135fe8639/3/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archivewrapper_api_v1_task_status | 429 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/94e69ad5-a45d-4dc2-b18e-b1f135fe8639/4/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archivewrapper_api_v1_task_status | 403 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/94e69ad5-a45d-4dc2-b18e-b1f135fe8639/5/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archivewrapper_api_v1_task_status | 425 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/94e69ad5-a45d-4dc2-b18e-b1f135fe8639/6/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archivewrapper_api_v1_task_status | 402 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/94e69ad5-a45d-4dc2-b18e-b1f135fe8639/7/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archivewrapper_api_v1_task_status | 408 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/94e69ad5-a45d-4dc2-b18e-b1f135fe8639/8/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archivewrapper_api_v1_task_status | 410 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/94e69ad5-a45d-4dc2-b18e-b1f135fe8639/9/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archivewrapper_api_v1_task_status | 404 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/94e69ad5-a45d-4dc2-b18e-b1f135fe8639/10/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archivewrapper_api_v1_task_status | 412 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/94e69ad5-a45d-4dc2-b18e-b1f135fe8639/11/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archivewrapper_api_v1_task_status | 401 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/94e69ad5-a45d-4dc2-b18e-b1f135fe8639/12/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archivewrapper_api_v1_task_status | 200 | null | {"message": "https://example.com/archive-this-url", "status": "", "archiving_succeeded": true, "archived_url": "https://archive.org/2023/archive-this-url"} | {"title": "TaskUrlToArchiveResponseSchema", "type": "object", "properties": {"message": {"title": "Message", "description": "The message that describes the outcome of", "type": "string"}, "status": {"title": "Status", "description": "The status of the task, can be one of: 'queued', 'running', 'completed', 'failed', 'canceled'", "type": "string"}, "archiving_succeeded": {"title": "Archiving Success", "description": "Whether it was successfully archived", "type": "string"}, "archived_url": {"title": "Stored URL", "description": "the Archive.org URL that was stored", "type": "string"}}, "required": ["message", "status", "archiving_succeeded", "archived_url"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/94e69ad5-a45d-4dc2-b18e-b1f135fe8639/13/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archivewrapper_api_v1_task_status | 416 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/94e69ad5-a45d-4dc2-b18e-b1f135fe8639/14/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archivewrapper_api_v1_task_status | 405 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/94e69ad5-a45d-4dc2-b18e-b1f135fe8639/15/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archivewrapper_api_v1_task_status | 400 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/94e69ad5-a45d-4dc2-b18e-b1f135fe8639/16/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archivewrapper_api_v1_task_status | 411 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/94e69ad5-a45d-4dc2-b18e-b1f135fe8639/17/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archivewrapper_api_v1_task_status | 407 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
f17dd11e-be78-405f-95a3-710b38e1fe58/94e69ad5-a45d-4dc2-b18e-b1f135fe8639/18/0 | URL Archiver | Keep an snapshot of any provided URL forever at the Internet Archive (other stores coming up soon)
Simply requests a URL to be archived and then wait for the Job to complete to receive an archived URL, kept safe forever
1) Post to https://url-archiver.p.rapidapi.com/api/v1/archive with your Payload
2) Get from https://url-archiver.p.rapidapi.com/api/v1/taskStatus/taskId | null | archivewrapper_api_v1_task_status | 406 | null | {"message": ""} | {"title": "Error", "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "required": ["message"]} |
|
fb71056f-07e9-4b50-bc1f-66e4e7aa2e98/726fc973-c0bb-4db7-9137-9eac5c958b8b/0/0 | Veestream | A file management API that allows users to upload files, retrieve file metadata, and generate progressive download URLs. | null | Get files | Get all the files that are related to your storage container. | 200 | Response | [{"_id": "642d7bacaa13f462fface4b7", "name": "example name", "url": "https://veezo.blob.core.windows.net/container-21042633d8c10bf6/farmlife_report.pdf", "apikey": "77041892a9750c4041c1f0d2e24f6f459d8a71d2", "__v": 0, "gif": "/video/642d7bacaa13f462fface4b7/gif", "poster": "/video/642d7bacaa13f462fface4b7/poster"}, {"_id": "642d8c18aa13f462fface4c4", "name": "example name", "url": "https://veezo.blob.core.windows.net/container-21042633d8c10bf6/11%20-%2007%20Expression%20of%20various%20pain.mp4", "apikey": "77041892a9750c4041c1f0d2e24f6f459d8a71d2", "__v": 0, "gif": "/video/642d8c18aa13f462fface4c4/gif", "poster": "/video/642d8c18aa13f462fface4c4/poster"}, {"_id": "642d95e39b9f1430cd5c166d", "name": "example name", "url": "https://veezo.blob.core.windows.net/container-21042633d8c10bf6/P6DKXL4H9T41HV5F.mp4", "apikey": "77041892a9750c4041c1f0d2e24f6f459d8a71d2", "__v": 0, "gif": "/video/642d95e39b9f1430cd5c166d/gif", "poster": "/video/642d95e39b9f1430cd5c166d/poster"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}, "apikey": {"type": "string"}, "__v": {"type": "integer"}, "gif": {"type": "string"}, "poster": {"type": "string"}}, "required": ["__v", "_id", "apikey", "gif", "name", "poster", "url"]}} |
fb71056f-07e9-4b50-bc1f-66e4e7aa2e98/aaf1197e-e543-4172-892e-49269754f2a4/0/0 | Veestream | A file management API that allows users to upload files, retrieve file metadata, and generate progressive download URLs. | null | Get file metadata | This endpoint returns metadata about a particular file. The metadata includes the name, _id, url, gif and poster. The latter 2 are useful for videos since they are endpoints to generate gifs and image thumbnails from videos. For non video files, this endpoints will be not useful. We have intentionally decided to let them be in the response for non video files though they do nothing. | 200 | Response | {"_id": "642d7bacaa13f462fface4b7", "name": "example name", "url": "https://veezo.blob.core.windows.net/container-21042633d8c10bf6/farmlife_report.pdf", "apikey": "77041892a9750c4041c1f0d2e24f6f459d8a71d2", "__v": 0, "gif": "/video/642d7bacaa13f462fface4b7/gif", "poster": "/video/642d7bacaa13f462fface4b7/poster"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}, "apikey": {"type": "string"}, "__v": {"type": "integer"}, "gif": {"type": "string"}, "poster": {"type": "string"}}, "required": ["__v", "_id", "apikey", "gif", "name", "poster", "url"]} |
08c06677-5e7b-43a3-aef1-219298681bad/4da25bad-0ddc-4a25-bed1-5bb658686929/0/0 | Google Spreadsheets | Use your Google Spreadsheet as a database, without any dependency.
To start using this API, you have to add our email and give us permissions to edit your spreadsheet.
rapidapi-google-sheets@singular-hub-398921.iam.gserviceaccount.com
(Remember to set the permissions to Editor). | 9.1 | Get rows | Get the rows from the sheet.
To start using this API, you have to add our email and give us permissions to edit your spreadsheet.
rapidapi-google-sheets@singular-hub-398921.iam.gserviceaccount.com
(Remember to set the permissions to Editor). | 200 | New Example | [["asd", "asd"], ["dsa", "dsa"]] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "array", "items": {"type": "string"}}} |
08c06677-5e7b-43a3-aef1-219298681bad/31ef8427-52d4-4906-8194-c3e038e4f008/0/0 | Google Spreadsheets | Use your Google Spreadsheet as a database, without any dependency.
To start using this API, you have to add our email and give us permissions to edit your spreadsheet.
rapidapi-google-sheets@singular-hub-398921.iam.gserviceaccount.com
(Remember to set the permissions to Editor). | 9.1 | Get sheets | Get all the sheets in the spreadsheet.
To start using this API, you have to add our email and give us permissions to edit your spreadsheet.
rapidapi-google-sheets@singular-hub-398921.iam.gserviceaccount.com
(Remember to set the permissions to Editor). | 200 | Example | {"0": {"sheetId": 0, "title": "Hoja 1", "index": 0, "sheetType": "GRID", "gridProperties": {"rowCount": 1000, "columnCount": 26}, "rowCount": 1000, "columnCount": 26, "a1SheetName": "'Hoja 1'", "encodedA1SheetName": "'Hoja%201'", "lastColumnLetter": "Z", "cellStats": {"nonEmpty": 0, "loaded": 0, "total": 26000}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"0": {"type": "object", "properties": {"sheetId": {"type": "integer"}, "title": {"type": "string"}, "index": {"type": "integer"}, "sheetType": {"type": "string"}, "gridProperties": {"type": "object", "properties": {"rowCount": {"type": "integer"}, "columnCount": {"type": "integer"}}, "required": ["columnCount", "rowCount"]}, "rowCount": {"type": "integer"}, "columnCount": {"type": "integer"}, "a1SheetName": {"type": "string"}, "encodedA1SheetName": {"type": "string"}, "lastColumnLetter": {"type": "string"}, "cellStats": {"type": "object", "properties": {"nonEmpty": {"type": "integer"}, "loaded": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["loaded", "nonEmpty", "total"]}}, "required": ["a1SheetName", "cellStats", "columnCount", "encodedA1SheetName", "gridProperties", "index", "lastColumnLetter", "rowCount", "sheetId", "sheetType", "title"]}}, "required": ["0"]} |
29a4170c-48cd-4346-8ce6-2d3f6f6c360e/06927514-5488-4e34-b535-7485f7a36747/0/0 | SynWave | A data storage management API offering the following features: | 8.1 | Upload a new file | Upload a new file. | 400 | null | {"success": true, "message": ""} | {"type": "object", "properties": {"success": {"type": "boolean", "description": "Whether the operation succeeded"}, "message": {"type": "string", "description": "Decription of the error"}}} |
29a4170c-48cd-4346-8ce6-2d3f6f6c360e/06927514-5488-4e34-b535-7485f7a36747/1/0 | SynWave | A data storage management API offering the following features: | 8.1 | Upload a new file | Upload a new file. | 200 | null | {"success": true, "file": {"id": "", "address": "", "filename": "", "mimetype": "", "size_bytes": 0, "created_at": "2023-09-17T09:51:58.000Z", "expiration_time": "2026-10-17T09:51:58.000Z", "downloads_remaining": 10, "authentication": {"username": "", "password": ""}}} | {"type": "object", "properties": {"success": {"type": "boolean", "description": "Whether the operation succeeded"}, "file": {"type": "object", "properties": {"id": {"type": "string", "description": "Unique ID that uniquely identifies the generated URL"}, "address": {"type": "string", "description": "Address of the generated URL"}, "filename": {"type": "string", "description": "Name of the file"}, "mimetype": {"type": "string", "description": "Mimetype of the file"}, "size_bytes": {"type": "number", "description": "Size of the file in bytes"}, "created_at": {"type": "string", "description": "When the file was uploaded"}, "expiration_time": {"type": "string", "description": "When the file will stop being available"}, "downloads_remaining": {"type": "number", "description": "Number of file downloads before the content becomes unavailable"}, "authentication": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}}}}}}} |
29a4170c-48cd-4346-8ce6-2d3f6f6c360e/778e8b72-f07b-4278-b4bb-d6c867b119c1/0/0 | SynWave | A data storage management API offering the following features: | 8.1 | Get list of stored files | Get list of stored files | 200 | null | {"success": true, "response": {"total_files": 0, "page_size": 0, "page_number": 0, "files": [{"success": true, "file": {"id": "", "address": "", "filename": "", "mimetype": "", "size_bytes": 0, "created_at": "2023-09-17T09:51:58.000Z", "expiration_time": "2026-10-17T09:51:58.000Z", "downloads_remaining": 10, "authentication": {"username": "", "password": ""}}}]}} | {"type": "object", "properties": {"success": {"type": "boolean", "description": "Whether the operation succeeded"}, "response": {"type": "object", "properties": {"total_files": {"type": "number", "description": "Total number of files stored by the user"}, "page_size": {"type": "number", "description": "Size of the response page"}, "page_number": {"type": "number", "description": "Page number of the response"}, "files": {"type": "array", "items": {"type": "object", "properties": {"success": {"type": "boolean", "description": "Whether the operation succeeded"}, "file": {"type": "object", "properties": {"id": {"type": "string", "description": "Unique ID that uniquely identifies the generated URL"}, "address": {"type": "string", "description": "Address of the generated URL"}, "filename": {"type": "string", "description": "Name of the file"}, "mimetype": {"type": "string", "description": "Mimetype of the file"}, "size_bytes": {"type": "number", "description": "Size of the file in bytes"}, "created_at": {"type": "string", "description": "When the file was uploaded"}, "expiration_time": {"type": "string", "description": "When the file will stop being available"}, "downloads_remaining": {"type": "number", "description": "Number of file downloads before the content becomes unavailable"}, "authentication": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}}}}}}}}}}}} |
29a4170c-48cd-4346-8ce6-2d3f6f6c360e/778e8b72-f07b-4278-b4bb-d6c867b119c1/1/0 | SynWave | A data storage management API offering the following features: | 8.1 | Get list of stored files | Get list of stored files | 400 | null | {"success": true, "message": ""} | {"type": "object", "properties": {"success": {"type": "boolean", "description": "Whether the operation succeeded"}, "message": {"type": "string", "description": "Decription of the error"}}} |
29a4170c-48cd-4346-8ce6-2d3f6f6c360e/98f0a46a-5f36-4c59-8e1d-2ea3cf707b08/0/0 | SynWave | A data storage management API offering the following features: | 8.1 | Get state of a stored file | Get state of a stored file | 400 | null | {"success": true, "message": ""} | {"type": "object", "properties": {"success": {"type": "boolean", "description": "Whether the operation succeeded"}, "message": {"type": "string", "description": "Decription of the error"}}} |
29a4170c-48cd-4346-8ce6-2d3f6f6c360e/98f0a46a-5f36-4c59-8e1d-2ea3cf707b08/1/0 | SynWave | A data storage management API offering the following features: | 8.1 | Get state of a stored file | Get state of a stored file | 200 | null | {"success": true, "file": {"id": "", "address": "", "filename": "", "mimetype": "", "size_bytes": 0, "created_at": "2023-09-17T09:51:58.000Z", "expiration_time": "2026-10-17T09:51:58.000Z", "downloads_remaining": 10, "authentication": {"username": "", "password": ""}}} | {"type": "object", "properties": {"success": {"type": "boolean", "description": "Whether the operation succeeded"}, "file": {"type": "object", "properties": {"id": {"type": "string", "description": "Unique ID that uniquely identifies the generated URL"}, "address": {"type": "string", "description": "Address of the generated URL"}, "filename": {"type": "string", "description": "Name of the file"}, "mimetype": {"type": "string", "description": "Mimetype of the file"}, "size_bytes": {"type": "number", "description": "Size of the file in bytes"}, "created_at": {"type": "string", "description": "When the file was uploaded"}, "expiration_time": {"type": "string", "description": "When the file will stop being available"}, "downloads_remaining": {"type": "number", "description": "Number of file downloads before the content becomes unavailable"}, "authentication": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}}}}}}} |
29a4170c-48cd-4346-8ce6-2d3f6f6c360e/1b35fe3f-3e3d-48f0-9d55-677309255432/0/0 | SynWave | A data storage management API offering the following features: | 8.1 | Get account information | Get account information | 200 | null | {"success": true, "info": {"usage": {"allocated": {"bytes": 0, "percentage": 0}, "free": {"bytes": 0, "percentage": 0}, "total": {"bytes": 0}}, "files": {"total": 0}}} | {"type": "object", "properties": {"success": {"type": "boolean", "description": "Whether the operation succeeded"}, "info": {"type": "object", "properties": {"usage": {"type": "object", "description": "Account's space usage", "properties": {"allocated": {"type": "object", "properties": {"bytes": {"type": "number", "description": "Space in bytes the account is consuming"}, "percentage": {"type": "number", "description": "Space consumed in percentage"}}}, "free": {"type": "object", "properties": {"bytes": {"type": "number", "description": "Space in bytes remaining free for the account"}, "percentage": {"type": "number", "description": "Space available in percentage"}}}, "total": {"type": "object", "properties": {"bytes": {"type": "number", "description": "Total number of bytes for the account"}}}}}, "files": {"type": "object", "description": "Account's files information", "properties": {"total": {"type": "number", "description": "Total number of files stored"}}}}}}} |
29a4170c-48cd-4346-8ce6-2d3f6f6c360e/ca893c2e-faee-4959-8be3-1e7eb5fbf857/0/0 | SynWave | A data storage management API offering the following features: | 8.1 | Delete a stored file | Delete a stored file | 200 | null | {"success": true, "message": ""} | {"type": "object", "properties": {"success": {"type": "boolean", "description": "Whether the operation succeeded"}, "message": {"type": "string", "description": "Informational message"}}} |
29a4170c-48cd-4346-8ce6-2d3f6f6c360e/ca893c2e-faee-4959-8be3-1e7eb5fbf857/1/0 | SynWave | A data storage management API offering the following features: | 8.1 | Delete a stored file | Delete a stored file | 400 | null | {"success": true, "message": ""} | {"type": "object", "properties": {"success": {"type": "boolean", "description": "Whether the operation succeeded"}, "message": {"type": "string", "description": "Decription of the error"}}} |
2931a5e4-5a6a-4fee-a233-68ce3caccbde/9b93fe2e-e8e8-400f-8658-14877825fb0c/0/0 | searchhook | Websearch (SearX) with Webhooks on new results. Allows to automate brand, product, topic monitoring using tools like n8n or node-red. | 7.4 | search | Search endpoint - Parameters compatible to SEARXNG (see linked external documentation).
In addition, a parameter url might be given to specify a webhook URL (POST request will be sent). | 200 | Response | {"query": "SearchHook API", "number_of_results": 820000, "results": [{"title": "Cloud Web Hosting from SearchHook.host", "url": "https://searchhook.host/", "content": "And that is just far too much. When using our services, you can host unlimited domains and handle them from the very same location you control your websites, quickly and efficiently. In this way, you can actually change your OpenVZ virtual private server in the heart of your online presence. $29.49/yr. $28.99/yr. $29.49/yr. $44.99/yr. $19.99/yr ...", "engine": "qwant", "parsed_url": ["https", "searchhook.host", "/", "", "", ""], "template": "default.html", "engines": ["duckduckgo", "qwant"], "positions": [1, 1], "score": 4, "category": "general", "pretty_url": "https://searchhook.host/", "open_group": true, "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0xC77cf2b4946C70012CA7bB5b51A25657B17076e5", "isNew": false, "firstSeen": 1666024280090}, {"title": "What is searchhook.dll? - FreeFixer", "url": "https://www.freefixer.com/library/file/searchhook.dll-147979/", "content": "What is searchhook.dll? searchhook.dll is part of Search Hook and developed by APN LLC. according to the searchhook.dll version information.. searchhook.dll's description is \"Search Hook\"searchhook.dll is digitally signed by APN LLC.. searchhook.dll is usually located in the 'c:\\Program Files (x86)\\AskPartnerNetwork\\Toolbar\\ORJ-SPE\\Source\\program files\\AskPartnerNetwork\\Toolbar\\' folder.", "engine": "qwant", "parsed_url": ["https", "www.freefixer.com", "/library/file/searchhook.dll-147979/", "", "", ""], "template": "default.html", "engines": ["duckduckgo", "qwant"], "positions": [4, 4], "score": 1, "category": "general", "pretty_url": "https://www.freefixer.com/library/file/searchhook.dll-147979/", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0x5C925Ce35FD2d7dC3f803B9F149b4141225B0397", "isNew": false, "firstSeen": 1666024280193}, {"url": "https://api.drupal.org/hook_search_info", "title": "hook_search_info | search.api.php | Drupal 7.x", "content": "Define a custom search type. This hook allows a module to tell search.module that it wishes to perform searches on content it defines (custom node types, ...", "engine": "google", "parsed_url": ["https", "api.drupal.org", "/hook_search_info", "", "", ""], "template": "default.html", "engines": ["google"], "positions": [1], "score": 1, "category": "general", "pretty_url": "https://api.drupal.org/hook_search_info", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0x9291DCBCA01fd4a2B5d483967e6279627eFcfE99", "isNew": false, "firstSeen": 1666024280102}, {"title": "Web Search API | Microsoft Bing", "url": "https://www.microsoft.com/en-us/bing/apis/bing-web-search-api", "content": "Bing Web Search API Bring intelligent search to your apps and harness the ability to comb billions of webpages, images, videos, and news with a single API call. Try Now Get enhanced search details from billions of web documents Enable safe, ad-free, location-aware search results, surfacing relevant information from billions of web documents.", "engine": "qwant", "parsed_url": ["https", "www.microsoft.com", "/en-us/bing/apis/bing-web-search-api", "", "", ""], "template": "default.html", "engines": ["qwant"], "positions": [2], "score": 0.5, "category": "general", "pretty_url": "https://www.microsoft.com/en-us/bing/apis/bing-web-search-api", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0x2F7eE2dFc4F1F62B85B635960C179139294A961B", "isNew": false, "firstSeen": 1666024280115}, {"url": "https://learn.microsoft.com/en-us/windows/win32/api/shlobj_core/nn-shlobj_core-iurlsearchhook", "title": "IURLSearchHook (shlobj_core.h) - Win32 apps - Microsoft Learn", "content": "Oct 21, 2021 \u2014 Exposes a method that is used by the browser to translate the address of an unknown URL protocol.", "engine": "google", "parsed_url": ["https", "learn.microsoft.com", "/en-us/windows/win32/api/shlobj_core/nn-shlobj_core-iurlsearchhook", "", "", ""], "template": "default.html", "engines": ["google"], "positions": [2], "score": 0.5, "category": "general", "pretty_url": "https://learn.microsoft.com/en-us/wind[...]obj_core/nn-shlobj_core-iurlsearchhook", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0xad68eDa391867C84eC57314FEDaCbd1135892570", "isNew": false, "firstSeen": 1666024280128}, {"title": "Home - Search Hook Digital Marketing Agency", "content": "A full service digital agency crafted for the new & now! Search Hook specializes in personalized, custom digital marketing for local businesses, with a focus on local search, lead marketing, paid advertising and social media. We are a partnership that gets your local business or franchise network on the map.", "url": "https://searchhook.ca/", "engine": "duckduckgo", "parsed_url": ["https", "searchhook.ca", "/", "", "", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [2], "score": 0.5, "category": "general", "pretty_url": "https://searchhook.ca/", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0x847565ED5F99b986bB44dBF2EA7F6e685D04d1fc", "isNew": false, "firstSeen": 1666024280141}, {"title": "searchcode's free api | source code search engine", "url": "https://searchcode.com/api/", "content": "The only condition of using the searchcode API is to provide a clickable link attributing searchcode as the source. Sadly rate limiting is implemented due to abuse. The limits are fairly generous but when reached you will receive an empty JSON object with 429 HTTP response. Subsequent requests will increase the timout period.", "engine": "qwant", "parsed_url": ["https", "searchcode.com", "/api/", "", "", ""], "template": "default.html", "engines": ["qwant"], "positions": [3], "score": 0.3333333333333333, "category": "general", "pretty_url": "https://searchcode.com/api/", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0x7Dd8fFECb71685ED1847EB28A3f70268Fbf9B639", "isNew": false, "firstSeen": 1666024280154}, {"url": "https://drupal.stackexchange.com/questions/177269/hook-to-change-display-widget-in-facet-api-from-template-php", "title": "Hook to change display widget in facet api from template.php", "content": "Oct 12, 2015 \u2014 In my site i have search api with one block facet option \"Display widget\" set to \"Links with checkboxes\". Add with checboxed option.", "engine": "google", "parsed_url": ["https", "drupal.stackexchange.com", "/questions/177269/hook-to-change-display-widget-in-facet-api-from-template-php", "", "", ""], "template": "default.html", "engines": ["google"], "positions": [3], "score": 0.3333333333333333, "category": "general", "pretty_url": "https://drupal.stackexchange.com/quest[...]-widget-in-facet-api-from-template-php", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0xbb6fed04CC5855249D9b35422d1c0e4Dc4EA21E2", "isNew": false, "firstSeen": 1666024280166}, {"title": "IURLSearchHook not working in IE9 - social.technet.microsoft.com", "content": "check that your search hook has been properly registered and is still in the registry. I think that the SearchHook will also appear in the IE Addons manager in IE9. Check that it is enabled. You should not use such an Addon for public distribution... it will become flagged as malware very quickly. Regards. Rob^_^", "url": "https://social.technet.microsoft.com/Forums/en-US/4ce432cf-d8f4-463d-9cd6-a61c741137be/iurlsearchhook-not-working-in-ie9", "engine": "duckduckgo", "parsed_url": ["https", "social.technet.microsoft.com", "/Forums/en-US/4ce432cf-d8f4-463d-9cd6-a61c741137be/iurlsearchhook-not-working-in-ie9", "", "", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [3], "score": 0.3333333333333333, "category": "general", "pretty_url": "https://social.technet.microsoft.com/F[...]37be/iurlsearchhook-not-working-in-ie9", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0x7b165A96045775A613A08398E18D3F0f23422504", "isNew": false, "firstSeen": 1666024280217}, {"url": "https://github.com/algolia/instantsearch.js/issues/823", "title": "beforeSearch hook \u00b7 Issue #823 \u00b7 algolia/instantsearch.js", "content": "Feb 2, 2016 \u2014 instantsearch(appID, apiKey, { searchHook: function(helper) { // once you ... Solves everything!(tm) The proposed API is a bit raw, though.", "engine": "google", "parsed_url": ["https", "github.com", "/algolia/instantsearch.js/issues/823", "", "", ""], "template": "default.html", "engines": ["google"], "positions": [4], "score": 0.25, "category": "general", "pretty_url": "https://github.com/algolia/instantsearch.js/issues/823", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0xb8EA5CB8C1f4Da81f58F7EDEF341733555d4583A", "isNew": false, "firstSeen": 1666024280204}, {"title": "Search Documents (Azure Cognitive Search REST API)", "url": "https://learn.microsoft.com/en-us/rest/api/searchservice/search-documents", "content": "By default, Azure Cognitive Search returns up to 5 highlights per field. The limit is configurable per field by appending \"-\" following the field name. For example, \"highlight=title-3,description-10\" returns up to 3 highlighted hits from the title field and up to 10 hits from the description field.", "engine": "qwant", "parsed_url": ["https", "learn.microsoft.com", "/en-us/rest/api/searchservice/search-documents", "", "", ""], "template": "default.html", "engines": ["qwant"], "positions": [5], "score": 0.2, "category": "general", "pretty_url": "https://learn.microsoft.com/en-us/rest/api/searchservice/search-documents", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0x583dCA5df16ed6e5f86F28e0fa3F3DA82133f8C4", "isNew": false, "firstSeen": 1666024280229}, {"title": "Add search provider and make it default", "content": "There are other registry settings for the Side search panel, default 404 search and default searchhook provider in the registry. For IE6-7 you can change these values in the registry on the fly and then send a message to the Internet Explorer_Hidden window to update its cached registry values for these keys.", "url": "https://social.msdn.microsoft.com/Forums/en-US/cd6d5638-16a2-45d0-91f4-dc000c8e5ba2/add-search-provider-and-make-it-default?forum=ieextensiondevelopment", "engine": "duckduckgo", "parsed_url": ["https", "social.msdn.microsoft.com", "/Forums/en-US/cd6d5638-16a2-45d0-91f4-dc000c8e5ba2/add-search-provider-and-make-it-default", "", "forum=ieextensiondevelopment", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [5], "score": 0.2, "category": "general", "pretty_url": "https://social.msdn.microsoft.com/Foru[...]t-default?forum=ieextensiondevelopment", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0xd175e6b806b2F6787af029c394214757F63dc9C4", "isNew": false, "firstSeen": 1666024280243}, {"title": "Webhook or an API \u2013 A Complete Guide with Examples", "url": "https://verloop.io/blog/webhook-or-an-api/", "content": "A webhook helps in sending/extracting real-time updates. In situations where using an API would result in wastage of resources and cost, a Webhook is used. That is if there aren\u2019t constant updates, it is better to use a webhook rather than an API. Also, a webhook is more suitable if an API is poor or isn\u2019t available to link the applications.", "engine": "qwant", "parsed_url": ["https", "verloop.io", "/blog/webhook-or-an-api/", "", "", ""], "template": "default.html", "engines": ["qwant"], "positions": [6], "score": 0.16666666666666666, "category": "general", "pretty_url": "https://verloop.io/blog/webhook-or-an-api/", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0x535A5cdd63829BdA3BCfD3a6e6D66cd3b14FAE56", "isNew": false, "firstSeen": 1666024280255}, {"title": "Support remove search ads by zjns \u00b7 Pull Request #809 \u00b7 yujincheng08 ...", "content": "\u6dfb\u52a0\u79fb\u9664\u641c\u7d22\u63a8\u5e7f\u652f\u6301\uff0c\u4f8b\u5982\u641c\u7d22 \u4e09\u4f53 \u4f1a\u51fa\u73b0\u76f8\u5173\u5c0f\u8bf4\u7684\u63a8\u5e7f\u3002 \u62bd\u79bb SearchMoss \u76f8\u5173\u7684 hook \u4e3a SearchHook\u3002 \u8865\u5168SearchBangumiCard ...", "url": "https://github.com/yujincheng08/BiliRoaming/pull/809/files", "engine": "duckduckgo", "parsed_url": ["https", "github.com", "/yujincheng08/BiliRoaming/pull/809/files", "", "", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [6], "score": 0.16666666666666666, "category": "general", "pretty_url": "https://github.com/yujincheng08/BiliRoaming/pull/809/files", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0x4d9272c1a856a553d6eCA9607365bCEEe25C1557", "isNew": true, "firstSeen": 1666024390902}, {"title": "Search Console API | Google Developers", "url": "https://developers.google.com/webmaster-tools/", "content": "The Search Console API provides programmatic access to the most popular reports and actions in your Search Console account. Query your search analytics, list your verified sites, manage your sitemaps for your site, and more. Official Google Search updates and SEO best practices.", "engine": "qwant", "parsed_url": ["https", "developers.google.com", "/webmaster-tools/", "", "", ""], "template": "default.html", "engines": ["qwant"], "positions": [7], "score": 0.14285714285714285, "category": "general", "pretty_url": "https://developers.google.com/webmaster-tools/", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0x0FE54361c21AD46BB75Ea6be3846dEcB31Ba19D5", "isNew": false, "firstSeen": 1666024280280}, {"title": "removing item hidden from windows API - Experts Exchange", "content": "Here is the relevant part of the rootkit reveal log:-HKLM\\SOFTWARE\\C6PU6AArZQmD 12/10/2005 00:52 0 bytes Hidden from Windows API.HKLM\\SOFTWARE\\Microsoft\\Cr yptography \\RNG\\Seed 1/9/2006 18:11 80 bytes Data mismatch between Windows API and raw hive data. HKLM\\SOFTWARE\\Microsoft\\In ternet Explorer\\ProductID 1/9/2006 18:09 4 bytes Data mismatch between Windows API and raw hive data.", "url": "https://www.experts-exchange.com/questions/21702976/removing-item-hidden-from-windows-API.html", "engine": "duckduckgo", "parsed_url": ["https", "www.experts-exchange.com", "/questions/21702976/removing-item-hidden-from-windows-API.html", "", "", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [7], "score": 0.14285714285714285, "category": "general", "pretty_url": "https://www.experts-exchange.com/quest[...]ving-item-hidden-from-windows-API.html", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0xc7E171c465b59d8dd09e1666F8c027e107D4e067", "isNew": false, "firstSeen": 1666024280316}, {"title": "Custom Search JSON API | Programmable Search Engine - Google Developers", "url": "https://developers.google.com/custom-search/v1/overview", "content": "With Google Cloud Operations you can create custom dashboards, set up alerts, and access metrics data programmatically. To access Custom Search JSON API usage data in Google Cloud Operations, select \"Resource type: Consumed API\" and filter on \"service = 'customsearch.googleapis.com'\" in the Query Builder. See Monitoring Your API Usage for a ...", "engine": "qwant", "parsed_url": ["https", "developers.google.com", "/custom-search/v1/overview", "", "", ""], "template": "default.html", "engines": ["qwant"], "positions": [8], "score": 0.125, "category": "general", "pretty_url": "https://developers.google.com/custom-search/v1/overview", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0xD7dafF92932eBB2399E550Ed19c5145dfD04C86f", "isNew": false, "firstSeen": 1666024280303}, {"title": "SystemLookup - CLSID List", "content": "Widget API Test - 1.2 TB and Widgets Toolbar, a Mindspark Interactive toolbar powered by MyWebSearch, ... RQ Toolbar - a Conduit/EffectiveBrand \"Free Community\" toolbar - modifies the default IE SearchHook. Some Conduit toolbars are reputed to have a certain adware/trackware functionality. O BHO, TB, SH {250cdcf4-3e07-42a8-8c74-8d8be08b6963}", "url": "https://www.systemlookup.com/lists.php?list=1&type=name&search=toolbar", "engine": "duckduckgo", "parsed_url": ["https", "www.systemlookup.com", "/lists.php", "", "list=1&type=name&search=toolbar", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [8], "score": 0.125, "category": "general", "pretty_url": "https://www.systemlookup.com/lists.php?list=1&type=name&search=toolbar", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0x6f40E23c1Ea933756484ae49c14D4A2b3794e865", "isNew": false, "firstSeen": 1666024280291}, {"title": "Search | API | Mapbox", "url": "https://docs.mapbox.com/api/search/", "content": "Overview of the Mapbox Search service APIs. The Mapbox Search Service includes two APIs: the Mapbox Geocoding API and the Mapbox Japan Search API.. The Mapbox Geocoding API allows you to do forward and reverse geocoding operations. Forward Geocoding takes text in the form of an address or place and converts it to geographic coordinates (latitude/longitude).", "engine": "qwant", "parsed_url": ["https", "docs.mapbox.com", "/api/search/", "", "", ""], "template": "default.html", "engines": ["qwant"], "positions": [9], "score": 0.1111111111111111, "category": "general", "pretty_url": "https://docs.mapbox.com/api/search/", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0x07E35f1FB672B93CB8E0128591b9734c293a7400", "isNew": false, "firstSeen": 1666024280329}, {"title": "[SOLVED] - Hack tool detected by MSE. | Sysnative Forums", "content": "I have been trying to remove and quarantine a hack tool detected with MSE without success. I did however was able to remove a previous detected backdoor with MSE. Scan result of Farbar Recovery Scan Tool (FRST) (x64) Version: 12-10-2019 02 Ran by honey (administrator) on HONEY-PC...", "url": "https://www.sysnative.com/forums/threads/hack-tool-detected-by-mse.29607/", "engine": "duckduckgo", "parsed_url": ["https", "www.sysnative.com", "/forums/threads/hack-tool-detected-by-mse.29607/", "", "", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [9], "score": 0.1111111111111111, "category": "general", "pretty_url": "https://www.sysnative.com/forums/threads/hack-tool-detected-by-mse.29607/", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0x658c372558cDE8A63709D4762643E272C2307081", "isNew": false, "firstSeen": 1666024280344}, {"title": "Get started with the REST APIs for Azure DevOps Services and Team ...", "url": "https://learn.microsoft.com/en-us/rest/api/azure/devops/?view=azure-devops-rest-7.1", "content": "api-version=1.0; api-version=1.2-preview; api-version=2.0-preview.1; Note: area and team-project are optional, depending on the API request. Check out the TFS to REST API version mapping matrix below to find which REST API versions apply to your version of TFS. HTTP request message header fields:", "engine": "qwant", "parsed_url": ["https", "learn.microsoft.com", "/en-us/rest/api/azure/devops/", "", "view=azure-devops-rest-7.1", ""], "template": "default.html", "engines": ["qwant"], "positions": [10], "score": 0.1, "category": "general", "pretty_url": "https://learn.microsoft.com/en-us/rest[...]ure/devops/?view=azure-devops-rest-7.1", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0x291097169F96816F8925fa19158c42eD6347eF39", "isNew": false, "firstSeen": 1666024280356}, {"title": "Certain I have a keylogger / trojan - Resolved Malware Removal Logs ...", "content": "Hello,So my computer freezes randomly for 20 seconds or so every (varies from 5 mins to 30 mins) - It really seems like one of those viruses that are sending logs off to an ftp or email once it gets the amount of information it was set to get. One of my emails also got hacked. I ran a malware byt...", "url": "https://forums.malwarebytes.com/topic/122968-certain-i-have-a-keylogger-trojan/", "engine": "duckduckgo", "parsed_url": ["https", "forums.malwarebytes.com", "/topic/122968-certain-i-have-a-keylogger-trojan/", "", "", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [10], "score": 0.1, "category": "general", "pretty_url": "https://forums.malwarebytes.com/topic/[...]968-certain-i-have-a-keylogger-trojan/", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0xE02043aebAcFE66e20ECAdb8201B5bba65C85193", "isNew": true, "firstSeen": 1666024390986}, {"title": "Offercast391_ARS_.exe - Hybrid Analysis", "content": "Sets a system wide hook on keyboard events Ransomware Contains ability to create/switch the desktop Persistence Modifies auto-execute functionality by setting/creating a value in the registry Fingerprint Contains ability to lookup the windows account name Network Behavior Contacts 9 domains and 4 hosts. View all details Indicators", "url": "https://www.hybrid-analysis.com/sample/35900fd9aa6b844fdcebbfe2fe286b49d6a8dff73a5f0c009e039ec0f30b0a17/56ea7a5daac2ed6010fa84d2", "engine": "duckduckgo", "parsed_url": ["https", "www.hybrid-analysis.com", "/sample/35900fd9aa6b844fdcebbfe2fe286b49d6a8dff73a5f0c009e039ec0f30b0a17/56ea7a5daac2ed6010fa84d2", "", "", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [11], "score": 0.09090909090909091, "category": "general", "pretty_url": "https://www.hybrid-analysis.com/sample[...]39ec0f30b0a17/56ea7a5daac2ed6010fa84d2", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0xcDc594f3FB456e6A4Aa9141FA3aA8b13D46448A5", "isNew": true, "firstSeen": 1666024390997}, {"title": "keeps freezing help . - Troubleshooting - \u00b5Torrent Community Forums", "content": "kernel32.dll Windows NT BASE API Client DLL Microsoft Corporation 6..6001.18215. locale.nls locale.nls ... R3 - URLSearchHook: SearchHook Class - {BC86E1AB-EDA5-4059-938F-CE307B0C6F0A} - C:\\Program Files (x86)\\DeviceVM\\Browser Configuration Utility\\AddressBarSearch.dll.", "url": "https://forum.utorrent.com/topic/65345-keeps-freezing-help/", "engine": "duckduckgo", "parsed_url": ["https", "forum.utorrent.com", "/topic/65345-keeps-freezing-help/", "", "", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [12], "score": 0.08333333333333333, "category": "general", "pretty_url": "https://forum.utorrent.com/topic/65345-keeps-freezing-help/", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0x6a803B251199330b89a79155A24af8eB758AFf60", "isNew": true, "firstSeen": 1666024391010}, {"title": "Aws\\S3\\S3Client::factory PHP Code Examples - HotExamples", "content": "PHP Aws\\S3\\S3Client::factory - 30 examples found. These are the top rated real world PHP examples of Aws\\S3\\S3Client::factory extracted from open source projects. You can rate examples to help us improve the quality of examples.", "url": "https://hotexamples.com/examples/-/Aws%255CS3%255CS3Client/factory/php-aws%255cs3%255cs3client-factory-method-examples.html", "engine": "duckduckgo", "parsed_url": ["https", "hotexamples.com", "/examples/-/Aws%255CS3%255CS3Client/factory/php-aws%255cs3%255cs3client-factory-method-examples.html", "", "", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [13], "score": 0.07692307692307693, "category": "general", "pretty_url": "https://hotexamples.com/examples/-/Aws[...]cs3client-factory-method-examples.html", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0x02Af4eD800dCf75B8A461e63719Ac4C054DA56c1", "isNew": false, "firstSeen": 1666024280382}, {"title": "Removal instructions for Search App by Ask", "content": "Double-click mbam-setup-version.exe and follow the prompts to install the program. At the end, be sure a check-mark is placed next to the following: Enable free trial of Malwarebytes Anti-Malware Premium Launch Malwarebytes Anti-Malware Then click Finish. If an update is found, you will be prompted to download and install the latest version.", "url": "https://forums.malwarebytes.com/topic/170093-removal-instructions-for-search-app-by-ask/", "engine": "duckduckgo", "parsed_url": ["https", "forums.malwarebytes.com", "/topic/170093-removal-instructions-for-search-app-by-ask/", "", "", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [14], "score": 0.07142857142857142, "category": "general", "pretty_url": "https://forums.malwarebytes.com/topic/[...]al-instructions-for-search-app-by-ask/", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0xad8E3fde0185B3749242BF9f71863116dF54cC40", "isNew": false, "firstSeen": 1666024280407}, {"title": "Bunch Of Malware Help Help Help XD | Tech Support Forum", "content": "MS Visual Basic 6 - API Viewer MS Visual Basic 6.0 MS Visual Basic for Applications MS Visual Data Manager 6.0 MS Visual Studio 6.0 MS WebPost wizard MS Windows Backup 5.0 MS Wordpad MS7531 MS-Connect MSInfoSys MSinstall MSN Messenger Polygamy MSN_trojan MSNRaptor MSNservice MSN-Spy MTC.MakeMeSearch.com MTC.Saristar MT-Dials MuKill MultiBinder1 ...", "url": "https://www.techsupportforum.com/threads/bunch-of-malware-help-help-help-xd.196472/", "engine": "duckduckgo", "parsed_url": ["https", "www.techsupportforum.com", "/threads/bunch-of-malware-help-help-help-xd.196472/", "", "", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [15], "score": 0.06666666666666667, "category": "general", "pretty_url": "https://www.techsupportforum.com/threa[...]h-of-malware-help-help-help-xd.196472/", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0x5C4d87ac8FD8751E56Ef054c7f23d92BF8e5641c", "isNew": false, "firstSeen": 1666024280524}, {"title": "Ransom trojan and others frequently detected by Malwarebytes", "content": "Page 1 of 2 - Ransom trojan and others frequently detected by Malwarebytes - posted in Virus, Trojan, Spyware, and Malware Removal Help: Hi! I'm afraid that I have some sort of infection on my ...", "url": "https://www.bleepingcomputer.com/forums/t/473954/ransom-trojan-and-others-frequently-detected-by-malwarebytes/", "engine": "duckduckgo", "parsed_url": ["https", "www.bleepingcomputer.com", "/forums/t/473954/ransom-trojan-and-others-frequently-detected-by-malwarebytes/", "", "", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [16], "score": 0.0625, "category": "general", "pretty_url": "https://www.bleepingcomputer.com/forum[...]s-frequently-detected-by-malwarebytes/", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0xd743986e6C4A3cF50aE6Dc18942386680B0F9023", "isNew": true, "firstSeen": 1666024391043}, {"title": "whatwedo/search-bundle - Packagist", "content": "README. whatwedoSearchBundle. This bundle helps to automatically index and search entities. Features include: Index entities; Search using match against", "url": "https://packagist.org/packages/whatwedo/search-bundle", "engine": "duckduckgo", "parsed_url": ["https", "packagist.org", "/packages/whatwedo/search-bundle", "", "", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [17], "score": 0.058823529411764705, "category": "general", "pretty_url": "https://packagist.org/packages/whatwedo/search-bundle", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0x38D79Ee2339c2FA0a504BcE9D7890AFCdEe2aa33", "isNew": false, "firstSeen": 1666024280462}, {"title": "SystemLookup - CLSID List", "content": "Maroceve users group toolbar - a Conduit/EffectiveBrand \"Free Community\" toolbar - modifies the default IE SearchHook. Some Conduit toolbars are reputed to have a certain adware/trackware functionality. L BHO, TB, SH ... Widget API Test - 1.2 TB and Widgets Toolbar, a Mindspark Interactive toolbar powered by MyWebSearch, ...", "url": "https://www.systemlookup.com/lists.php?list=1&type=name&search=Oovoo%20Toolbar", "engine": "duckduckgo", "parsed_url": ["https", "www.systemlookup.com", "/lists.php", "", "list=1&type=name&search=Oovoo%20Toolbar", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [18], "score": 0.05555555555555555, "category": "general", "pretty_url": "https://www.systemlookup.com/lists.php[...]ist=1&type=name&search=Oovoo%20Toolbar", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0xd6dD62A73203EC4C5c2E65a5C7FcaDE1263158d6", "isNew": false, "firstSeen": 1666024280512}, {"title": "Hijacked Hompage | Wilders Security Forums", "content": "KERNEL32.dll 7c4e0000 757760 C:\\WINNT\\system32\\KERNEL32.dll 5.00.2195.6688 Windows NT BASE API Client DLL USER32.dll 77e10000 413696 C:\\WINNT\\system32\\USER32.dll 5.00.2195.6688 Windows 2000 USER API Client DLL ... 15 SearchHook Module HPCMDTY.DLL 18d0000 61440 C:\\WINNT\\system32\\HPCMDTY.DLL jsconsole.dll 19f0000 110592 C:\\WINNT\\system32 ...", "url": "https://www.wilderssecurity.com/threads/hijacked-hompage.33927/", "engine": "duckduckgo", "parsed_url": ["https", "www.wilderssecurity.com", "/threads/hijacked-hompage.33927/", "", "", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [19], "score": 0.05263157894736842, "category": "general", "pretty_url": "https://www.wilderssecurity.com/threads/hijacked-hompage.33927/", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0xe0EfBbbB4737DEB9d3331Da2BDB3B2959C26Ef98", "isNew": false, "firstSeen": 1666024280446}, {"title": "need help with google redirect and slowed internet", "content": "Page 1 of 2 - need help with google redirect and slowed internet - posted in Virus, Trojan, Spyware, and Malware Removal Help: I am getting redirects and my internet connection keeps getting ...", "url": "https://www.bleepingcomputer.com/forums/t/412156/need-help-with-google-redirect-and-slowed-internet/", "engine": "duckduckgo", "parsed_url": ["https", "www.bleepingcomputer.com", "/forums/t/412156/need-help-with-google-redirect-and-slowed-internet/", "", "", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [20], "score": 0.05, "category": "general", "pretty_url": "https://www.bleepingcomputer.com/forum[...]h-google-redirect-and-slowed-internet/", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0x2676D401DF3a7515aF925Aa0774A799A0E997FB9", "isNew": true, "firstSeen": 1666024391098}, {"title": "Python webhook called multiple times from Facebook Chatbot - Api.ai", "content": "Other intents in api.ai does not have fulfillment (Webhook or Webhook slot filling) enabled. Can anybody help me in this. python-2.7 dialogflow-es facebook-webhooks", "url": "https://stackoverflow.com/questions/44742176/python-webhook-called-multiple-times-from-facebook-chatbot-api-ai", "engine": "duckduckgo", "parsed_url": ["https", "stackoverflow.com", "/questions/44742176/python-webhook-called-multiple-times-from-facebook-chatbot-api-ai", "", "", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [21], "score": 0.047619047619047616, "category": "general", "pretty_url": "https://stackoverflow.com/questions/44[...]ple-times-from-facebook-chatbot-api-ai", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0xa669d6E35Ef3E2D6C628B8de3B6F7666C2cAbFD1", "isNew": false, "firstSeen": 1666024280475}, {"title": "Extreme memory usage while seeding. - Bug Reports - Forums", "content": "nvSCPAPISvr.exe 1764 2 292 K 1 160 K Stereo Vision Control Panel API Server NVIDIA Corporation. ... R3 - URLSearchHook: SearchHook Class - {BC86E1AB-EDA5-4059-938F-CE307B0C6F0A} - C:\\Program Files (x86)\\DeviceVM\\Browser Configuration Utility\\AddressBarSearch.dll.", "url": "https://forum.utorrent.com/topic/61686-extreme-memory-usage-while-seeding/", "engine": "duckduckgo", "parsed_url": ["https", "forum.utorrent.com", "/topic/61686-extreme-memory-usage-while-seeding/", "", "", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [22], "score": 0.045454545454545456, "category": "general", "pretty_url": "https://forum.utorrent.com/topic/61686-extreme-memory-usage-while-seeding/", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0xBccBEd77C79A81f9579a7749a47bB8D85241381d", "isNew": false, "firstSeen": 1666024280434}, {"title": "Suspicious Applications from AirVPN | Tech Support Guy", "content": "2/20/2013 10:57:09 PM, Error: AMD RAID API [0] - 2/19/2013 10:24:49 PM, Error: Service Control Manager [7022] - The Encrypting File System (EFS) service hung on starting. 2/19/2013 10:17:09 PM, Error: Service Control Manager [7011] - A timeout (30000 milliseconds) was reached while waiting for a transaction response from the PNRPsvc service.", "url": "https://www.techguy.org/threads/suspicious-applications-from-airvpn.1090363/", "engine": "duckduckgo", "parsed_url": ["https", "www.techguy.org", "/threads/suspicious-applications-from-airvpn.1090363/", "", "", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [23], "score": 0.043478260869565216, "category": "general", "pretty_url": "https://www.techguy.org/threads/suspic[...]ious-applications-from-airvpn.1090363/", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0x3e4ce3Fbb81c78d4bD3Bb0671330E23A1ab8F673", "isNew": false, "firstSeen": 1666024280548}, {"title": "[searchBox]: queryHook not called on initial search #921 - GitHub", "content": "The only one being that people would like to reformat the whole dataset, not per hit (thats another topic) queryHook is called on every keypress, with the actual query and the helper as parameters searchFunction is called just before a search is made, with only the helper as parameter onQueryChangedHook, in the searchbox widget", "url": "https://github.com/algolia/instantsearch.js/issues/921", "engine": "duckduckgo", "parsed_url": ["https", "github.com", "/algolia/instantsearch.js/issues/921", "", "", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [24], "score": 0.041666666666666664, "category": "general", "pretty_url": "https://github.com/algolia/instantsearch.js/issues/921", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0xE8091B41C619321b7Fa4cDe6891d26fE136f0123", "isNew": false, "firstSeen": 1666024280499}, {"title": "Solved - Svchost.exe - help me Broni | TechSpot Forums", "content": "Download TDSSKiller and save it to your desktop.. Extract (unzip) its contents to your desktop.; Open the TDSSKiller folder and doubleclick on TDSSKiller.exe to run the application, then on Start ...", "url": "https://www.techspot.com/community/topics/svchost-exe-help-me-broni.186196/", "engine": "duckduckgo", "parsed_url": ["https", "www.techspot.com", "/community/topics/svchost-exe-help-me-broni.186196/", "", "", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [25], "score": 0.04, "category": "general", "pretty_url": "https://www.techspot.com/community/top[...]pics/svchost-exe-help-me-broni.186196/", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0x87f4Db2005cC6F71A955E6f70681C2d0D92DEd81", "isNew": false, "firstSeen": 1666024280561}, {"title": "Product Page Optimization Tips #Semrushchat", "content": "Some of our Chat participants think that you should only use your own descriptions, as Rohan Ayyar @searchhook suggested: \"Write your own descriptions -- for each product. Solicit reviews and display them on the same page.\" A product description is content. And what do we repeat day after day? That we should provide unique and valuable content.", "url": "https://www.semrush.com/blog/product-page-optimization-tips-semrushchat/", "engine": "duckduckgo", "parsed_url": ["https", "www.semrush.com", "/blog/product-page-optimization-tips-semrushchat/", "", "", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [26], "score": 0.038461538461538464, "category": "general", "pretty_url": "https://www.semrush.com/blog/product-page-optimization-tips-semrushchat/", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0xbe38875a2465ad4066D08C20021F7F02928378D7", "isNew": false, "firstSeen": 1666024280487}, {"title": "Logfile of Trend Micro HijackThis v2.0.4Scan saved at 5:43: ... - Pastebin", "content": "R3 - URLSearchHook: SearchHook Class - {BC86E1AB-EDA5-4059-938F-CE307B0C6F0A} - C:\\Program Files (x86)\\DeviceVM\\Browser Configuration Utility\\AddressBarSearch.dll ... create new paste / syntax languages / archive / faq / tools / night mode / api / scraping api / news / pro", "url": "https://pastebin.com/9jNhaGPk", "engine": "duckduckgo", "parsed_url": ["https", "pastebin.com", "/9jNhaGPk", "", "", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [27], "score": 0.037037037037037035, "category": "general", "pretty_url": "https://pastebin.com/9jNhaGPk", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0x82a7e7FC628c14898a40543f7503986e35031780", "isNew": false, "firstSeen": 1666024280612}, {"title": "windows-virus - can't delete download | DaniWeb", "content": "URL Searchhook won't delete 1 ; multiple infections, please help... 11 ; Can't access any anti-virus url 18 ; can't see c drive, virus alert in taskbar, same fixes as i read won't work 7 ; My HJT log file 3 ; Can't get rid of virus! Help please!!! 1 ; i,mhappy isn't happy with redirecting virus 4 ; Hijackthis log file 5 ; I need help can,t rid ...", "url": "https://www.daniweb.com/hardware-and-software/information-security/threads/159611/can-t-delete-download", "engine": "duckduckgo", "parsed_url": ["https", "www.daniweb.com", "/hardware-and-software/information-security/threads/159611/can-t-delete-download", "", "", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [28], "score": 0.03571428571428571, "category": "general", "pretty_url": "https://www.daniweb.com/hardware-and-s[...]y/threads/159611/can-t-delete-download", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0xa0C28DE26ee75F4f63558109a475DCD95f274450", "isNew": false, "firstSeen": 1666024280572}, {"title": "Windupdates / IE Cannot Find Server Issue - DaniWeb", "content": "C:\\PROGRAM FILE\\WINDOWS ADSTATUS\\WINSTAT.EXT C:\\PROGRAM FILES\\WINDOWS ADSTATUS\\WINSTATKEEP.EXE R3 - Default URL SearchHook is missing 02 - BHO: (no name) - {00000010-6F7D-442C-93E3-4a4827C2E4C8} - (no file) 04 - HKLMA\\..\\Run: [Windows AdStatus] C:\\PROGRAM FILES\\WINDOWS ADSTATUS\\WINSTATE.EXE 04 - HKLM\\..\\Run: [on4T36R] LFISSHRN.EXE", "url": "https://www.daniweb.com/hardware-and-software/information-security/threads/18936/windupdates-ie-cannot-find-server-issue", "engine": "duckduckgo", "parsed_url": ["https", "www.daniweb.com", "/hardware-and-software/information-security/threads/18936/windupdates-ie-cannot-find-server-issue", "", "", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [29], "score": 0.034482758620689655, "category": "general", "pretty_url": "https://www.daniweb.com/hardware-and-s[...]indupdates-ie-cannot-find-server-issue", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0x4F7FBe0d02c3FC5B879E35D510A17Ac113025bFB", "isNew": true, "firstSeen": 1666024391167}, {"title": "MICA - Machine Information Consulting Alliance :: Windows XP Help Site", "content": "Copyright \u00a9 1992-2014.Mica Specialties All Rights Reserved.. Home | Box of Browsers | Ergonomics | CyberTips | Mica Market | Contact | Box of Browsers | Ergonomics ...", "url": "http://micaspecialties.org/malwaredatabank.htm", "engine": "duckduckgo", "parsed_url": ["http", "micaspecialties.org", "/malwaredatabank.htm", "", "", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [30], "score": 0.03333333333333333, "category": "general", "pretty_url": "http://micaspecialties.org/malwaredatabank.htm", "close_group": true, "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0x21055131d8f5500142cA2291A8906D924a963230", "isNew": false, "firstSeen": 1666024280638}], "answers": [], "corrections": [], "infoboxes": [], "suggestions": [], "unresponsive_engines": [], "queryid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27", "new": [{"title": "Support remove search ads by zjns \u00b7 Pull Request #809 \u00b7 yujincheng08 ...", "content": "\u6dfb\u52a0\u79fb\u9664\u641c\u7d22\u63a8\u5e7f\u652f\u6301\uff0c\u4f8b\u5982\u641c\u7d22 \u4e09\u4f53 \u4f1a\u51fa\u73b0\u76f8\u5173\u5c0f\u8bf4\u7684\u63a8\u5e7f\u3002 \u62bd\u79bb SearchMoss \u76f8\u5173\u7684 hook \u4e3a SearchHook\u3002 \u8865\u5168SearchBangumiCard ...", "url": "https://github.com/yujincheng08/BiliRoaming/pull/809/files", "engine": "duckduckgo", "parsed_url": ["https", "github.com", "/yujincheng08/BiliRoaming/pull/809/files", "", "", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [6], "score": 0.16666666666666666, "category": "general", "pretty_url": "https://github.com/yujincheng08/BiliRoaming/pull/809/files", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0x4d9272c1a856a553d6eCA9607365bCEEe25C1557", "isNew": true, "firstSeen": 1666024390902}, {"title": "Certain I have a keylogger / trojan - Resolved Malware Removal Logs ...", "content": "Hello,So my computer freezes randomly for 20 seconds or so every (varies from 5 mins to 30 mins) - It really seems like one of those viruses that are sending logs off to an ftp or email once it gets the amount of information it was set to get. One of my emails also got hacked. I ran a malware byt...", "url": "https://forums.malwarebytes.com/topic/122968-certain-i-have-a-keylogger-trojan/", "engine": "duckduckgo", "parsed_url": ["https", "forums.malwarebytes.com", "/topic/122968-certain-i-have-a-keylogger-trojan/", "", "", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [10], "score": 0.1, "category": "general", "pretty_url": "https://forums.malwarebytes.com/topic/[...]968-certain-i-have-a-keylogger-trojan/", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0xE02043aebAcFE66e20ECAdb8201B5bba65C85193", "isNew": true, "firstSeen": 1666024390986}, {"title": "Offercast391_ARS_.exe - Hybrid Analysis", "content": "Sets a system wide hook on keyboard events Ransomware Contains ability to create/switch the desktop Persistence Modifies auto-execute functionality by setting/creating a value in the registry Fingerprint Contains ability to lookup the windows account name Network Behavior Contacts 9 domains and 4 hosts. View all details Indicators", "url": "https://www.hybrid-analysis.com/sample/35900fd9aa6b844fdcebbfe2fe286b49d6a8dff73a5f0c009e039ec0f30b0a17/56ea7a5daac2ed6010fa84d2", "engine": "duckduckgo", "parsed_url": ["https", "www.hybrid-analysis.com", "/sample/35900fd9aa6b844fdcebbfe2fe286b49d6a8dff73a5f0c009e039ec0f30b0a17/56ea7a5daac2ed6010fa84d2", "", "", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [11], "score": 0.09090909090909091, "category": "general", "pretty_url": "https://www.hybrid-analysis.com/sample[...]39ec0f30b0a17/56ea7a5daac2ed6010fa84d2", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0xcDc594f3FB456e6A4Aa9141FA3aA8b13D46448A5", "isNew": true, "firstSeen": 1666024390997}, {"title": "keeps freezing help . - Troubleshooting - \u00b5Torrent Community Forums", "content": "kernel32.dll Windows NT BASE API Client DLL Microsoft Corporation 6..6001.18215. locale.nls locale.nls ... R3 - URLSearchHook: SearchHook Class - {BC86E1AB-EDA5-4059-938F-CE307B0C6F0A} - C:\\Program Files (x86)\\DeviceVM\\Browser Configuration Utility\\AddressBarSearch.dll.", "url": "https://forum.utorrent.com/topic/65345-keeps-freezing-help/", "engine": "duckduckgo", "parsed_url": ["https", "forum.utorrent.com", "/topic/65345-keeps-freezing-help/", "", "", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [12], "score": 0.08333333333333333, "category": "general", "pretty_url": "https://forum.utorrent.com/topic/65345-keeps-freezing-help/", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0x6a803B251199330b89a79155A24af8eB758AFf60", "isNew": true, "firstSeen": 1666024391010}, {"title": "Ransom trojan and others frequently detected by Malwarebytes", "content": "Page 1 of 2 - Ransom trojan and others frequently detected by Malwarebytes - posted in Virus, Trojan, Spyware, and Malware Removal Help: Hi! I'm afraid that I have some sort of infection on my ...", "url": "https://www.bleepingcomputer.com/forums/t/473954/ransom-trojan-and-others-frequently-detected-by-malwarebytes/", "engine": "duckduckgo", "parsed_url": ["https", "www.bleepingcomputer.com", "/forums/t/473954/ransom-trojan-and-others-frequently-detected-by-malwarebytes/", "", "", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [16], "score": 0.0625, "category": "general", "pretty_url": "https://www.bleepingcomputer.com/forum[...]s-frequently-detected-by-malwarebytes/", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0xd743986e6C4A3cF50aE6Dc18942386680B0F9023", "isNew": true, "firstSeen": 1666024391043}, {"title": "need help with google redirect and slowed internet", "content": "Page 1 of 2 - need help with google redirect and slowed internet - posted in Virus, Trojan, Spyware, and Malware Removal Help: I am getting redirects and my internet connection keeps getting ...", "url": "https://www.bleepingcomputer.com/forums/t/412156/need-help-with-google-redirect-and-slowed-internet/", "engine": "duckduckgo", "parsed_url": ["https", "www.bleepingcomputer.com", "/forums/t/412156/need-help-with-google-redirect-and-slowed-internet/", "", "", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [20], "score": 0.05, "category": "general", "pretty_url": "https://www.bleepingcomputer.com/forum[...]h-google-redirect-and-slowed-internet/", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0x2676D401DF3a7515aF925Aa0774A799A0E997FB9", "isNew": true, "firstSeen": 1666024391098}, {"title": "Windupdates / IE Cannot Find Server Issue - DaniWeb", "content": "C:\\PROGRAM FILE\\WINDOWS ADSTATUS\\WINSTAT.EXT C:\\PROGRAM FILES\\WINDOWS ADSTATUS\\WINSTATKEEP.EXE R3 - Default URL SearchHook is missing 02 - BHO: (no name) - {00000010-6F7D-442C-93E3-4a4827C2E4C8} - (no file) 04 - HKLMA\\..\\Run: [Windows AdStatus] C:\\PROGRAM FILES\\WINDOWS ADSTATUS\\WINSTATE.EXE 04 - HKLM\\..\\Run: [on4T36R] LFISSHRN.EXE", "url": "https://www.daniweb.com/hardware-and-software/information-security/threads/18936/windupdates-ie-cannot-find-server-issue", "engine": "duckduckgo", "parsed_url": ["https", "www.daniweb.com", "/hardware-and-software/information-security/threads/18936/windupdates-ie-cannot-find-server-issue", "", "", ""], "template": "default.html", "engines": ["duckduckgo"], "positions": [29], "score": 0.034482758620689655, "category": "general", "pretty_url": "https://www.daniweb.com/hardware-and-s[...]indupdates-ie-cannot-find-server-issue", "resultid": "0xC7adbe8AE31df2A43A13Bf7b233c435f66C39f27_0x4F7FBe0d02c3FC5B879E35D510A17Ac113025bFB", "isNew": true, "firstSeen": 1666024391167}]} | {"type": "object", "properties": {"query": {"type": "string"}, "number_of_results": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object"}}, "answers": {"type": "array"}, "corrections": {"type": "array"}, "infoboxes": {"type": "array"}, "suggestions": {"type": "array"}, "unresponsive_engines": {"type": "array"}, "queryid": {"type": "string"}, "new": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "string"}, "url": {"type": "string"}, "engine": {"type": "string"}, "parsed_url": {"type": "array", "items": {"type": "string"}}, "template": {"type": "string"}, "engines": {"type": "array", "items": {"type": "string"}}, "positions": {"type": "array", "items": {"type": "integer"}}, "score": {"type": "number"}, "category": {"type": "string"}, "pretty_url": {"type": "string"}, "resultid": {"type": "string"}, "isNew": {"type": "boolean"}, "firstSeen": {"type": "integer"}}}}}} |
2931a5e4-5a6a-4fee-a233-68ce3caccbde/1a382c23-52f5-4c2f-8ffb-3e2d59e3af1a/0/0 | searchhook | Websearch (SearX) with Webhooks on new results. Allows to automate brand, product, topic monitoring using tools like n8n or node-red. | 7.4 | webhooks | Returns list of saved queries with associated webhooks. | 200 | Response | [{"queryId": "0x26aD53F7fB013BADa1F89d0516091D707Ff9EeF8", "search": {"q": "Thorsten Zoerner STROMDAO", "url": "https://engine.corrently.cloud/webhook/searchHook", "queryId": "0x26aD53F7fB013BADa1F89d0516091D707Ff9EeF8", "format": "json"}, "url": "https://engine.corrently.cloud/webhook/searchHook"}] | {"type": "array", "items": {"type": "object", "properties": {"queryId": {"type": "string"}, "search": {"type": "object", "properties": {"q": {"type": "string"}, "url": {"type": "string"}, "queryId": {"type": "string"}, "format": {"type": "string"}}}, "url": {"type": "string"}}}} |
2931a5e4-5a6a-4fee-a233-68ce3caccbde/cc10abb5-c583-4252-bc1a-86897fe8121f/0/0 | searchhook | Websearch (SearX) with Webhooks on new results. Allows to automate brand, product, topic monitoring using tools like n8n or node-red. | 7.4 | extend | Extend expiry of query identified with parameter queryId . | 200 | Response | {"status": "ok"} | {"type": "object", "properties": {"status": {"type": "string"}}} |
2931a5e4-5a6a-4fee-a233-68ce3caccbde/ec31ab58-7039-4134-ac4f-89d3534c0067/0/0 | searchhook | Websearch (SearX) with Webhooks on new results. Allows to automate brand, product, topic monitoring using tools like n8n or node-red. | 7.4 | webhook | Deletes query (webhook) specified with parameter queryId. | 200 | Response | {"status": "ok"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}}, "required": ["status"]} |
0db89458-a7d1-4c57-aef0-d9940f9ae1d2/f01ebe9a-daa7-4279-a995-8e193e59c26d/0/0 | What people are searching? | Google Keyword API | This API can help you to find what people are searching for. or the Google Keyword suggestion API | 7.6 | Google Keyword Suggestion | Google Keyword Suggestion API POST method. | 200 | New Example | {"alphabetically": {"A": ["python api arcgis", "python api authentication", "python api automation", "python api access", "python api aws", "python api async", "python api architecture", "python api authorization bearer", "python api append", "python api authentication token"], "B": ["python api bearer token", "python api best practices", "python api basics", "python api body", "python api blender", "python api boilerplate", "python api bookmap", "python api basic authentication", "python api bigquery", "python api books"], "C": ["python api call", "python api client", "python api call with api key", "python api call failed", "python api course", "python api call with bearer token", "python api connection", "python api call tutorial", "python api class", "python api challenge github"], "D": ["python api documentation", "python api development", "python api documentation generator", "python api design", "python api development fundamentals", "python api definition", "python api documentation example", "python api dataiku", "python api download", "python api database"], "E": ["python api example", "python api endpoint", "python api error handling", "python api esri", "python api exception", "python api example github", "python api error", "python api excel", "python api exercises", "python api elasticsearch"], "F": ["python api framework", "python api flask", "python api for arcgis", "python api for stock data", "python api for chat gpt", "python api functions", "python api for google sheets", "python api fetch", "python api for excel", "python api for jira"], "G": ["python api gateway", "python api get", "python api get request", "python api github", "python api get request with parameters", "python api generator", "python api gateway lambda", "python api google sheets", "python api gis", "python api get request authentication"], "H": ["python api headers", "python api hosting", "python api http request", "python api how to", "python api http", "python api health check", "python api hello world", "python api hubspot", "python api homeassistant", "python hit api"], "I": ["python api interview questions", "python api integration", "python api interface", "python api input validation", "python api in azure", "python api ignore ssl", "python api instagram", "python api interactive brokers", "python api install", "python api ideas"], "J": ["python api json", "python api jira", "python api jobs", "python api json response", "python api json to dataframe", "python api json request", "python api jenkins", "python api json tutorial", "python api json example", "python api json pagination"], "K": ["python api key", "python api key best practices", "python api key generator", "python api key authentication", "python api kubernetes", "python api key environment variable", "python api key header", "python api key library", "python api key error", "python api kafka"], "L": ["python api library", "python api list", "python api listener", "python api logging", "python api load testing", "python api localhost", "python api library example", "python api lambda", "python api logo", "python api load testing tools"], "M": ["python api module", "python api meaning", "python api mongodb", "python api mocking", "python api microservices", "python api monitoring", "python api management", "python api methods", "python api mysql", "python api minecraft"], "N": ["python api next page", "python api name", "python api notion", "python api neo4j", "python api nextcloud", "python api netbox", "python api nginx", "python api news", "python api nasa", "python api none"], "O": ["python api openai", "python api offset loop", "python api online compiler", "python api oauth2", "python api online", "python api oracle", "python api oauth", "python api on aws", "python api open", "python api on iis"], "P": ["python api projects", "python api package", "python api pagination", "python api post request example", "python api practice", "python api post", "python api parameters", "python api project ideas", "python api pagination loop", "python api projects for beginners"], "Q": ["python api query", "python api query parameters", "python api questions", "python api queue", "python api query example", "python api qgis", "python api qlik sense", "python api query params", "python api qualys", "python quickbooks api"], "R": ["python api request", "python api request example", "python api reference", "python api response", "python api response to json", "python api response to dataframe", "python api request with api key", "python api response object", "python api return json", "python api request library"], "S": ["python api server", "python api structure", "python api script", "python api syntax", "python api server framework", "python api schrodinger", "python api swagger", "python api snowflake", "python api scraping", "python api sdk"], "T": ["python api tutorial", "python api testing", "python api testing framework", "python api template", "python api token", "python api tools", "python api to dataframe", "python api to get stock data", "python api tutorial getting started with apis", "python api tableau"], "V": ["python api vs node api", "python api vs rest api", "python api versioning", "python api vs java api", "python api validation", "python api vs c# api", "python @api_view", "python api visual studio", "python api vmware", "python api virtualbox"], "W": ["python api wrapper", "python api with flask", "python api w3schools", "python api with authentication", "python api web scraping", "python api wrapper best practices", "python api without framework", "python api with parameters", "python api with fastapi", "python api website"], "X": ["python api xgboost", "python api xml request", "python api xml", "python api xml response", "python api xml format", "python x-api-key", "python xray api", "python xero api", "python xml api example", "python xlwings api"], "Y": ["python api youtube", "python api yahoo finance", "python api youtube download", "python api yield", "python youtube api example", "python youtube api upload video", "python youtube api download video", "python yaml api", "python yelp api", "python youtube api search"], "Z": ["python api zabbix", "python api zoom", "python api zed", "python zillow api", "python zendesk api", "python zabbix api example", "python zerodha api", "python z3 api", "python zipfile api", "python zephyr api"]}, "by_comparison": {"Similarly": [], "compared to": [], "vs": ["python api vs node api", "python api vs rest api", "python api vs java api", "python api vs c# api", "python library vs package", "python library vs module", "python api and json", "python and api", "python and api tutorial", "python and api calls"]}, "by_prepositions": {"By": ["using python api", "python for api development", "python for api testing", "python for api calls", "python for api automation", "python by library", "api in python meaning", "what is python api"], "at": ["python for api", "python for api development", "python for api testing", "python for api calls", "python for api automation", "api in python meaning", "apis to use with python"], "in": ["python in api", "in python library", "request in python api", "chatgpt in python api", "list in python api", "json in python api", "post in python api", "api in python library", "python for api development", "python for api testing"], "of": ["example of python api", "list of python api", "python for api development", "python for api testing", "python for api calls", "python and api tutorial", "python for api automation", "python and api requests", "api in python meaning", "why is python free"], "on": ["about python api", "python for api development", "python for api testing", "python for api calls", "python and api tutorial", "python for api automation", "python and api requests", "python api on aws", "interview questions on api python", "python api on azure"], "to": ["python to api", "matlab to python api", "python for api development", "python for api testing", "python for api calls", "python and api tutorial", "python for api automation", "python and api requests", "python to library", "connect to api python"]}, "main": ["python api call", "python api framework", "python api tutorial", "python api request", "python api example", "python api library", "python api documentation", "python api server", "python api testing", "python api development"], "questions": {"Do": ["python do api call", "make python api", "make python api call", "make pythonapi carla", "python make api request", "python can api", "python make api calls in parallel", "python make api call with bearer token", "python make api call with token", "python make api call async"], "can": ["python can api", "can python library", "peak can python api", "python do api call", "python can library install", "python can library example", "python can library documentation", "python-can library download", "vector can api python", "can python call an api"], "how": ["how to python api", "how create python api", "how to build python api", "how to call python api", "is python good for rest api", "apis to use with python", "can you create an api with python"], "how to": ["how to python api", "how to create python api", "how to build python api", "how to call python api", "how to python library", "how to use chatgpt python api", "how to connect api python", "how to request api python", "how to create api python flask", "how to post api python"], "is": ["is python api", "what is python api development", "is python an api for c", "python is library installed", "is python turtle an api", "what is python rest api", "what is python fast api", "what is python flask api", "what is a python api wrapper", "what is python db api"], "what": ["what's python library", "what python library is re", "what is python api", "what is python api development", "what is a python api wrapper", "what is rest api python", "what is fast api python", "what is python flask api", "what is python db api", "what is python c api"], "when": ["python in api", "api in python meaning", "is python good for rest api"], "where": ["where python library installed", "where python library", "api in python meaning", "what is apis in python", "apis to use with python"], "why": ["what is python api", "what is python api development", "why python library used", "why is python so slow reddit", "is python good for rest api"]}} | {"type": "object", "properties": {"alphabetically": {"type": "object", "properties": {"A": {"type": "array", "items": {"type": "string"}}, "B": {"type": "array", "items": {"type": "string"}}, "C": {"type": "array", "items": {"type": "string"}}, "D": {"type": "array", "items": {"type": "string"}}, "E": {"type": "array", "items": {"type": "string"}}, "F": {"type": "array", "items": {"type": "string"}}, "G": {"type": "array", "items": {"type": "string"}}, "H": {"type": "array", "items": {"type": "string"}}, "I": {"type": "array", "items": {"type": "string"}}, "J": {"type": "array", "items": {"type": "string"}}, "K": {"type": "array", "items": {"type": "string"}}, "L": {"type": "array", "items": {"type": "string"}}, "M": {"type": "array", "items": {"type": "string"}}, "N": {"type": "array", "items": {"type": "string"}}, "O": {"type": "array", "items": {"type": "string"}}, "P": {"type": "array", "items": {"type": "string"}}, "Q": {"type": "array", "items": {"type": "string"}}, "R": {"type": "array", "items": {"type": "string"}}, "S": {"type": "array", "items": {"type": "string"}}, "T": {"type": "array", "items": {"type": "string"}}, "V": {"type": "array", "items": {"type": "string"}}, "W": {"type": "array", "items": {"type": "string"}}, "X": {"type": "array", "items": {"type": "string"}}, "Y": {"type": "array", "items": {"type": "string"}}, "Z": {"type": "array", "items": {"type": "string"}}}}, "by_comparison": {"type": "object", "properties": {"Similarly": {"type": "array"}, "compared to": {"type": "array"}, "vs": {"type": "array", "items": {"type": "string"}}}}, "by_prepositions": {"type": "object", "properties": {"By": {"type": "array", "items": {"type": "string"}}, "at": {"type": "array", "items": {"type": "string"}}, "in": {"type": "array", "items": {"type": "string"}}, "of": {"type": "array", "items": {"type": "string"}}, "on": {"type": "array", "items": {"type": "string"}}, "to": {"type": "array", "items": {"type": "string"}}}}, "main": {"type": "array", "items": {"type": "string"}}, "questions": {"type": "object", "properties": {"Do": {"type": "array", "items": {"type": "string"}}, "can": {"type": "array", "items": {"type": "string"}}, "how": {"type": "array", "items": {"type": "string"}}, "how to": {"type": "array", "items": {"type": "string"}}, "is": {"type": "array", "items": {"type": "string"}}, "what": {"type": "array", "items": {"type": "string"}}, "when": {"type": "array", "items": {"type": "string"}}, "where": {"type": "array", "items": {"type": "string"}}, "why": {"type": "array", "items": {"type": "string"}}}}}} |
de577d90-9f1e-476a-a8f0-13ff7b197e0c/a40dde68-97b1-4384-9682-0992d46d6c48/0/0 | Google-SERP API | Google SERP API with the most accurate and up-to-date data from Google Search Results. | 5.1 | query | Google search results with the fastest SERP API in the world! | 200 | Response | {"date": "August 25, 2023", "results": [{"domain": "www.investopedia.com", "link": "https://www.investopedia.com/terms/d/digital-marketing.asp", "position": 1, "title": "Digital Marketing Overview: Types, Challenges, and Required Skills"}, {"domain": "www.investopedia.com", "link": "https://www.investopedia.com/terms/d/direct-marketing.asp", "position": 2, "title": null}, {"domain": "mailchimp.com", "link": "https://mailchimp.com/marketing-glossary/digital-marketing/", "position": 3, "title": "What is Digital Marketing? | Mailchimp"}, {"domain": "blog.hubspot.com", "link": "https://blog.hubspot.com/marketing/what-is-digital-marketing", "position": 4, "title": "The Who, What, Why, & How of Digital Marketing - HubSpot Blog"}, {"domain": "neilpatel.com", "link": "https://neilpatel.com/what-is-digital-marketing/", "position": 5, "title": "What Is Digital Marketing? - Neil Patel"}, {"domain": "business.adobe.com", "link": "https://business.adobe.com/blog/basics/digital-marketing", "position": 6, "title": "What is digital marketing? A complete guide | Adobe"}, {"domain": "www.smartinsights.com", "link": "https://www.smartinsights.com/digital-marketing-strategy/digital-strategy-development/10-reasons-for-digital-marketing-strategy/", "position": 7, "title": "10 reasons you need a digital marketing strategy 2023 [Planning tool]"}, {"domain": "www.snhu.edu", "link": "https://www.snhu.edu/about-us/newsroom/business/types-of-digital-marketing", "position": 8, "title": "What Are the 8 Types of Digital Marketing? - SNHU"}, {"domain": "digitalmarketinginstitute.com", "link": "https://digitalmarketinginstitute.com/", "position": 9, "title": "Digital Marketing Institute: Digital Marketing Certification Online"}, {"domain": "learndigital.withgoogle.com", "link": "https://learndigital.withgoogle.com/digitalgarage/course/digital-marketing", "position": 10, "title": "Fundamentals of Digital Marketing - Google"}, {"domain": "support.google.com", "link": "https://support.google.com/webmasters/answer/7489871?hl=en", "position": 11, "title": null}, {"domain": "www.udemy.com", "link": "https://www.udemy.com/course/learn-digital-marketing-course/", "position": 12, "title": "The Complete Digital Marketing Course - 12 Courses in 1 - Udemy"}, {"domain": "powerdigitalmarketing.com", "link": "https://powerdigitalmarketing.com/", "position": 13, "title": "Digital Marketing Agency for Online Growth | Power Digital"}, {"domain": "www.udacity.com", "link": "https://www.udacity.com/course/digital-marketing-nanodegree--nd018", "position": 14, "title": "Become A Digital Marketer | Digital Marketing Course Online - Udacity"}, {"domain": "www.youtube.com", "link": "https://www.youtube.com/watch?v=bixR-KIJKYM", "position": 15, "title": "Digital Marketing In 5 Minutes | Simplilearn - YouTube"}, {"domain": "www.youtube.com", "link": "https://www.youtube.com/watch?v=bixR-KIJKYM", "position": 16, "title": null}, {"domain": "www.techtarget.com", "link": "https://www.techtarget.com/searchcustomerexperience/definition/digital-marketing", "position": 17, "title": "What is digital marketing? Everything you need to know - TechTarget"}, {"domain": "www.fiverr.com", "link": "https://www.fiverr.com/categories/online-marketing", "position": 18, "title": "Digital Marketing - Fiverr"}, {"domain": "www.gartner.com", "link": "https://www.gartner.com/en/information-technology/glossary/digital-marketing-2", "position": 19, "title": "Digital Marketing - Information Technology Glossary - Gartner"}, {"domain": "www.marketingevolution.com", "link": "https://www.marketingevolution.com/marketing-essentials/what-is-a-digital-marketing-platform-marketing-evolution", "position": 20, "title": "Digital Marketing Platform Guide: Definition & Examples"}, {"domain": "www.ftc.gov", "link": "https://www.ftc.gov/business-guidance/advertising-marketing/online-advertising-marketing", "position": 21, "title": "Online Advertising and Marketing | Federal Trade Commission"}, {"domain": "www.wrike.com", "link": "https://www.wrike.com/digital-marketing-guide/what-is-digital-marketing/", "position": 22, "title": "What Is Digital Marketing? | Wrike Guide"}, {"domain": "www.rasmussen.edu", "link": "https://www.rasmussen.edu/degrees/business/blog/what-is-digital-marketing/", "position": 23, "title": "What Is Digital Marketing? A Beginner's Guide to Modern Marketing"}, {"domain": "www.simplilearn.com", "link": "https://www.simplilearn.com/tutorials/digital-marketing-tutorial/what-is-digital-marketing", "position": 24, "title": "What is Digital Marketing and How Does It Work? - Simplilearn.com"}, {"domain": "brainstation.io", "link": "https://brainstation.io/career-guides/what-does-a-digital-marketer-do", "position": 25, "title": "What Does a Digital Marketer Do? (2023 Guide) - BrainStation"}, {"domain": "careerkarma.com", "link": "https://careerkarma.com/careers/digital-marketing/", "position": 26, "title": "How to Become a Digital Marketer | Career Karma"}, {"domain": "99designs.com", "link": "https://99designs.com/blog/marketing-advertising/digital-marketing-trends/", "position": 27, "title": "The 7 top digital marketing trends of 2023 - 99Designs"}, {"domain": "economictimes.indiatimes.com", "link": "https://economictimes.indiatimes.com/definition/digital-marketing", "position": 28, "title": "Digital Marketing - Definition - The Economic Times"}, {"domain": "grow.google", "link": "https://grow.google/certificates/digital-marketing-ecommerce/", "position": 29, "title": "Digital Marketing & E-commerce Certificate - Grow with Google"}, {"domain": "www.webfx.com", "link": "https://www.webfx.com/digital-marketing/glossary/what-is-digital-marketing/", "position": 30, "title": "What Is Digital Marketing? | A Beginner's Guide in 2023 - WebFX"}, {"domain": "www.searchenginejournal.com", "link": "https://www.searchenginejournal.com/digital-marketing-strategy/480782/", "position": 31, "title": "What Is A Digital Marketing Strategy? 5 Steps To Create One"}, {"domain": "rockcontent.com", "link": "https://rockcontent.com/blog/what-is-digital-marketing/", "position": 32, "title": "What Is Digital Marketing: The Ultimate Guide to Digital Advertising"}, {"domain": "en.wikipedia.org", "link": "https://en.wikipedia.org/wiki/Digital_marketing", "position": 33, "title": "Digital marketing - Wikipedia"}, {"domain": "www.business.com", "link": "https://www.business.com/articles/how-to-choose-a-digital-marketing-strategy/", "position": 34, "title": "Choosing a Digital Marketing Strategy for Your SMB - Business.com"}, {"domain": "www.constantcontact.com", "link": "https://www.constantcontact.com/blog/digital-marketing-trends/", "position": 35, "title": "Digital Marketing Trends That Should Be On Your Radar"}, {"domain": "umdearborn.edu", "link": "https://umdearborn.edu/cob/undergraduate-programs/majors-minors-curriculum/majors/digital-marketing", "position": 36, "title": "Digital Marketing | University of Michigan-Dearborn"}, {"domain": "www.sacredheart.edu", "link": "https://www.sacredheart.edu/academics/colleges--schools/college-of-business--technology/departments--schools/marketing/digital-marketing-blog/the-importance-of-a-digital-marketing-strategy-in-todays-world/", "position": 37, "title": "The Importance of a Digital Marketing Strategy in Today's World"}, {"domain": "www.oracle.com", "link": "https://www.oracle.com/middleeast/cx/marketing/digital-marketing/", "position": 38, "title": "What is digital marketing? | Oracle Middle East Regional"}, {"domain": "www.digitalmarketer.com", "link": "https://www.digitalmarketer.com/digital-marketing/", "position": 39, "title": "The Ultimate Guide to Digital Marketing | DigitalMarketer"}, {"domain": "www.amazon.com", "link": "https://www.amazon.com/Digital-Marketing-Strategy-Integrated-Approach/dp/0749484225", "position": 40, "title": "Digital Marketing Strategy: An Integrated Approach to Online ..."}, {"domain": "generalassemb.ly", "link": "https://generalassemb.ly/education/digital-marketing", "position": 41, "title": "Digital Marketing Course - General Assembly"}, {"domain": "www.ama.org", "link": "https://www.ama.org/what-is-digital-marketing/", "position": 42, "title": "What is Digital Marketing?"}, {"domain": "www.geeksforgeeks.org", "link": "https://www.geeksforgeeks.org/what-is-digital-marketing/", "position": 43, "title": "What is Digital Marketing? - GeeksforGeeks"}, {"domain": "skillcrush.com", "link": "https://skillcrush.com/blog/what-is-digital-marketing/", "position": 44, "title": "What Is Digital Marketing? A Beginners Guide - Skillcrush"}, {"domain": "www.demandsage.com", "link": "https://www.demandsage.com/digital-marketing-statistics/", "position": 45, "title": "154 Digital Marketing Statistics That Matter (2023) - Demand Sage"}, {"domain": "brand24.com", "link": "https://brand24.com/blog/digital-marketing-trends/", "position": 46, "title": "TOP 12 of Digital Marketing Trends in 2023 - Brand24"}, {"domain": "www.entrepreneur.com", "link": "https://www.entrepreneur.com/growing-a-business/all-the-tools-you-need-to-master-digital-marketing-in-2023/456261", "position": 47, "title": "All the Tools You Need to Master Digital Marketing in 2023"}, {"domain": "professional.dce.harvard.edu", "link": "https://professional.dce.harvard.edu/programs/digital-marketing-strategy/", "position": 48, "title": "Digital Marketing Strategy - Professional Development | Harvard DCE"}, {"domain": "www.simplilearn.com", "link": "https://www.simplilearn.com/history-and-evolution-of-digital-marketing-article", "position": 49, "title": "The History and Evolution of Digital Marketing - Simplilearn.com"}, {"domain": "influencermarketinghub.com", "link": "https://influencermarketinghub.com/digital-marketing-tactics/", "position": 50, "title": "7 Of the Best Digital Marketing Tactics to Use in 2023"}, {"domain": "www.coursera.org", "link": "https://www.coursera.org/specializations/digital-marketing", "position": 51, "title": "Digital Marketing Specialization [7 course series] (UIUC) - Coursera"}, {"domain": "www.edx.org", "link": "https://www.edx.org/learn/digital-marketing", "position": 52, "title": "Learn Digital Marketing With Online Courses and Programs - edX"}, {"domain": "www.nibusinessinfo.co.uk", "link": "https://www.nibusinessinfo.co.uk/content/advantages-and-disadvantages-digital-marketing", "position": 53, "title": "Advantages and disadvantages of digital marketing - NI Business Info"}, {"domain": "www.mygreatlearning.com", "link": "https://www.mygreatlearning.com/blog/the-fundamentals-of-digital-marketing/", "position": 54, "title": "Fundamentals of Digital Marketing - Everything you Need to Know"}, {"domain": "sproutsocial.com", "link": "https://sproutsocial.com/insights/digital-marketing-tools/", "position": 55, "title": "21 Must-Have Digital Marketing Tools to Help You Grow"}, {"domain": "www.wordstream.com", "link": "https://www.wordstream.com/blog/ws/2022/04/19/digital-marketing-statistics", "position": 56, "title": "165 Powerful Digital Marketing Statistics for 2023 - WordStream"}, {"domain": "www.forbes.com", "link": "https://www.forbes.com/sites/forbesagencycouncil/2021/08/02/why-digital-marketing-is-important-for-business-owners/", "position": 57, "title": "Why Digital Marketing Is Important For Business Owners - Forbes"}, {"domain": "www.digitalmarketing.org", "link": "https://www.digitalmarketing.org/", "position": 58, "title": "DigitalMarketing.org"}, {"domain": "www.salesforce.com", "link": "https://www.salesforce.com/resources/articles/digital-marketing/", "position": 59, "title": "What is Digital Marketing? - Salesforce.com"}, {"domain": "www.wikihow.com", "link": "https://www.wikihow.com/Do-Digital-Marketing", "position": 60, "title": "5 Simple Ways to Do Digital Marketing - wikiHow"}, {"domain": "emotive.io", "link": "https://emotive.io/blog/11-essential-digital-marketing-tips", "position": 61, "title": "11 Essential Digital Marketing Tips | Emotive"}, {"domain": "www.mckinsey.com", "link": "https://www.mckinsey.com/capabilities/growth-marketing-and-sales/how-we-help-clients/digital-marketing", "position": 62, "title": "Digital Marketing | Growth, Marketing & Sales | McKinsey & Company"}, {"domain": "www.aha.io", "link": "https://www.aha.io/roadmapping/guide/marketing-plans/digital-marketing-plan-components", "position": 63, "title": "What is a digital marketing plan? - Aha!"}, {"domain": "www.nerdwallet.com", "link": "https://www.nerdwallet.com/article/small-business/digital-marketing-tips", "position": 64, "title": "14 Digital Marketing Tips for Small Businesses - NerdWallet"}, {"domain": "digital.gov", "link": "https://digital.gov/topics/marketing/", "position": 65, "title": "Marketing - Digital.gov"}, {"domain": "www.reliablesoft.net", "link": "https://www.reliablesoft.net/learn-digital-marketing/", "position": 66, "title": "How to Learn Digital Marketing at Home & Free (2023 Update)"}, {"domain": "wpforms.com", "link": "https://wpforms.com/digital-marketing-statistics/", "position": 67, "title": "99+ Mind-Blowing Digital Marketing Statistics (2023) - WPForms"}, {"domain": "www.springboard.com", "link": "https://www.springboard.com/blog/business-and-marketing/digital-marketing-importance/", "position": 68, "title": "Why Is Digital Marketing So Important to Businesses? - Springboard"}, {"domain": "blog.hootsuite.com", "link": "https://blog.hootsuite.com/digital-marketing-tools/", "position": 69, "title": "15 Digital Marketing Tools for Every Team and Budget in 2023"}, {"domain": "www.coursera.org", "link": "https://www.coursera.org/courses?query=digital%20marketing", "position": 70, "title": "Best Digital Marketing Courses & Certifications [2023] - Coursera"}, {"domain": "www.wix.com", "link": "https://www.wix.com/blog/what-is-digital-marketing", "position": 71, "title": "What is digital marketing? The complete guide - Wix"}, {"domain": "careerfoundry.com", "link": "https://careerfoundry.com/en/blog/digital-marketing/online-digital-marketing-courses/", "position": 72, "title": "The 9 Best Online Digital Marketing Courses in 2023 - CareerFoundry"}, {"domain": "www.shopify.com", "link": "https://www.shopify.com/blog/digital-marketing", "position": 73, "title": "What is Digital Marketing? Definition + 11 Strategies for 2023 - Shopify"}, {"domain": "ecornell.cornell.edu", "link": "https://ecornell.cornell.edu/certificates/marketing/digital-marketing/", "position": 74, "title": "Digital Marketing - eCornell - Cornell University"}, {"domain": "extension.ucsb.edu", "link": "https://extension.ucsb.edu/certificate-digital-marketing", "position": 75, "title": "Digital Marketing | UCSB Professional and Continuing Education"}, {"domain": "www.thinkful.com", "link": "https://www.thinkful.com/bootcamp/digital-marketing/", "position": 76, "title": "Online Digital Marketing Bootcamp | Thinkful\u2122"}, {"domain": "www.masterclass.com", "link": "https://www.masterclass.com/articles/what-is-digital-marketing", "position": 77, "title": "What Is Digital Marketing? 10 Digital Marketing Strategies - 2023"}, {"domain": "skillshop.exceedlms.com", "link": "https://skillshop.exceedlms.com/student/activity/648385-digital-marketing", "position": 78, "title": "Fundamentals of digital marketing : Google - Skillshop"}, {"domain": "www.sas.com", "link": "https://www.sas.com/en_us/insights/marketing/digital-marketing.html", "position": 79, "title": "What is digital marketing? - SAS Institute"}, {"domain": "emeritus.org", "link": "https://emeritus.org/in/learn/what-is-digital-marketing-strategy-and-why-it-is-needed/", "position": 80, "title": "What Is Digital Marketing Strategy And Why It Is Needed? - Emeritus"}, {"domain": "www.clickminded.com", "link": "https://www.clickminded.com/guides/digital-marketing-strategy/", "position": 81, "title": "How to Create an Effective Digital Marketing Strategy [2023]"}, {"domain": "www.linkedin.com", "link": "https://www.linkedin.com/learning/digital-marketing-foundations-15054577/what-is-digital-marketing", "position": 82, "title": "What is digital marketing? | LinkedIn Learning, formerly Lynda.com"}, {"domain": "online.maryville.edu", "link": "https://online.maryville.edu/blog/8-types-of-digital-marketing-for-promoting-a-business/", "position": 83, "title": "8 Types of Digital Marketing for Promoting a Business"}, {"domain": "marketinginsidergroup.com", "link": "https://marketinginsidergroup.com/content-marketing/10-digital-marketing-tricks-used-by-famous-business-brands/", "position": 84, "title": "10 Digital Marketing Tips From Top Brands - Marketing Insider Group"}, {"domain": "som.yale.edu", "link": "https://som.yale.edu/executive-education/for-individuals/leadership/digital-marketing", "position": 85, "title": "Digital Marketing: A Strategic Perspective Online Program"}, {"domain": "www.yokellocal.com", "link": "https://www.yokellocal.com/blog/what-does-a-digital-marketing-agency-do", "position": 86, "title": "What Does a Digital Marketing Agency Do? Everything You Need to ..."}, {"domain": "www.business.rutgers.edu", "link": "https://www.business.rutgers.edu/executive-education/digital-marketing", "position": 87, "title": "Mini-MBA: Digital Marketing | Rutgers Business School"}, {"domain": "www.kellogg.northwestern.edu", "link": "https://www.kellogg.northwestern.edu/executive-education/individual-programs/online-programs/ol-emdigmark.aspx", "position": 88, "title": "Digital Marketing Strategies: Data, Automation, AI & Analytics"}, {"domain": "targetinternet.com", "link": "https://targetinternet.com/digital-marketing-podcasts/", "position": 89, "title": "The Digital Marketing Podcast | Target Internet"}, {"domain": "www.michaelpage.ae", "link": "https://www.michaelpage.ae/advice/career-advice/growing-your-career/top-7-skills-required-become-digital-marketing-expert", "position": 90, "title": "Top 7 Skills Required to Become a Digital Marketing Expert"}, {"domain": "learndigital-staging.withgoogle.com", "link": "https://learndigital-staging.withgoogle.com/digitalunlocked/course/digital-marketing", "position": 91, "title": "Fundamentals of digital marketing - Google Digital Unlocked"}, {"domain": "learn.g2.com", "link": "https://learn.g2.com/digital-marketing", "position": 92, "title": "Ultimate Digital Marketing Guide to Improve Your Business ROI"}, {"domain": "www.wearemarketing.com", "link": "https://www.wearemarketing.com/blog/a-step-by-step-guide-to-structuring-a-digital-marketing-plan.html", "position": 93, "title": "A step-by-step guide to structuring a digital marketing plan in 2020"}, {"domain": "thriveagency.com", "link": "https://thriveagency.com/digital-marketing-services/", "position": 94, "title": "Digital Marketing Services | Thrive Internet Marketing Agency"}, {"domain": "www.mediabistro.com", "link": "https://www.mediabistro.com/climb-the-ladder/skills-expertise/what-does-a-digital-marketing-manager-do/", "position": 95, "title": "What Does a Digital Marketing Manager Do? - Media Bistro"}, {"domain": "www.semrush.com", "link": "https://www.semrush.com/blog/how-to-start-a-digital-marketing-agency/", "position": 96, "title": "How to Start a Digital Marketing Agency in 2023"}, {"domain": "www.marketingdive.com", "link": "https://www.marketingdive.com/", "position": 97, "title": "Marketing Dive: Digital Marketing News"}, {"domain": "resources.workable.com", "link": "https://resources.workable.com/digital-marketing-manager-job-description", "position": 98, "title": "Digital Marketing Manager job description - Workable resources"}, {"domain": "www.campaignmonitor.com", "link": "https://www.campaignmonitor.com/blog/email-marketing/top-10-ways-to-make-your-digital-marketing-efforts-successful/", "position": 99, "title": "Top 10 Ways to Make Your Digital Marketing Efforts Successful"}, {"domain": "www.prospects.ac.uk", "link": "https://www.prospects.ac.uk/job-profiles/digital-marketer", "position": 100, "title": "Digital marketer job profile | Prospects.ac.uk"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"date": {"type": "string"}, "results": {"type": "array", "items": {"type": "object", "properties": {"domain": {"type": "string"}, "link": {"type": "string"}, "position": {"type": "integer"}, "title": {"type": ["null", "string"]}}, "required": ["domain", "link", "position", "title"]}}}, "required": ["date", "results"]} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.