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
af7d0c72-2cfb-4a62-ba2b-42bfb8ab1c79/68cfdca6-ec68-4cad-85ff-edfb09f1fdbf/0/0
OpenAPI Provisioning
RapidAPI's official API that allows you to add or update your API’s definition.
8.6
Get All User Subscriptions
Get a list of all your subscriptions
200
null
[{"id": "", "userId": "", "mashapeId": "", "apiId": "", "apiVersionId": "", "stripeId": "", "customToken": "", "billingPlanVersionId": "", "status": "", "canceled": true, "autocanceled": true, "type": "", "createdAt": "", "canceledAt": "", "updatedAt": "", "deletedAt": "", "parentId": "", "isBlocked": true}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "userId": {"type": "string"}, "mashapeId": {"type": "string"}, "apiId": {"type": "string"}, "apiVersionId": {"type": "string"}, "stripeId": {"type": "string"}, "customToken": {"type": "string"}, "billingPlanVersionId": {"type": "string"}, "status": {"type": "string"}, "canceled": {"type": "boolean"}, "autocanceled": {"type": "boolean"}, "type": {"type": "string"}, "createdAt": {"format": "date-time", "type": "string"}, "canceledAt": {"format": "date-time", "type": "string"}, "updatedAt": {"format": "date-time", "type": "string"}, "deletedAt": {"format": "date-time", "type": "string"}, "parentId": {"type": "string"}, "isBlocked": {"type": "boolean"}}, "required": ["id", "userId", "mashapeId", "apiId", "apiVersionId", "stripeId", "customToken", "billingPlanVersionId", "status", "canceled", "autocanceled", "type", "parentId", "isBlocked"]}}
af7d0c72-2cfb-4a62-ba2b-42bfb8ab1c79/58b145a6-7f67-4ed6-b986-fae4038f73d7/0/0
OpenAPI Provisioning
RapidAPI's official API that allows you to add or update your API’s definition.
8.6
Create API
Create a new API.
201
null
{"id": "", "slugifiedName": ""}
{"type": "object", "properties": {"id": {"type": "string"}, "slugifiedName": {"type": "string"}}, "required": ["id", "slugifiedName"]}
af7d0c72-2cfb-4a62-ba2b-42bfb8ab1c79/956f4f02-c7c8-4076-8c89-fb4b00379a53/0/0
OpenAPI Provisioning
RapidAPI's official API that allows you to add or update your API’s definition.
8.6
Get all Collections
Get a list of all of the collections that exist within your environment
200
null
[{"id": "", "name": "", "slugifiedName": "", "weight": 0, "shortDescription": "", "longDescription": "", "thumbnail": "", "apis": [], "blogPostId": "", "orderCollectionItems": [], "createdAt": "", "updatedAt": "", "deletedAt": "", "ownerId": "", "orgId": "", "orgName": "", "collectionType": "", "status": "ACTIVE"}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "slugifiedName": {"type": "string"}, "weight": {"type": "number"}, "shortDescription": {"type": "string"}, "longDescription": {"type": "string"}, "thumbnail": {"type": "string"}, "apis": {"type": "array", "items": {"type": "string"}}, "blogPostId": {"type": "string"}, "orderCollectionItems": {"type": "array", "items": {"type": "string"}}, "createdAt": {"format": "date-time", "type": "string"}, "updatedAt": {"format": "date-time", "type": "string"}, "deletedAt": {"format": "date-time", "type": "string"}, "ownerId": {"type": "string"}, "orgId": {"type": "string"}, "orgName": {"type": "string"}, "collectionType": {"type": "string"}, "status": {"enum": ["ACTIVE", "DELETED"], "type": "string"}}, "required": ["id", "name", "slugifiedName", "weight", "shortDescription", "longDescription", "thumbnail", "apis", "blogPostId", "orderCollectionItems", "ownerId", "orgId", "orgName", "collectionType", "status"]}}
af7d0c72-2cfb-4a62-ba2b-42bfb8ab1c79/ed639c08-f375-4480-b925-162bb6de234c/0/0
OpenAPI Provisioning
RapidAPI's official API that allows you to add or update your API’s definition.
8.6
Get API
Get information on specified API, including category, id, and name
200
null
{"category": "", "categoryId": "", "createdAt": "", "id": "", "externalCustomId": "", "name": "", "ownerId": "", "slugifiedName": "", "status": "", "type": "", "useHttpProxy": true, "visibility": "PUBLIC", "gateways": [], "description": "", "longDescription": "", "websiteUrl": "", "updatedAt": "", "pricing": "PAID"}
{"type": "object", "properties": {"category": {"type": "string"}, "categoryId": {"type": "string"}, "createdAt": {"format": "date-time", "type": "string"}, "id": {"type": "string"}, "externalCustomId": {"type": ["string", "null"]}, "name": {"type": "string"}, "ownerId": {"type": "string"}, "slugifiedName": {"type": "string"}, "status": {"type": "string"}, "type": {"type": "string"}, "useHttpProxy": {"type": "boolean"}, "visibility": {"enum": ["PUBLIC", "PRIVATE"], "type": "string"}, "gateways": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "longDescription": {"type": "string"}, "websiteUrl": {"type": "string"}, "updatedAt": {"format": "date-time", "type": "string"}, "pricing": {"enum": ["PAID", "PERUSE", "FREEMIUM", "FREE"], "type": "string"}}, "required": ["category", "categoryId", "id", "name", "ownerId", "slugifiedName", "status", "type", "useHttpProxy", "visibility", "description", "longDescription", "websiteUrl", "pricing"]}
af7d0c72-2cfb-4a62-ba2b-42bfb8ab1c79/7166dbe8-2b7e-4cb1-8ab2-8d69a829c986/0/0
OpenAPI Provisioning
RapidAPI's official API that allows you to add or update your API’s definition.
8.6
Get Collection
Get information on a specific collection within your environment
200
null
{"id": "", "name": "", "slugifiedName": "", "weight": 0, "shortDescription": "", "longDescription": "", "thumbnail": "", "apis": [], "blogPostId": "", "orderCollectionItems": [], "createdAt": "", "updatedAt": "", "deletedAt": "", "ownerId": "", "orgId": "", "orgName": "", "collectionType": "", "status": "ACTIVE"}
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "slugifiedName": {"type": "string"}, "weight": {"type": "number"}, "shortDescription": {"type": "string"}, "longDescription": {"type": "string"}, "thumbnail": {"type": "string"}, "apis": {"type": "array", "items": {"type": "string"}}, "blogPostId": {"type": "string"}, "orderCollectionItems": {"type": "array", "items": {"type": "string"}}, "createdAt": {"format": "date-time", "type": "string"}, "updatedAt": {"format": "date-time", "type": "string"}, "deletedAt": {"format": "date-time", "type": "string"}, "ownerId": {"type": "string"}, "orgId": {"type": "string"}, "orgName": {"type": "string"}, "collectionType": {"type": "string"}, "status": {"enum": ["ACTIVE", "DELETED"], "type": "string"}}, "required": ["id", "name", "slugifiedName", "weight", "shortDescription", "longDescription", "thumbnail", "apis", "blogPostId", "orderCollectionItems", "ownerId", "orgId", "orgName", "collectionType", "status"]}
af7d0c72-2cfb-4a62-ba2b-42bfb8ab1c79/cef55a42-1bd2-47c2-ba03-1d9a570e841e/0/0
OpenAPI Provisioning
RapidAPI's official API that allows you to add or update your API’s definition.
8.6
Get API Log Details
Get API logs details information, including endpoint, http method, payload and more.
200
null
{"apiId": "", "versionId": "", "endpoint": "", "httpMethod": "", "httpStatus": 0, "originIp": "", "reqBodySize": 0, "requestId": "", "resBodySize": 0, "payload": {"reqParams": {}, "reqHeaders": {}, "resHeaders": {}, "reqBody": {}, "resBody": {}, "saveRequestQueryParametersLogging": true, "saveRequestHeadersLogging": true, "saveResponseHeadersLogging": true, "saveRequestBodyLogging": true, "saveResponseBodyLogging": true}}
{"type": "object", "properties": {"apiId": {"type": "string"}, "versionId": {"type": "string"}, "endpoint": {"type": "string"}, "httpMethod": {"type": "string"}, "httpStatus": {"type": "number"}, "originIp": {"type": "string"}, "reqBodySize": {"type": "number"}, "requestId": {"type": "string"}, "resBodySize": {"type": "number"}, "payload": {"type": "object", "properties": {"reqParams": {"type": "object"}, "reqHeaders": {"type": "object"}, "resHeaders": {"type": "object"}, "reqBody": {"type": "object"}, "resBody": {"type": "object"}, "saveRequestQueryParametersLogging": {"type": "boolean"}, "saveRequestHeadersLogging": {"type": "boolean"}, "saveResponseHeadersLogging": {"type": "boolean"}, "saveRequestBodyLogging": {"type": "boolean"}, "saveResponseBodyLogging": {"type": "boolean"}}, "required": ["reqParams", "reqHeaders", "resHeaders", "reqBody", "resBody", "saveRequestQueryParametersLogging", "saveRequestHeadersLogging", "saveResponseHeadersLogging", "saveRequestBodyLogging", "saveResponseBodyLogging"]}}, "required": ["apiId", "versionId", "endpoint", "httpMethod", "httpStatus", "originIp", "reqBodySize", "requestId", "resBodySize"]}
af7d0c72-2cfb-4a62-ba2b-42bfb8ab1c79/05068d28-3e4e-4b14-9dc4-0ab859de2e9e/0/0
OpenAPI Provisioning
RapidAPI's official API that allows you to add or update your API’s definition.
8.6
Get API by external custom ID
Get information on specified API based on a given custom external ID, including category, id, and name
200
null
{"category": "", "categoryId": "", "createdAt": "", "id": "", "externalCustomId": "", "name": "", "ownerId": "", "slugifiedName": "", "status": "", "type": "", "useHttpProxy": true, "visibility": "PUBLIC", "gateways": [], "description": "", "longDescription": "", "websiteUrl": "", "updatedAt": "", "pricing": "PAID"}
{"type": "object", "properties": {"category": {"type": "string"}, "categoryId": {"type": "string"}, "createdAt": {"format": "date-time", "type": "string"}, "id": {"type": "string"}, "externalCustomId": {"type": ["string", "null"]}, "name": {"type": "string"}, "ownerId": {"type": "string"}, "slugifiedName": {"type": "string"}, "status": {"type": "string"}, "type": {"type": "string"}, "useHttpProxy": {"type": "boolean"}, "visibility": {"enum": ["PUBLIC", "PRIVATE"], "type": "string"}, "gateways": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "longDescription": {"type": "string"}, "websiteUrl": {"type": "string"}, "updatedAt": {"format": "date-time", "type": "string"}, "pricing": {"enum": ["PAID", "PERUSE", "FREEMIUM", "FREE"], "type": "string"}}, "required": ["category", "categoryId", "id", "name", "ownerId", "slugifiedName", "status", "type", "useHttpProxy", "visibility", "description", "longDescription", "websiteUrl", "pricing"]}
af7d0c72-2cfb-4a62-ba2b-42bfb8ab1c79/ea94a547-9060-4be5-8bec-6dfc7fac2475/0/0
OpenAPI Provisioning
RapidAPI's official API that allows you to add or update your API’s definition.
8.6
Get All API Versions
Get all the versions (and their corresponding information) that exist for a specified API.
200
null
[{"api": "", "createdAt": "", "updatedAt": "", "current": true, "id": "", "name": "", "status": "ACTIVE", "versionStatus": "active"}]
{"type": "array", "items": {"type": "object", "properties": {"api": {"type": "string"}, "createdAt": {"format": "date-time", "type": "string"}, "updatedAt": {"format": "date-time", "type": "string"}, "current": {"type": "boolean"}, "id": {"type": "string"}, "name": {"type": "string"}, "status": {"enum": ["ACTIVE", "DELETED"], "type": "string"}, "versionStatus": {"enum": ["active", "draft", "deprecated"], "type": "string"}}, "required": ["api", "current", "id", "name", "status"]}}
af7d0c72-2cfb-4a62-ba2b-42bfb8ab1c79/a6ca2540-a8c9-4790-99ea-b7342ff541ed/0/0
OpenAPI Provisioning
RapidAPI's official API that allows you to add or update your API’s definition.
8.6
Update API Version
Update information for a specified version of an API.
200
null
{"api": "", "createdAt": "", "updatedAt": "", "current": true, "id": "", "name": "", "status": "ACTIVE", "versionStatus": "active"}
{"type": "object", "properties": {"api": {"type": "string"}, "createdAt": {"format": "date-time", "type": "string"}, "updatedAt": {"format": "date-time", "type": "string"}, "current": {"type": "boolean"}, "id": {"type": "string"}, "name": {"type": "string"}, "status": {"enum": ["ACTIVE", "DELETED"], "type": "string"}, "versionStatus": {"enum": ["active", "draft", "deprecated"], "type": "string"}}, "required": ["api", "current", "id", "name", "status"]}
af7d0c72-2cfb-4a62-ba2b-42bfb8ab1c79/a68673fd-6751-4503-920e-70fdbaf1292b/0/0
OpenAPI Provisioning
RapidAPI's official API that allows you to add or update your API’s definition.
8.6
Get API Version
Get information for a specified version of an API, including the id, name, and status.
200
null
{"api": "", "createdAt": "", "updatedAt": "", "current": true, "id": "", "name": "", "status": "ACTIVE", "versionStatus": "active"}
{"type": "object", "properties": {"api": {"type": "string"}, "createdAt": {"format": "date-time", "type": "string"}, "updatedAt": {"format": "date-time", "type": "string"}, "current": {"type": "boolean"}, "id": {"type": "string"}, "name": {"type": "string"}, "status": {"enum": ["ACTIVE", "DELETED"], "type": "string"}, "versionStatus": {"enum": ["active", "draft", "deprecated"], "type": "string"}}, "required": ["api", "current", "id", "name", "status"]}
af7d0c72-2cfb-4a62-ba2b-42bfb8ab1c79/d83904bf-1b57-4fb7-b0d1-ae28c15cc050/0/0
OpenAPI Provisioning
RapidAPI's official API that allows you to add or update your API’s definition.
8.6
Get API Analytics
Get analytics for a specific API that exists within your environment
200
null
[{"apiVersion": "", "endpointsData": [{"endpointHash": "", "data": [{"apiversion": "", "apiid": "", "endpointHash": "", "requests": 0, "errors": 0, "latency": 0, "date": ""}]}]}]
{"type": "array", "items": {"type": "object", "properties": {"apiVersion": {"type": "string"}, "endpointsData": {"type": "array", "items": {"type": "object", "properties": {"endpointHash": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"apiversion": {"type": "string"}, "apiid": {"type": "string"}, "endpointHash": {"type": "string"}, "requests": {"type": "number"}, "errors": {"type": "number"}, "latency": {"type": "number"}, "date": {"type": "string"}}, "required": ["apiversion", "apiid", "endpointHash", "requests", "errors", "latency", "date"]}}}, "required": ["endpointHash", "data"]}}}, "required": ["apiVersion", "endpointsData"]}}
af7d0c72-2cfb-4a62-ba2b-42bfb8ab1c79/21042398-4c5d-4764-9a13-12f9165e42f7/0/0
OpenAPI Provisioning
RapidAPI's official API that allows you to add or update your API’s definition.
8.6
Get Requesting User Details
Get detailed user information that is associated to the account
200
null
{"id": "", "type": "UNIDENTIFIED", "createdAt": "", "deletedAt": "", "updatedAt": "", "status": "ACTIVE", "externalId": "", "parents": [], "isOrgAdmin": true, "isEnvAdmin": true, "email": "", "mashapeId": "", "preventSubscribePublicApis": true, "seats": 0, "name": ""}
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string", "enum": ["UNIDENTIFIED", "USER", "TEAM", "ORGANIZATION"]}, "createdAt": {"format": "date-time", "type": "string"}, "deletedAt": {"format": "date-time", "type": "string"}, "updatedAt": {"format": "date-time", "type": "string"}, "status": {"type": "string", "enum": ["ACTIVE", "DELETED"]}, "externalId": {"type": "string"}, "parents": {"type": "array", "items": {"description": "**Omitted**"}}, "isOrgAdmin": {"type": "boolean"}, "isEnvAdmin": {"type": "boolean"}, "email": {"type": "string"}, "mashapeId": {"type": "string"}, "preventSubscribePublicApis": {"type": "boolean"}, "seats": {"type": "number"}, "name": {"type": "string"}}, "required": ["id", "type", "status", "externalId", "parents"]}
af7d0c72-2cfb-4a62-ba2b-42bfb8ab1c79/1009fe9c-bfa8-42c4-8706-47cf2a538d84/0/0
OpenAPI Provisioning
RapidAPI's official API that allows you to add or update your API’s definition.
8.6
Get API Subscriptions
Get information about all of the subscriptions to a specified API.
200
null
[{"id": "", "userId": "", "mashapeId": "", "apiId": "", "apiVersionId": "", "stripeId": "", "customToken": "", "billingPlanVersionId": "", "status": "", "canceled": true, "autocanceled": true, "type": "", "createdAt": "", "canceledAt": "", "updatedAt": "", "deletedAt": "", "parentId": "", "isBlocked": true}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "userId": {"type": "string"}, "mashapeId": {"type": "string"}, "apiId": {"type": "string"}, "apiVersionId": {"type": "string"}, "stripeId": {"type": "string"}, "customToken": {"type": "string"}, "billingPlanVersionId": {"type": "string"}, "status": {"type": "string"}, "canceled": {"type": "boolean"}, "autocanceled": {"type": "boolean"}, "type": {"type": "string"}, "createdAt": {"format": "date-time", "type": "string"}, "canceledAt": {"format": "date-time", "type": "string"}, "updatedAt": {"format": "date-time", "type": "string"}, "deletedAt": {"format": "date-time", "type": "string"}, "parentId": {"type": "string"}, "isBlocked": {"type": "boolean"}}, "required": ["id", "userId", "mashapeId", "apiId", "apiVersionId", "stripeId", "customToken", "billingPlanVersionId", "status", "canceled", "autocanceled", "type", "parentId", "isBlocked"]}}
af7d0c72-2cfb-4a62-ba2b-42bfb8ab1c79/b3036808-f61d-4847-8215-00fd14900dc6/0/0
OpenAPI Provisioning
RapidAPI's official API that allows you to add or update your API’s definition.
8.6
Get Team Users
Get information about all of the users that belong to a specific team. Returned user information includes the user id, email, username, and lastActive.
200
null
[{"id": "", "status": "ACTIVE", "mashapeId": "", "email": "", "emailPublic": true, "password": "", "resetPasswordToken": true, "resetPasswordExpires": true, "resetPasswordTokenUsed": true, "gmail": "", "googleToken": "", "githubUsername": "", "githubToken": "", "rakutenToken": "", "githubUrl": "", "githubUrlPublic": true, "facebookUsername": "", "facebookToken": "", "rememberMe": true, "followers": 0, "company": "", "position": "", "bio": "", "location": "", "lastActive": "", "lastActivePublic": true, "thumbnail": "", "name": "", "originSite": "", "username": "", "verified": true, "packages": 0, "discussions": 0, "createdAt": "", "updatedAt": "", "isCreatedUsingRapid": true, "twoFactorAuthData": [{"type": "", "isEnabled": true}]}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "status": {"enum": ["ACTIVE", "DELETED"], "type": "string"}, "mashapeId": {"type": "string"}, "email": {"type": "string"}, "emailPublic": {"type": "boolean"}, "password": {"type": "string"}, "resetPasswordToken": {"type": "boolean"}, "resetPasswordExpires": {"type": "boolean"}, "resetPasswordTokenUsed": {"type": "boolean"}, "gmail": {"type": "string"}, "googleToken": {"type": "string"}, "githubUsername": {"type": "string"}, "githubToken": {"type": "string"}, "rakutenToken": {"type": "string"}, "githubUrl": {"type": "string"}, "githubUrlPublic": {"type": "boolean"}, "facebookUsername": {"type": "string"}, "facebookToken": {"type": "string"}, "rememberMe": {"type": "boolean"}, "followers": {"type": "number"}, "company": {"type": "string"}, "position": {"type": "string"}, "bio": {"type": "string"}, "location": {"type": "string"}, "lastActive": {"type": "string"}, "lastActivePublic": {"type": "boolean"}, "thumbnail": {"type": "string"}, "name": {"type": "string"}, "originSite": {"type": "string"}, "username": {"type": "string"}, "verified": {"type": "boolean"}, "packages": {"type": "number"}, "discussions": {"type": "number"}, "createdAt": {"format": "date-time", "type": "string"}, "updatedAt": {"format": "date-time", "type": "string"}, "isCreatedUsingRapid": {"type": "boolean"}, "twoFactorAuthData": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "isEnabled": {"type": "boolean"}}, "required": ["type", "isEnabled"]}}}, "required": ["id", "status", "mashapeId", "email", "emailPublic", "password", "resetPasswordToken", "resetPasswordExpires", "resetPasswordTokenUsed", "gmail", "googleToken", "githubUsername", "githubToken", "rakutenToken", "githubUrl", "githubUrlPublic", "facebookUsername", "facebookToken", "rememberMe", "followers", "company", "position", "bio", "location", "lastActive", "lastActivePublic", "thumbnail", "name", "originSite", "username", "verified", "packages", "discussions", "isCreatedUsingRapid"]}}
af7d0c72-2cfb-4a62-ba2b-42bfb8ab1c79/c7279a4c-1ecd-401e-b410-a3dbbc0129ff/0/0
OpenAPI Provisioning
RapidAPI's official API that allows you to add or update your API’s definition.
8.6
Get Single User
Get information on a specified user, including the email, name, and thumbnail. The endpoint also indicates if the user has two factor authentication methods enabled.
200
null
{"id": "", "status": "ACTIVE", "mashapeId": "", "email": "", "emailPublic": true, "password": "", "resetPasswordToken": true, "resetPasswordExpires": true, "resetPasswordTokenUsed": true, "gmail": "", "googleToken": "", "githubUsername": "", "githubToken": "", "rakutenToken": "", "githubUrl": "", "githubUrlPublic": true, "facebookUsername": "", "facebookToken": "", "rememberMe": true, "followers": 0, "company": "", "position": "", "bio": "", "location": "", "lastActive": "", "lastActivePublic": true, "thumbnail": "", "name": "", "originSite": "", "username": "", "verified": true, "packages": 0, "discussions": 0, "createdAt": "", "updatedAt": "", "isCreatedUsingRapid": true, "twoFactorAuthData": [{"type": "", "isEnabled": true}]}
{"type": "object", "properties": {"id": {"type": "string"}, "status": {"enum": ["ACTIVE", "DELETED"], "type": "string"}, "mashapeId": {"type": "string"}, "email": {"type": "string"}, "emailPublic": {"type": "boolean"}, "password": {"type": "string"}, "resetPasswordToken": {"type": "boolean"}, "resetPasswordExpires": {"type": "boolean"}, "resetPasswordTokenUsed": {"type": "boolean"}, "gmail": {"type": "string"}, "googleToken": {"type": "string"}, "githubUsername": {"type": "string"}, "githubToken": {"type": "string"}, "rakutenToken": {"type": "string"}, "githubUrl": {"type": "string"}, "githubUrlPublic": {"type": "boolean"}, "facebookUsername": {"type": "string"}, "facebookToken": {"type": "string"}, "rememberMe": {"type": "boolean"}, "followers": {"type": "number"}, "company": {"type": "string"}, "position": {"type": "string"}, "bio": {"type": "string"}, "location": {"type": "string"}, "lastActive": {"type": "string"}, "lastActivePublic": {"type": "boolean"}, "thumbnail": {"type": "string"}, "name": {"type": "string"}, "originSite": {"type": "string"}, "username": {"type": "string"}, "verified": {"type": "boolean"}, "packages": {"type": "number"}, "discussions": {"type": "number"}, "createdAt": {"format": "date-time", "type": "string"}, "updatedAt": {"format": "date-time", "type": "string"}, "isCreatedUsingRapid": {"type": "boolean"}, "twoFactorAuthData": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "isEnabled": {"type": "boolean"}}, "required": ["type", "isEnabled"]}}}, "required": ["id", "status", "mashapeId", "email", "emailPublic", "password", "resetPasswordToken", "resetPasswordExpires", "resetPasswordTokenUsed", "gmail", "googleToken", "githubUsername", "githubToken", "rakutenToken", "githubUrl", "githubUrlPublic", "facebookUsername", "facebookToken", "rememberMe", "followers", "company", "position", "bio", "location", "lastActive", "lastActivePublic", "thumbnail", "name", "originSite", "username", "verified", "packages", "discussions", "isCreatedUsingRapid"]}
af7d0c72-2cfb-4a62-ba2b-42bfb8ab1c79/1fc0f768-e0bb-434d-94b5-f82d12df435a/0/0
OpenAPI Provisioning
RapidAPI's official API that allows you to add or update your API’s definition.
8.6
Get all Api Tags
Get information about all of the tags associated with an API, including the tagId.
200
null
[{"id": "", "apiId": "", "createdAt": "", "status": "ACTIVE", "tagDefinitionId": "", "type": "", "value": ""}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "apiId": {"type": "string"}, "createdAt": {"format": "date-time", "type": "string"}, "status": {"enum": ["ACTIVE", "DELETED"], "type": "string"}, "tagDefinitionId": {"type": "string"}, "type": {"type": "string"}, "value": {"type": "string"}}, "required": ["id", "apiId", "status", "tagDefinitionId", "type", "value"]}}
af7d0c72-2cfb-4a62-ba2b-42bfb8ab1c79/418b24a3-fab4-46ef-a516-5c5a56d5b12c/0/0
OpenAPI Provisioning
RapidAPI's official API that allows you to add or update your API’s definition.
8.6
Get all Tag Definitions
Get information on all the Tags within your environment
200
null
[{"id": "", "apiCount": 0, "color": "", "createdAt": "", "description": "", "editableByProvider": true, "forceEnumValidation": true, "isVisible": true, "name": "", "requiredOnAPI": true, "showTagName": true, "updatedAt": "", "values": [], "status": "ACTIVE"}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "apiCount": {"type": "number"}, "color": {"type": "string"}, "createdAt": {"format": "date-time", "type": "string"}, "description": {"type": "string"}, "editableByProvider": {"type": "boolean"}, "forceEnumValidation": {"type": "boolean"}, "isVisible": {"type": "boolean"}, "name": {"type": "string"}, "requiredOnAPI": {"type": "boolean"}, "showTagName": {"type": "boolean"}, "updatedAt": {"format": "date-time", "type": "string"}, "values": {"type": "array", "items": {"type": "string"}}, "status": {"enum": ["ACTIVE", "DELETED"], "type": "string"}}, "required": ["id", "apiCount", "color", "description", "editableByProvider", "forceEnumValidation", "isVisible", "name", "requiredOnAPI", "showTagName", "values", "status"]}}
af7d0c72-2cfb-4a62-ba2b-42bfb8ab1c79/fb92720b-715f-439b-9328-4bf5f9050a25/0/0
OpenAPI Provisioning
RapidAPI's official API that allows you to add or update your API’s definition.
8.6
Get all Gateways
Get all Gateways
200
null
[{"id": "", "apiGatewayCodeTemplateId": "", "dns": "", "ip": "", "version": "", "deploymentKey": "", "type": "", "serviceStatus": "", "lastActive": "", "status": "ACTIVE", "createdAt": ""}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "apiGatewayCodeTemplateId": {"type": "string"}, "dns": {"type": "string"}, "ip": {"type": "string"}, "version": {"type": "string"}, "deploymentKey": {"type": "string"}, "type": {"type": "string"}, "serviceStatus": {"type": "string"}, "lastActive": {"format": "date-time", "type": "string"}, "status": {"type": "string", "enum": ["ACTIVE", "DELETED"]}, "createdAt": {"format": "date-time", "type": "string"}}, "required": ["id", "apiGatewayCodeTemplateId", "dns", "ip", "version", "deploymentKey", "type", "serviceStatus", "status"]}}
af7d0c72-2cfb-4a62-ba2b-42bfb8ab1c79/1b6cd7f4-cf52-41b2-a341-6d1c3b2b040f/0/0
OpenAPI Provisioning
RapidAPI's official API that allows you to add or update your API’s definition.
8.6
Get API Logs
Get all of the logs for a particular API.
200
null
{"data": [{"apiId": "", "endpoint": "", "httpMethod": "", "httpStatus": 0, "originIp": "", "reqBodySize": 0, "requestId": "", "originCountry": "", "resBodySize": 0, "apiLatency": 0, "callTime": "", "versionId": ""}], "total": 0}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"apiId": {"type": "string"}, "endpoint": {"type": "string"}, "httpMethod": {"type": "string"}, "httpStatus": {"type": "number"}, "originIp": {"type": "string"}, "reqBodySize": {"type": "number"}, "requestId": {"type": "string"}, "originCountry": {"type": "string"}, "resBodySize": {"type": "number"}, "apiLatency": {"type": "number"}, "callTime": {"type": "string"}, "versionId": {"type": "string"}}, "required": ["apiId", "endpoint", "httpMethod", "httpStatus", "originIp", "reqBodySize", "requestId", "originCountry", "resBodySize", "apiLatency", "callTime", "versionId"]}}, "total": {"type": "number"}}, "required": ["data", "total"]}
af7d0c72-2cfb-4a62-ba2b-42bfb8ab1c79/3b888aeb-7ea6-4ff9-9ade-0e74cffa0bc1/0/0
OpenAPI Provisioning
RapidAPI's official API that allows you to add or update your API’s definition.
8.6
Get Team
Get information about a specific Team, including the name, status, and description.
200
null
{"id": "", "mashapeId": "", "thumbnail": "", "name": "", "slugifiedName": "", "description": "", "createdAt": "", "updatedAt": "", "deletedAt": "", "status": "ACTIVE", "isOrgAdmin": true, "isEnvAdmin": true}
{"type": "object", "properties": {"id": {"type": "string"}, "mashapeId": {"type": "string"}, "thumbnail": {"type": "string"}, "name": {"type": "string"}, "slugifiedName": {"type": "string"}, "description": {"type": "string"}, "createdAt": {"format": "date-time", "type": "string"}, "updatedAt": {"format": "date-time", "type": "string"}, "deletedAt": {"format": "date-time", "type": "string"}, "status": {"enum": ["ACTIVE", "DELETED"], "type": "string"}, "isOrgAdmin": {"type": "boolean"}, "isEnvAdmin": {"type": "boolean"}}, "required": ["id", "mashapeId", "thumbnail", "name", "slugifiedName", "description", "status"]}
af7d0c72-2cfb-4a62-ba2b-42bfb8ab1c79/3f423003-f7cc-4226-825e-d5159e671d38/0/0
OpenAPI Provisioning
RapidAPI's official API that allows you to add or update your API’s definition.
8.6
Get User Subscription Analytics
Get analytics on an API that you are subscribed to
201
null
[{"date": "", "data": [{"apiversion": "", "apiid": "", "endpointHash": "", "requests": 0, "errors": 0, "latency": 0, "date": ""}]}]
{"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"apiversion": {"type": "string"}, "apiid": {"type": "string"}, "endpointHash": {"type": "string"}, "requests": {"type": "number"}, "errors": {"type": "number"}, "latency": {"type": "number"}, "date": {"type": "string"}}, "required": ["apiversion", "apiid", "endpointHash", "requests", "errors", "latency", "date"]}}}, "required": ["date", "data"]}}
af7d0c72-2cfb-4a62-ba2b-42bfb8ab1c79/90b18e88-0a59-4e99-8025-993302ffe370/0/0
OpenAPI Provisioning
RapidAPI's official API that allows you to add or update your API’s definition.
8.6
Get API Current Version
Get information for the current version of a specified API, including the id, name, and status.
200
null
{"api": "", "createdAt": "", "updatedAt": "", "current": true, "id": "", "name": "", "status": "ACTIVE", "versionStatus": "active"}
{"type": "object", "properties": {"api": {"type": "string"}, "createdAt": {"format": "date-time", "type": "string"}, "updatedAt": {"format": "date-time", "type": "string"}, "current": {"type": "boolean"}, "id": {"type": "string"}, "name": {"type": "string"}, "status": {"enum": ["ACTIVE", "DELETED"], "type": "string"}, "versionStatus": {"enum": ["active", "draft", "deprecated"], "type": "string"}}, "required": ["api", "current", "id", "name", "status"]}
af7d0c72-2cfb-4a62-ba2b-42bfb8ab1c79/98ecaf28-0a3c-4253-afe4-7f6d9813cc2d/0/0
OpenAPI Provisioning
RapidAPI's official API that allows you to add or update your API’s definition.
8.6
Get Api Tag
Get Tag information for a specific API
200
null
{"id": "", "apiId": "", "createdAt": "", "status": "ACTIVE", "tagDefinitionId": "", "type": "", "value": ""}
{"type": "object", "properties": {"id": {"type": "string"}, "apiId": {"type": "string"}, "createdAt": {"format": "date-time", "type": "string"}, "status": {"enum": ["ACTIVE", "DELETED"], "type": "string"}, "tagDefinitionId": {"type": "string"}, "type": {"type": "string"}, "value": {"type": "string"}}, "required": ["id", "apiId", "status", "tagDefinitionId", "type", "value"]}
af7d0c72-2cfb-4a62-ba2b-42bfb8ab1c79/9f64c374-c903-4f25-a8d6-6fc102f84020/0/0
OpenAPI Provisioning
RapidAPI's official API that allows you to add or update your API’s definition.
8.6
Get all Billing Plans
Get all Billing Plans
200
null
[{"id": "", "name": "", "apiversion": "", "createdAt": "", "hidden": true, "legalAccountId": "", "legalDocumentId": "", "shouldRequestApproval": true, "requestApprovalQuestion": "", "slugifiedName": "", "status": "ACTIVE", "targetGroup": "", "type": "", "visibility": "PUBLIC", "isStudent": true}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "apiversion": {"type": "string"}, "createdAt": {"format": "date-time", "type": "string"}, "hidden": {"type": "boolean"}, "legalAccountId": {"type": "string"}, "legalDocumentId": {"type": "string"}, "shouldRequestApproval": {"type": "boolean"}, "requestApprovalQuestion": {"type": "string"}, "slugifiedName": {"type": "string"}, "status": {"type": "string", "enum": ["ACTIVE", "DELETED"]}, "targetGroup": {"type": "string"}, "type": {"type": "string"}, "visibility": {"type": "string", "enum": ["PUBLIC", "PRIVATE"]}, "isStudent": {"type": "boolean"}}, "required": ["id", "name", "apiversion", "hidden", "legalAccountId", "legalDocumentId", "shouldRequestApproval", "requestApprovalQuestion", "slugifiedName", "status", "targetGroup", "type", "visibility", "isStudent"]}}
b6a6a455-b5d0-43f7-a378-0bfc5b347b13/17eeaf02-f242-4958-8d5d-46fbffc9fcf3/0/0
Article Parser & Data Extraction with AI
Unleash the potential of AI-driven data extraction with our cutting-edge Article Parser & Data Extraction service! Experience streamlined efficiency as our advanced technology effortlessly analyzes articles through URLs, providing accurate and actionable data at your fingertips
6.6
article_parser
Get article details
200
Response
{"success": true, "message": "article parsed", "data": {"link": "https://www.cnbc.com/2023/04/12/chatgpt-may-be-able-to-predict-stock-movements-finance-professor-says.html", "domain": "www.cnbc.com", "title": "ChatGPT may be able to predict stock movements, finance professor shows", "authors": ["Kif Leswing"], "images": ["https://sb.scorecardresearch.com/p?c1=2&c2=1000004&cv=2.0&cj=1", "https://image.cnbcfm.com/api/v1/image/107225086-5ED3-FM-CHATGPT-041323.jpg?v=1681423998&w=750&h=422&vtcrop=y", "https://static-redesign.cnbcfm.com/dist/0dbbcac4aae29ae1ab0b.svg", "https://image.cnbcfm.com/api/v1/image/107146541-1667589609182-kif_IMG_2787rr.jpg?v=1667589664&w=60&h=60&ffmt=webp", "https://static-redesign.cnbcfm.com/dist/f7f282b4f7f47fceda1e.svg", "https://static-redesign.cnbcfm.com/dist/79ea413ac8a9ee99cad0.svg", "https://image.cnbcfm.com/api/v1/image/107277991-1690476714195-gettyimages-1320686310-8a1a5433.jpeg?v=1690483075", "https://image.cnbcfm.com/api/v1/image/48895177-wall_street--450523224_v2.jpg?v=1681338285&w=1920&h=1080", "https://image.cnbcfm.com/api/v1/image/102086488-IMG_2685rr.jpg?v=1683827310", "https://static-redesign.cnbcfm.com/dist/09c161b9810767a7849e.svg"], "image": "https://image.cnbcfm.com/api/v1/image/48895177-wall_street--450523224_v2.jpg?v=1681338285&w=1920&h=1080", "publish_date": "2023-04-12", "publish_time": "22:24:45", "publish_datetime": "2023-04-12 22:24:45", "description": "watch now\nA trader works on the floor of the New York Stock Exchange. Jason Decrow\nBut the specifics of the experiment also show how far so-called \"large language models\" are from being able to do many finance tasks. For example, the experiment didn't include target prices, or have the model do any math at all. In fact, ChatGPT-style technology often makes numbers up, as Microsoft learned in a public demo earlier this year. Sentiment analysis of headlines is also well understood as a trading strategy, with proprietary datasets already in existence. Lopez-Lira said he was surprised by the results, adding they suggest that sophisticated investors aren't using ChatGPT-style machine learning in their trading strategies yet. \"On the regulation side, if we have computers just reading the headlines, headlines will matter more, and we can see if everyone should have access to machines such as GPT,\" said Lopez-Lira. \"Second, it's certainly going to have some implications on the employment of financial analyst landscape. The question is, do I want to pay analysts? Or can I just put textual information in a model?\"\nHow the experiment worked", "videos": "", "keywords": [], "summary": ""}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"link": {"type": "string"}, "domain": {"type": "string"}, "title": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "images": {"type": "array", "items": {"type": "string"}}, "image": {"type": "string"}, "publish_date": {"type": "string"}, "publish_time": {"type": "string"}, "publish_datetime": {"type": "string"}, "description": {"type": "string"}, "videos": {"type": "string"}, "keywords": {"type": "array"}, "summary": {"type": "string"}}, "required": ["authors", "description", "domain", "image", "images", "keywords", "link", "publish_date", "publish_datetime", "publish_time", "summary", "title", "videos"]}}, "required": ["data", "message", "success"]}
f593e962-293e-4ff3-8176-f60ddcb98124/b71e0dbd-10e5-4861-b964-58c150cf83da/0/0
link extractor
The Links Extractor API is a powerful tool that allows developers to retrieve all the links used on a webpage with ease.
null
get_api_extract_links
200
null
{"url": "", "name": ""}
{"properties": {"url": {"title": "url", "type": "string"}, "name": {"title": "name of the url (may be missing)", "type": ["string", "null"]}}, "type": "object"}
c5b6d352-7c31-479e-8fa7-11e1ca402719/d5acf940-30d0-4282-b2cb-bd6fcda31e7a/0/0
Pseudo IPv4
Convert IPv6 addresses to Pseudo IPv4 for older software that can't use IPv6.
null
convert
Convert IPv6 addresses to Pseudo IPv4 for older software that can't use IPv6.
200
Response
{"ipv4": "241.181.38.0"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ipv4": {"type": "string"}}, "required": ["ipv4"]}
d0e4bd88-5515-4e72-9e67-8661c40ed991/b3966d42-57e2-4ec3-910d-69f016b34dce/0/0
All Purpose Complex Converter
Convert numbers to words, text to speech, numbers to speech, speech to text and much more.
8.8
Convert Numbers To Words | Provide Any Integer Number
Convert any number to words.
200
Response
{"Provided Number": 2.3565645465489798e+33, "Converted to Words": "two decillion, three hundred and fifty-six nonillion, five hundred and sixty-four octillion, five hundred and forty-six septillion, five hundred and forty-eight sextillion, nine hundred and seventy-nine quintillion, eight hundred and seventy-eight quadrillion, four hundred and thirty-five trillion, four hundred and thirty-five billion, four hundred and fifty-three million, four hundred and fifty-six thousand, four hundred and sixty-fourth"}
{"type": "object", "properties": {"Provided Number": {"type": "integer"}, "Converted to Words": {"type": "string"}}}
d0e4bd88-5515-4e72-9e67-8661c40ed991/2f06e0b4-0e01-484d-8894-c05b25acf746/0/0
All Purpose Complex Converter
Convert numbers to words, text to speech, numbers to speech, speech to text and much more.
8.8
GET Languages
Get All The Supported Languages.
200
Response
{"af": "Afrikaans", "ar": "Arabic", "bg": "Bulgarian", "bn": "Bengali", "bs": "Bosnian", "ca": "Catalan", "cs": "Czech", "da": "Danish", "de": "German", "el": "Greek", "en": "English", "es": "Spanish", "et": "Estonian", "fi": "Finnish", "fr": "French", "gu": "Gujarati", "hi": "Hindi", "hr": "Croatian", "hu": "Hungarian", "id": "Indonesian", "is": "Icelandic", "it": "Italian", "iw": "Hebrew", "ja": "Japanese", "jw": "Javanese", "km": "Khmer", "kn": "Kannada", "ko": "Korean", "la": "Latin", "lv": "Latvian", "ml": "Malayalam", "mr": "Marathi", "ms": "Malay", "my": "Myanmar (Burmese)", "ne": "Nepali", "nl": "Dutch", "no": "Norwegian", "pl": "Polish", "pt": "Portuguese", "ro": "Romanian", "ru": "Russian", "si": "Sinhala", "sk": "Slovak", "sq": "Albanian", "sr": "Serbian", "su": "Sundanese", "sv": "Swedish", "sw": "Swahili", "ta": "Tamil", "te": "Telugu", "th": "Thai", "tl": "Filipino", "tr": "Turkish", "uk": "Ukrainian", "ur": "Urdu", "vi": "Vietnamese", "zh-CN": "Chinese (Simplified)", "zh-TW": "Chinese (Traditional)"}
{"type": "object", "properties": {"af": {"type": "string"}, "ar": {"type": "string"}, "bg": {"type": "string"}, "bn": {"type": "string"}, "bs": {"type": "string"}, "ca": {"type": "string"}, "cs": {"type": "string"}, "da": {"type": "string"}, "de": {"type": "string"}, "el": {"type": "string"}, "en": {"type": "string"}, "es": {"type": "string"}, "et": {"type": "string"}, "fi": {"type": "string"}, "fr": {"type": "string"}, "gu": {"type": "string"}, "hi": {"type": "string"}, "hr": {"type": "string"}, "hu": {"type": "string"}, "id": {"type": "string"}, "is": {"type": "string"}, "it": {"type": "string"}, "iw": {"type": "string"}, "ja": {"type": "string"}, "jw": {"type": "string"}, "km": {"type": "string"}, "kn": {"type": "string"}, "ko": {"type": "string"}, "la": {"type": "string"}, "lv": {"type": "string"}, "ml": {"type": "string"}, "mr": {"type": "string"}, "ms": {"type": "string"}, "my": {"type": "string"}, "ne": {"type": "string"}, "nl": {"type": "string"}, "no": {"type": "string"}, "pl": {"type": "string"}, "pt": {"type": "string"}, "ro": {"type": "string"}, "ru": {"type": "string"}, "si": {"type": "string"}, "sk": {"type": "string"}, "sq": {"type": "string"}, "sr": {"type": "string"}, "su": {"type": "string"}, "sv": {"type": "string"}, "sw": {"type": "string"}, "ta": {"type": "string"}, "te": {"type": "string"}, "th": {"type": "string"}, "tl": {"type": "string"}, "tr": {"type": "string"}, "uk": {"type": "string"}, "ur": {"type": "string"}, "vi": {"type": "string"}, "zh-CN": {"type": "string"}, "zh-TW": {"type": "string"}}}
f10af26b-38b3-464c-acda-c5d8c6de2964/9ee97c64-9f5f-4851-8df2-35d80bc5061b/1/0
Email Extractor
Extracts emails from webpages
null
get_emails__get
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
dc10512e-bcd1-4a72-bf55-397a502cb643/c02a85c7-77e8-47fa-aa66-6471c5bdfdf9/0/0
Domain Availability
Check if a domain name is available or already registered.
null
check
Check if a domain name is available or already registered.
200
Response
{"status": "available"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}}, "required": ["status"]}
94633c3f-4198-4a30-a8bf-0d20a4f0ac72/endpoint_ae9d5af0-af30-4668-bda6-fc32b7497476/0/0
Domain and DNS Info Checker
The Domain and DNS Info Checker API is your comprehensive solution for all things related to domain and DNS information. This user-friendly API offers four versatile endpoints to cater to your needs: IANA Top Level Domains, Domain DNS details, Domain "WhoIs" information, and Domain availability checks. Whether you're managing domains, building a DNS tool, or conducting domain research, this API has you covered at an affordable price.
6.8
IANA TLDs
Provides a list of all valid and registered TLDs from iana.org
200
New Example
[{"Domain": ".aaa", "URL": "http://www.iana.org/domains/root/db/aaa.html", "Type": "generic", "Manager": "American Automobile Association, Inc."}, {"Domain": ".aarp", "URL": "http://www.iana.org/domains/root/db/aarp.html", "Type": "generic", "Manager": "AARP"}, {"Domain": ".abarth", "URL": "http://www.iana.org/domains/root/db/abarth.html", "Type": "generic", "Manager": "Fiat Chrysler Automobiles N.V."}, {"Domain": ".abb", "URL": "http://www.iana.org/domains/root/db/abb.html", "Type": "generic", "Manager": "ABB Ltd"}]
{"type": "array", "items": {"type": "object", "properties": {"Domain": {"type": "string"}, "URL": {"type": "string"}, "Type": {"type": "string"}, "Manager": {"type": "string"}}}}
94633c3f-4198-4a30-a8bf-0d20a4f0ac72/endpoint_20fb0e35-38d1-4d90-864a-48df2590a283/0/0
Domain and DNS Info Checker
The Domain and DNS Info Checker API is your comprehensive solution for all things related to domain and DNS information. This user-friendly API offers four versatile endpoints to cater to your needs: IANA Top Level Domains, Domain DNS details, Domain "WhoIs" information, and Domain availability checks. Whether you're managing domains, building a DNS tool, or conducting domain research, this API has you covered at an affordable price.
6.8
Domain DNS info
Provides DNS records of a provided domain(A, AAAA,PTR,CNAME,MX,TXT,SOA)
200
New Example
{"A": ["142.251.163.101", "142.251.163.139", "142.251.163.102", "142.251.163.138", "142.251.163.100", "142.251.163.113"], "AAAA": ["2607:f8b0:4004:c08::65", "2607:f8b0:4004:c08::8b", "2607:f8b0:4004:c08::8a", "2607:f8b0:4004:c08::66"], "MX": ["10 smtp.google.com."], "NS": ["ns1.google.com.", "ns3.google.com.", "ns2.google.com.", "ns4.google.com."], "SOA": ["ns1.google.com. dns-admin.google.com. 517072072 900 900 1800 60"], "TXT": ["\"MS=E4A68B9AB2BB9670BCE15412F62916164C0B20BB\"", "\"webexdomainverification.8YX6G=6e6922db-e3e6-4a36-904e-a805c28087fa\"", "\"globalsign-smime-dv=CDYX+XFHUw2wml6/Gb8+59BsH31KzUr6c1l2BPvqKX8=\"", "\"google-site-verification=TV9-DBe4R80X4v0M4U_bd_J9cpOJM0nikft0jAgjmsQ\"", "\"atlassian-domain-verification=5YjTmWmjI92ewqkx2oXmBaD60Td9zWon9r6eakvHX6B77zzkFQto8PQ9QsKnbf4I\"", "\"docusign=1b0a6754-49b1-4db5-8540-d2c12664b289\"", "\"v=spf1 include:_spf.google.com ~all\"", "\"facebook-domain-verification=22rm551cu4k0ab0bxsw536tlds4h95\"", "\"onetrust-domain-verification=de01ed21f2fa4d8781cbc3ffb89cf4ef\"", "\"google-site-verification=wD8N7i1JTNTkezJ49swvWW48f8_9xveREV4oB-0Hf5o\"", "\"apple-domain-verification=30afIBcvSuDV2PLX\"", "\"docusign=05958488-4752-4ef2-95eb-aa7ba8a3bd0e\""]}
{"type": "object", "properties": {"A": {"type": "array", "items": {"type": "string"}}, "MX": {"type": "array", "items": {"type": "string"}}, "NS": {"type": "array", "items": {"type": "string"}}, "SOA": {"type": "array", "items": {"type": "string"}}, "TXT": {"type": "array", "items": {"type": "string"}}}}
94633c3f-4198-4a30-a8bf-0d20a4f0ac72/endpoint_a89075ee-e645-493f-8950-cdcbb7faf5c7/0/0
Domain and DNS Info Checker
The Domain and DNS Info Checker API is your comprehensive solution for all things related to domain and DNS information. This user-friendly API offers four versatile endpoints to cater to your needs: IANA Top Level Domains, Domain DNS details, Domain "WhoIs" information, and Domain availability checks. Whether you're managing domains, building a DNS tool, or conducting domain research, this API has you covered at an affordable price.
6.8
Domain 'Who Is' info
Provides 'Who is' info of a provided Domain
200
New Example
{"Domain Name": "RAPIAPI.COM", "Registrar": "DYNADOT LLC", "WhoIs Server": "whois.dynadot.com", "Creation Date": "2021-04-11 08:44:30", "Expiration Date": "2024-04-11 08:44:30", "Name Servers": ["1107.NS1.ABOVE.COM", "1107.NS2.ABOVE.COM", "1107.ns1.above.com", "1107.ns2.above.com"], "Emails": "[email protected]", "Organization": "Dynadot Privacy Service", "Address": {"Street": "PO Box 701", "City": "San Mateo", "State": "California", "Postal Code": "94401", "Country": "US"}}
{"type": "object", "properties": {"Domain Name": {"type": "string"}, "Registrar": {"type": "string"}, "WhoIs Server": {"type": "string"}, "Creation Date": {"type": "string"}, "Expiration Date": {"type": "string"}, "Name Servers": {"type": "array", "items": {"type": "string"}}, "Emails": {"type": "array", "items": {"type": "string"}}, "Organization": {"type": "string"}, "Address": {"type": "object", "properties": {"Street": {"type": "string"}, "City": {"type": "string"}, "State": {"type": "string"}, "Postal Code": {"type": "string"}, "Country": {"type": "string"}}}}}
94633c3f-4198-4a30-a8bf-0d20a4f0ac72/endpoint_ddfbe4e7-7a5d-45e0-a9aa-bf9ac47af0c6/0/0
Domain and DNS Info Checker
The Domain and DNS Info Checker API is your comprehensive solution for all things related to domain and DNS information. This user-friendly API offers four versatile endpoints to cater to your needs: IANA Top Level Domains, Domain DNS details, Domain "WhoIs" information, and Domain availability checks. Whether you're managing domains, building a DNS tool, or conducting domain research, this API has you covered at an affordable price.
6.8
Check Domain
Checks if a Domain is registered or available
200
New Example
{"Response": "rapidapi.com is a registered domain"}
{"type": "object", "properties": {"Response": {"type": "string"}}}
1a5b1de3-9253-4404-966f-c5fcfe9c7123/7590e914-49a3-4fa6-b08d-62a456acfef3/0/0
Word Cloud Generator
The Word Cloud Generator API, aptly titled "Word Cloud Generator" empowers you to effortlessly create captivating word clouds from text or URLs. With two user-friendly endpoints, one for text input and the other for URLs, you can generate visually stunning word clouds in a snap. Unleash your creativity and visualize textual data with ease using this cost-effective API.
5.8
Generate Word Cloud from Url
Generate Word Cloud from Url : It will generate a Word cloud based on the content of provided url. Use /api/v1/url?url=
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"]}
1a5b1de3-9253-4404-966f-c5fcfe9c7123/6865f604-a59e-4092-9cc1-f46eaa2a2ae3/0/0
Word Cloud Generator
The Word Cloud Generator API, aptly titled "Word Cloud Generator" empowers you to effortlessly create captivating word clouds from text or URLs. With two user-friendly endpoints, one for text input and the other for URLs, you can generate visually stunning word clouds in a snap. Unleash your creativity and visualize textual data with ease using this cost-effective API.
5.8
Generate Word Cloud from Text
Endpoint to generate a Word cloud based on provided text. It could be single or multiline text. Use /api/v1/text?text=
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"]}
eb7e7daf-5737-4031-8b8a-bd44db08c4c2/ed371340-5c8c-4129-bc9b-86c2b70b42c1/0/0
EthereumWalletGenerator
Generate Ethereum Wallet(Privatekey& Address)
null
GenerateWallet
Generate PrivateKey & Address
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"]}
00971d92-be6f-4172-82d0-914b741051ec/9a83075b-bcd9-4afa-b13e-ea5fa78851e2/0/0
unit converter
Unit Converter API allows developers to easily integrate unit conversion functionality into their applications. It supports a wide range of units across different categories
6.3
Transform Units Using The Get Method
Transform Units Using The Get Method
200
Response
{"from": "Square kilometer", "to": "Square mile", "input": 1, "result": 0.386102}
{"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}, "input": {"type": "integer"}, "result": {"type": "number"}}}
00971d92-be6f-4172-82d0-914b741051ec/397395fa-cc7a-45d4-bdc1-b87dea17b5db/0/0
unit converter
Unit Converter API allows developers to easily integrate unit conversion functionality into their applications. It supports a wide range of units across different categories
6.3
info
info
200
Response
{"area": [], "data-transfer-rate": [], "digital-storage": [], "energy": [], "frequency": [], "fuel-economics": [], "length": [], "mass": [], "plane-angle": [], "pressure": [], "speed": [], "temperature": [], "time": [], "volume": []}
{"type": "object", "properties": {"area": {"type": "array", "items": {"type": "string"}}, "data-transfer-rate": {"type": "array", "items": {"type": "string"}}, "digital-storage": {"type": "array", "items": {"type": "string"}}, "energy": {"type": "array", "items": {"type": "string"}}, "frequency": {"type": "array", "items": {"type": "string"}}, "fuel-economics": {"type": "array", "items": {"type": "string"}}, "length": {"type": "array", "items": {"type": "string"}}, "mass": {"type": "array", "items": {"type": "string"}}, "plane-angle": {"type": "array", "items": {"type": "string"}}, "pressure": {"type": "array", "items": {"type": "string"}}, "speed": {"type": "array", "items": {"type": "string"}}, "temperature": {"type": "array", "items": {"type": "string"}}, "time": {"type": "array", "items": {"type": "string"}}, "volume": {"type": "array", "items": {"type": "string"}}}}
00971d92-be6f-4172-82d0-914b741051ec/2f9f5dc3-5b51-4c33-8b0b-91072752e255/0/0
unit converter
Unit Converter API allows developers to easily integrate unit conversion functionality into their applications. It supports a wide range of units across different categories
6.3
Transform Units Using The Post Method
Transform Units Using The Post Method
200
Response
{"from": "Kilometer", "to": "Meter", "input": 100, "result": 100000}
{"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}, "input": {"type": "integer"}, "result": {"type": "integer"}}}
00422c97-4980-4d4e-ba0a-3018b1bd704d/24fcb7ae-da03-4f0e-9d53-9297f3dc183c/0/0
Bash Code Compiler
Bash Code Compiler API
6.3
Bash Code Compiler
Bash Code Compiler
200
Response
{"cpuTime": "0.00", "memory": "3404", "output": "Hello, World!\n"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"cpuTime": {"type": "string"}, "memory": {"type": "string"}, "output": {"type": "string"}}, "required": ["cpuTime", "memory", "output"]}
00422c97-4980-4d4e-ba0a-3018b1bd704d/07fba9f0-3a69-4a3f-9e84-7439825fe028/0/0
Bash Code Compiler
Bash Code Compiler API
6.3
Bash Versions
Bash Versions
200
Response
[{"id": 0, "version": "4.3.42"}, {"id": 1, "version": "4.4.12"}, {"id": 2, "version": "4.4.19"}, {"id": 3, "version": "5.0.011"}, {"id": 4, "version": "5.1.12"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "version": {"type": "string"}}, "required": ["id", "version"]}}
a27d9016-09de-4b0f-a2c7-49e007a5ae66/c395e3b1-cd4b-4ed7-9b67-7da422201708/1/0
QR Code by NewbAPI
The perfect choice for developers looking to add QR code functionality to their applications.
5.5
Email
Generate Email QR Optional field: "cc": "[email protected]" "bcc": "[email protected]"
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
a27d9016-09de-4b0f-a2c7-49e007a5ae66/808ddd98-427c-4001-8328-a95f22f1a999/1/0
QR Code by NewbAPI
The perfect choice for developers looking to add QR code functionality to their applications.
5.5
SMS
Generate SMS QR Code
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
a27d9016-09de-4b0f-a2c7-49e007a5ae66/ecfaf80d-397e-4caf-bf9c-c71c2ecbf1c0/1/0
QR Code by NewbAPI
The perfect choice for developers looking to add QR code functionality to their applications.
5.5
VC Card
Generate VC Card QR Code
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
a27d9016-09de-4b0f-a2c7-49e007a5ae66/20351743-4a3e-42a0-90cb-6aaac98aa53a/1/0
QR Code by NewbAPI
The perfect choice for developers looking to add QR code functionality to their applications.
5.5
Standard QR
Generate Standard QR Code (URL and TEXT or custom)
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
a27d9016-09de-4b0f-a2c7-49e007a5ae66/167fcb13-5d71-4841-bf35-230075bfde99/1/0
QR Code by NewbAPI
The perfect choice for developers looking to add QR code functionality to their applications.
5.5
Geo
Generate Geo QR Code
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
a27d9016-09de-4b0f-a2c7-49e007a5ae66/06bc2f80-fb42-4703-9d73-5639a3395fb6/0/0
QR Code by NewbAPI
The perfect choice for developers looking to add QR code functionality to their applications.
5.5
Calendar Event
Generate Event QR Code
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
a27d9016-09de-4b0f-a2c7-49e007a5ae66/220bd2f4-dac6-459a-8e9b-b44438c1a1d4/0/0
QR Code by NewbAPI
The perfect choice for developers looking to add QR code functionality to their applications.
5.5
Tel
Generate Telephone QR Code
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
a27d9016-09de-4b0f-a2c7-49e007a5ae66/07d2f2df-80f0-4b22-bb40-af596aeb2cc9/1/0
QR Code by NewbAPI
The perfect choice for developers looking to add QR code functionality to their applications.
5.5
WiFi
Generate WiFi QR Code
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
fa7f5150-1bbf-46af-b086-ae5b7132a283/fb125ba1-2024-4a9a-8ee5-4494852aa1d4/0/0
Candybar Barcode API
https://candybar.pw Sweet Barcodes Made Easy!
6.8
Get PDF417 Barcode
Retrieve a PDF417 barcode
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
fa7f5150-1bbf-46af-b086-ae5b7132a283/fe54c586-b9f6-4a38-9075-aa084affa9c7/0/0
Candybar Barcode API
https://candybar.pw Sweet Barcodes Made Easy!
6.8
Get QR Code
Retrieve a QR Code
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
fa7f5150-1bbf-46af-b086-ae5b7132a283/efb43877-16d2-4b27-8223-0d343e385588/0/0
Candybar Barcode API
https://candybar.pw Sweet Barcodes Made Easy!
6.8
Get Code39 Barcode
Retrieve a Code39 barcode
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
fa7f5150-1bbf-46af-b086-ae5b7132a283/5f7efa41-4d39-409e-a5e7-85e1d050be09/1/0
Candybar Barcode API
https://candybar.pw Sweet Barcodes Made Easy!
6.8
Get Code128 Barcode
Retrieve a Code128 barcode
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
fa7f5150-1bbf-46af-b086-ae5b7132a283/c58d57d6-4d21-4a20-ae98-0e489de82389/0/0
Candybar Barcode API
https://candybar.pw Sweet Barcodes Made Easy!
6.8
Decode Barcode
Translate a barcode file
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
fa7f5150-1bbf-46af-b086-ae5b7132a283/c58d57d6-4d21-4a20-ae98-0e489de82389/1/0
Candybar Barcode API
https://candybar.pw Sweet Barcodes Made Easy!
6.8
Decode Barcode
Translate a barcode file
200
Example_1
[{"code_type": "", "contents": ""}]
{"title": "Response Post Decode V1 Barcode Decode Post", "type": "array", "items": {"title": "DecodeResult", "required": ["code_type", "contents"], "type": "object", "properties": {"code_type": {"title": "Code Type", "type": "string"}, "contents": {"title": "Contents", "type": "string", "format": "binary"}}}}
d628d2eb-7112-4e25-946f-64966b3612fc/e02c2871-0b06-4753-a0f4-8d13727dfb8a/0/0
logsApi
If you need to debug your application or website, Logs API can help you. You can easily log from the server-side using languages like Node.js, PHP, and more. Plus, you can even use it to debug your customers' applications. With Logs API, you can tag your logs and access them using the free viewer at https://logsapi.devinred.com/logsViewer/rapidapitest. The viewer displays the last 100 logs and uses a socket to automatically append new logs while you're online. If JSON format is more suitable...
null
DELETE logs by specified tag
Delete all logs by specific tag
200
New Example
{"success": true}
{"type": "object", "properties": {"success": {"type": "boolean"}, "logs": {"type": "array", "items": {"type": "object", "properties": {"logId": {"type": "integer"}, "tag": {"type": "string"}, "body": {"type": "string"}, "createdAt": {"type": "string"}}}}}}
d628d2eb-7112-4e25-946f-64966b3612fc/e741f315-7eab-4265-a99b-fc51cf7ef368/0/0
logsApi
If you need to debug your application or website, Logs API can help you. You can easily log from the server-side using languages like Node.js, PHP, and more. Plus, you can even use it to debug your customers' applications. With Logs API, you can tag your logs and access them using the free viewer at https://logsapi.devinred.com/logsViewer/rapidapitest. The viewer displays the last 100 logs and uses a socket to automatically append new logs while you're online. If JSON format is more suitable...
null
DELETE log by specified tag and id
Delete log by specific tag and id
200
New Example
{"success": true}
{"type": "object", "properties": {"success": {"type": "boolean"}, "logs": {"type": "array", "items": {"type": "object", "properties": {"logId": {"type": "integer"}, "tag": {"type": "string"}, "body": {"type": "string"}, "createdAt": {"type": "string"}}}}}}
d628d2eb-7112-4e25-946f-64966b3612fc/bb50148f-3f74-4dec-9aeb-6a7f4220b3ef/0/0
logsApi
If you need to debug your application or website, Logs API can help you. You can easily log from the server-side using languages like Node.js, PHP, and more. Plus, you can even use it to debug your customers' applications. With Logs API, you can tag your logs and access them using the free viewer at https://logsapi.devinred.com/logsViewer/rapidapitest. The viewer displays the last 100 logs and uses a socket to automatically append new logs while you're online. If JSON format is more suitable...
null
POST log with tag
Add new log
200
Response
{"success": true}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}
d628d2eb-7112-4e25-946f-64966b3612fc/54d818c6-9abe-473e-a557-bd6467ceb6be/0/0
logsApi
If you need to debug your application or website, Logs API can help you. You can easily log from the server-side using languages like Node.js, PHP, and more. Plus, you can even use it to debug your customers' applications. With Logs API, you can tag your logs and access them using the free viewer at https://logsapi.devinred.com/logsViewer/rapidapitest. The viewer displays the last 100 logs and uses a socket to automatically append new logs while you're online. If JSON format is more suitable...
null
GET logs by specified tag
Retrieve all logs by specific tag
200
New Example
{"success": true, "logs": [{"logId": 676, "tag": "tag", "body": "\"body\"", "createdAt": "2023-03-07T09:06:06.000Z"}]}
{"type": "object", "properties": {"success": {"type": "boolean"}, "logs": {"type": "array", "items": {"type": "object", "properties": {"logId": {"type": "integer"}, "tag": {"type": "string"}, "body": {"type": "string"}, "createdAt": {"type": "string"}}}}}}
78255a60-ae1e-4cf0-b9fa-b2da33127bce/f19c8add-9fc5-4099-8edc-7317abac8f9d/0/0
Image Captcha Solver
An API Service to extract characters in captcha images
9
recognizeBase64
Recognize image with base64 string
200
Response
{"status": "success", "result": "W w h B 9"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "result": {"type": "string"}}, "required": ["result", "status"]}
66781970-15f0-4862-be47-da58089d9afa/7af71e17-faf0-451a-bab0-743b3971fc9f/0/0
Password Generator
Generate strong, unique, and customizable passwords with our Password Generator API.
8.5
Generate Password
Generate Password
200
Response
{"password": "sYH2HFCcpPjO5Ag"}
{"type": "object", "properties": {"password": {"type": "string"}}}
66781970-15f0-4862-be47-da58089d9afa/e74f27ba-e910-45b4-9f9e-88b93852c2f2/0/0
Password Generator
Generate strong, unique, and customizable passwords with our Password Generator API.
8.5
Generate Password
Generate Password
200
Response
{"password": "RhAnjmdV0MVDJJa"}
{"type": "object", "properties": {"password": {"type": "string"}}}
d9bf07b6-5bf8-49e4-882a-d1459cd27c52/f17b2e0d-15cd-4456-a6ea-0067f31609f3/0/0
Hide Mail
Hide My Email - will let you generate email address for relay purposes
6.2
Create email alias
Will create new alias
200
New Example
{"data": {"email": "[email protected]", "is_active": true, "note": "note", "user_id": 1, "updated_at": "2022-06-08T17:41:13.000000Z", "created_at": "2022-06-08T17:41:13.000000Z", "id": 382}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"email": {"type": "string"}, "is_active": {"type": "boolean"}, "note": {"type": "string"}, "user_id": {"type": "integer"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "id": {"type": "integer"}}, "required": ["created_at", "email", "id", "is_active", "note", "updated_at", "user_id"]}}, "required": ["data"]}
9de8a275-c4e4-4b87-aa2a-d3adc6757d2b/11a229e9-ce3c-4db9-ad24-97efb9c736f3/0/0
User Agent
Parses any User-Agent string to detect Browser, Engine, OS, CPU, Device type/model, etc.
5.6
/validate
Validates Given User Agent String
200
random_user_agent
{"status": 200, "message": "Success", "result": {"isYaBrowser": false, "isAuthoritative": true, "isMobile": false, "isMobileNative": false, "isTablet": false, "isiPad": false, "isiPod": false, "isiPhone": false, "isiPhoneNative": false, "isAndroid": false, "isAndroidNative": false, "isBlackberry": false, "isOpera": false, "isIE": false, "isEdge": false, "isIECompatibilityMode": false, "isSafari": false, "isFirefox": false, "isWebkit": false, "isChrome": true, "isKonqueror": false, "isOmniWeb": false, "isSeaMonkey": false, "isFlock": false, "isAmaya": false, "isPhantomJS": false, "isEpiphany": false, "isDesktop": true, "isWindows": true, "isLinux": false, "isLinux64": false, "isMac": false, "isChromeOS": false, "isBada": false, "isSamsung": false, "isRaspberry": false, "isBot": false, "isCurl": false, "isAndroidTablet": false, "isWinJs": false, "isKindleFire": false, "isSilk": false, "isCaptive": false, "isSmartTV": false, "isUC": false, "isFacebook": false, "isAlamoFire": false, "isElectron": false, "silkAccelerated": false, "browser": "Chrome", "version": "101.0.4951.64", "os": "Windows 10.0", "platform": "Microsoft Windows", "geoIp": {}, "source": "Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36", "isWechat": false, "electronVersion": ""}}
{"type": "object", "properties": {"status": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"type": "string"}, "result": {"type": "object", "properties": {"appName": {"type": "string"}, "connection": {"type": "object", "properties": {"downlink": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "effectiveType": {"type": "string"}, "rtt": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "platform": {"type": "string"}, "pluginsLength": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "vendor": {"type": "string"}, "userAgent": {"type": "string"}, "viewportHeight": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "viewportWidth": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "deviceCategory": {"type": "string"}, "screenHeight": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "screenWidth": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "weight": {"type": "number"}}}}}
9de8a275-c4e4-4b87-aa2a-d3adc6757d2b/cf4e201d-e46c-40cd-aed7-9dd7ecc7eb99/0/0
User Agent
Parses any User-Agent string to detect Browser, Engine, OS, CPU, Device type/model, etc.
5.6
/generate
Generate random user agent
200
random_user_agent
{"status": 200, "message": "Success", "result": {"appName": "Netscape", "connection": {"downlink": 10, "effectiveType": "4g", "rtt": 0}, "platform": "Win32", "pluginsLength": 5, "vendor": "Google Inc.", "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36 Edg/99.0.1150.30", "viewportHeight": 750, "viewportWidth": 1520, "deviceCategory": "desktop", "screenHeight": 864, "screenWidth": 1536, "weight": 0.00015481857067327896}}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "result": {"type": "object", "properties": {"isYaBrowser": {"type": "boolean"}, "isAuthoritative": {"type": "boolean"}, "isMobile": {"type": "boolean"}, "isMobileNative": {"type": "boolean"}, "isTablet": {"type": "boolean"}, "isiPad": {"type": "boolean"}, "isiPod": {"type": "boolean"}, "isiPhone": {"type": "boolean"}, "isiPhoneNative": {"type": "boolean"}, "isAndroid": {"type": "boolean"}, "isAndroidNative": {"type": "boolean"}, "isBlackberry": {"type": "boolean"}, "isOpera": {"type": "boolean"}, "isIE": {"type": "boolean"}, "isEdge": {"type": "boolean"}, "isIECompatibilityMode": {"type": "boolean"}, "isSafari": {"type": "boolean"}, "isFirefox": {"type": "boolean"}, "isWebkit": {"type": "boolean"}, "isChrome": {"type": "boolean"}, "isKonqueror": {"type": "boolean"}, "isOmniWeb": {"type": "boolean"}, "isSeaMonkey": {"type": "boolean"}, "isFlock": {"type": "boolean"}, "isAmaya": {"type": "boolean"}, "isPhantomJS": {"type": "boolean"}, "isEpiphany": {"type": "boolean"}, "isDesktop": {"type": "boolean"}, "isWindows": {"type": "boolean"}, "isLinux": {"type": "boolean"}, "isLinux64": {"type": "boolean"}, "isMac": {"type": "boolean"}, "isChromeOS": {"type": "boolean"}, "isBada": {"type": "boolean"}, "isSamsung": {"type": "boolean"}, "isRaspberry": {"type": "boolean"}, "isBot": {"type": "boolean"}, "isCurl": {"type": "boolean"}, "isAndroidTablet": {"type": "boolean"}, "isWinJs": {"type": "boolean"}, "isKindleFire": {"type": "boolean"}, "isSilk": {"type": "boolean"}, "isCaptive": {"type": "boolean"}, "isSmartTV": {"type": "boolean"}, "isUC": {"type": "boolean"}, "isFacebook": {"type": "boolean"}, "isAlamoFire": {"type": "boolean"}, "isElectron": {"type": "boolean"}, "silkAccelerated": {"type": "boolean"}, "browser": {"type": "string"}, "version": {"type": "string"}, "os": {"type": "string"}, "platform": {"type": "string"}, "geoIp": {"type": "object"}, "source": {"type": "string"}, "isWechat": {"type": "boolean"}, "electronVersion": {"type": "string"}}}}}
ef3a9614-0c37-417c-accc-49186882fde2/7e943c28-90eb-486c-bb40-0572f4a8c160/0/0
word-finder
API to help with word games.
6.9
random-words
Returns a random list of words containing a specific number of letters. For example, return a random list of ten five-letter words.
401
Response
{"error": "unauthorized"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]}
ebdc2b8b-2b52-4414-beff-d76c29cde19e/70ada188-ef8c-423f-b487-478f989ad86f/0/0
Github-Email-Finder
Find the Email Id of Github Developers using their usernames
null
Get Email Id of Developers
This API will return the Email ID of the Developers
200
Response
{"email": "[email protected]"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"email": {"type": "string"}}, "required": ["email"]}
4e5aabe5-c7d9-4af8-9d10-0845eff1c08c/dbfae796-84e0-4075-8425-0f79c2a95100/0/0
👋 Demo Project
This Project is created by the onboarding process
7.7
Get Posts_copy
Get Posts
200
Example_1
[{"userId": 1, "username": "ossab98", "user_img": "https://randomuser.me/api/portraits/men/1.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "My vacation in Hawaii", "likes": 109, "isVerified": true}, {"userId": 2, "username": "janedoe", "user_img": "https://randomuser.me/api/portraits/women/2.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "My new puppy!", "likes": 290, "isVerified": true}, {"userId": 3, "username": "bobsmith", "user_img": "https://randomuser.me/api/portraits/men/3.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "My favorite recipe", "likes": 76}, {"userId": 4, "username": "jenniferg", "user_img": "https://randomuser.me/api/portraits/women/4.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "My weekend in the city", "likes": 213, "isVerified": true}, {"userId": 5, "username": "davids", "user_img": "https://randomuser.me/api/portraits/men/5.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "My new car!", "likes": 64}, {"userId": 6, "username": "emilyc", "user_img": "https://randomuser.me/api/portraits/women/6.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "My hiking adventure", "likes": 148}, {"userId": 7, "username": "andrewf", "user_img": "https://randomuser.me/api/portraits/men/7.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "My birthday party", "likes": 92, "isVerified": true}, {"userId": 8, "username": "katiej", "user_img": "https://randomuser.me/api/portraits/women/8.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "My beach day", "likes": 183}, {"userId": 9, "username": "michaels", "user_img": "https://randomuser.me/api/portraits/men/9.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "My art project", "likes": 37}, {"userId": 10, "username": "graceh", "user_img": "https://randomuser.me/api/portraits/women/10.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "My day at the amusement park", "likes": 240}, {"userId": 11, "username": "michaelj", "user_img": "https://randomuser.me/api/portraits/men/11.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "Trying out a new recipe for dinner tonight!", "likes": 95}, {"userId": 12, "username": "jennyg", "user_img": "https://randomuser.me/api/portraits/women/12.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "Weekend getaway to the beach", "likes": 152}, {"userId": 13, "username": "kevins", "user_img": "https://randomuser.me/api/portraits/men/13.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "My first time trying sushi", "likes": 80}, {"userId": 14, "username": "amandab", "user_img": "https://randomuser.me/api/portraits/women/14.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "Celebrating my birthday with friends", "likes": 320}, {"userId": 15, "username": "maxwells", "user_img": "https://randomuser.me/api/portraits/men/15.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "My hiking adventure in the mountains", "likes": 201, "isVerified": true}, {"userId": 16, "username": "lisar", "user_img": "https://randomuser.me/api/portraits/women/16.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "Painting class with friends", "likes": 117}, {"userId": 17, "username": "sebastianm", "user_img": "https://randomuser.me/api/portraits/men/17.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "My trip to Italy", "likes": 285}, {"userId": 18, "username": "oliviac", "user_img": "https://randomuser.me/api/portraits/women/18.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "Movie night with friends", "likes": 143}, {"userId": 19, "username": "justinw", "user_img": "https://randomuser.me/api/portraits/men/19.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "Trying out a new coffee shop", "likes": 67, "isVerified": true}, {"userId": 20, "username": "emilys", "user_img": "https://randomuser.me/api/portraits/women/20.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "My road trip through the desert", "likes": 178}, {"userId": 21, "username": "john_doe", "user_img": "https://randomuser.me/api/portraits/men/1.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "My vacation in Hawaii", "likes": 109}]
{"type": "array", "items": {"type": "object"}}
4e5aabe5-c7d9-4af8-9d10-0845eff1c08c/4afc1084-8046-4b12-8dd6-8ca37f81814c/0/0
👋 Demo Project
This Project is created by the onboarding process
7.7
Get Posts
Get Posts
200
Example_1
[{"userId": 1, "username": "ossab98", "user_img": "https://randomuser.me/api/portraits/men/1.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "My vacation in Hawaii", "likes": 109, "isVerified": true}, {"userId": 2, "username": "janedoe", "user_img": "https://randomuser.me/api/portraits/women/2.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "My new puppy!", "likes": 290, "isVerified": true}, {"userId": 3, "username": "bobsmith", "user_img": "https://randomuser.me/api/portraits/men/3.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "My favorite recipe", "likes": 76}, {"userId": 4, "username": "jenniferg", "user_img": "https://randomuser.me/api/portraits/women/4.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "My weekend in the city", "likes": 213, "isVerified": true}, {"userId": 5, "username": "davids", "user_img": "https://randomuser.me/api/portraits/men/5.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "My new car!", "likes": 64}, {"userId": 6, "username": "emilyc", "user_img": "https://randomuser.me/api/portraits/women/6.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "My hiking adventure", "likes": 148}, {"userId": 7, "username": "andrewf", "user_img": "https://randomuser.me/api/portraits/men/7.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "My birthday party", "likes": 92, "isVerified": true}, {"userId": 8, "username": "katiej", "user_img": "https://randomuser.me/api/portraits/women/8.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "My beach day", "likes": 183}, {"userId": 9, "username": "michaels", "user_img": "https://randomuser.me/api/portraits/men/9.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "My art project", "likes": 37}, {"userId": 10, "username": "graceh", "user_img": "https://randomuser.me/api/portraits/women/10.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "My day at the amusement park", "likes": 240}, {"userId": 11, "username": "michaelj", "user_img": "https://randomuser.me/api/portraits/men/11.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "Trying out a new recipe for dinner tonight!", "likes": 95}, {"userId": 12, "username": "jennyg", "user_img": "https://randomuser.me/api/portraits/women/12.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "Weekend getaway to the beach", "likes": 152}, {"userId": 13, "username": "kevins", "user_img": "https://randomuser.me/api/portraits/men/13.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "My first time trying sushi", "likes": 80}, {"userId": 14, "username": "amandab", "user_img": "https://randomuser.me/api/portraits/women/14.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "Celebrating my birthday with friends", "likes": 320}, {"userId": 15, "username": "maxwells", "user_img": "https://randomuser.me/api/portraits/men/15.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "My hiking adventure in the mountains", "likes": 201, "isVerified": true}, {"userId": 16, "username": "lisar", "user_img": "https://randomuser.me/api/portraits/women/16.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "Painting class with friends", "likes": 117}, {"userId": 17, "username": "sebastianm", "user_img": "https://randomuser.me/api/portraits/men/17.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "My trip to Italy", "likes": 285}, {"userId": 18, "username": "oliviac", "user_img": "https://randomuser.me/api/portraits/women/18.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "Movie night with friends", "likes": 143}, {"userId": 19, "username": "justinw", "user_img": "https://randomuser.me/api/portraits/men/19.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "Trying out a new coffee shop", "likes": 67, "isVerified": true}, {"userId": 20, "username": "emilys", "user_img": "https://randomuser.me/api/portraits/women/20.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "My road trip through the desert", "likes": 178}, {"userId": 21, "username": "john_doe", "user_img": "https://randomuser.me/api/portraits/men/1.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "My vacation in Hawaii", "likes": 109}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"userId": {"type": "integer"}, "username": {"type": "string"}, "user_img": {"type": "string"}, "post_img": {"type": "string"}, "post_title": {"type": "string"}, "likes": {"type": "integer"}, "isVerified": {"type": "boolean"}}, "required": ["likes", "post_img", "post_title", "userId", "user_img", "username"]}}
823f9d93-d1f3-4f62-9d73-f65bf707cc2a/cd7522a9-764a-4b03-b4ad-cc2b737012b3/0/0
Github Repos
An API to retrieve github info about repositories of an user
8.7
Search
Search for public repositories of an user
404
Not Found
{"message": "Not Found"}
{"type": "object", "properties": {"message": {"type": "string"}}}
823f9d93-d1f3-4f62-9d73-f65bf707cc2a/cd7522a9-764a-4b03-b4ad-cc2b737012b3/1/0
Github Repos
An API to retrieve github info about repositories of an user
8.7
Search
Search for public repositories of an user
200
Success
{"repositories": [{"id": 0, "name": "API-Medicos", "url": "https://github.com/samuk-a/API-Medicos", "description": "API em PHP para agendamento de consultas com m\u00e9dicos baseados na sua proximidade.", "language": "PHP"}, {"id": 278458664, "name": "chat", "url": "https://github.com/samuk-a/chat", "description": "Chat simples usando Node e Websocket", "language": "HTML"}, {"id": 280181735, "name": "scrapy_tecnoblog", "url": "https://github.com/samuk-a/scrapy_tecnoblog", "description": "Projeto para coleta de not\u00edcias do site https://tecnoblog.net/ utilizando Scrapy", "language": "Python"}, {"id": 281390700, "name": "agendamento-hoteis", "url": "https://github.com/samuk-a/agendamento-hoteis", "description": "API REST com Python para agendamento de hot\u00e9is", "language": "Python"}, {"id": 326982401, "name": "Nota-Fiscal", "url": "https://github.com/samuk-a/Nota-Fiscal", "description": "Sistema de cria\u00e7\u00e3o e controle de notinhas para uma mec\u00e2nica.", "language": "C#"}, {"id": 327273801, "name": "LandingPage", "url": "https://github.com/samuk-a/LandingPage", "description": "Landing page simples em HTML", "language": "HTML"}, {"id": 336780158, "name": "EvaSoft-2.0", "url": "https://github.com/samuk-a/EvaSoft-2.0", "description": "API em Node para sistema de controle de funcion\u00e1rios e almo\u00e7os.", "language": "JavaScript"}, {"id": 341709741, "name": "API-NLW", "url": "https://github.com/samuk-a/API-NLW", "description": "API desenvolvida no evento NLW da rocketseat.", "language": "TypeScript"}, {"id": 352188167, "name": "lottery", "url": "https://github.com/samuk-a/lottery", "description": "API em Python para verificar frequ\u00eancia de n\u00fameros da loteria.", "language": "Python"}, {"id": 415923650, "name": "amina-backend", "url": "https://github.com/samuk-a/amina-backend", "description": "API de consumo da aplica\u00e7\u00e3o de animes e mang\u00e1s", "language": "JavaScript"}, {"id": 427504941, "name": "amina-frontend", "url": "https://github.com/samuk-a/amina-frontend", "description": "Frontend para a aplica\u00e7\u00e3o de animes", "language": "JavaScript"}, {"id": 443590693, "name": "amigoculto-backend", "url": "https://github.com/samuk-a/amigoculto-backend", "description": "API de backend para o amigo oculto", "language": "JavaScript"}, {"id": 564093503, "name": "iSport-backend", "url": "https://github.com/samuk-a/iSport-backend", "description": "Backend for sport and training calendar", "language": "TypeScript"}, {"id": 587076169, "name": "short-this", "url": "https://github.com/samuk-a/short-this", "description": "A simple API to short URLs", "language": "JavaScript"}, {"id": 587079432, "name": "coin-conversor", "url": "https://github.com/samuk-a/coin-conversor", "description": "An API to convert different coin types", "language": "JavaScript"}, {"id": 602335450, "name": "pycaptcha-manager", "url": "https://github.com/samuk-a/pycaptcha-manager", "description": "Gerenciador de apis de anticaptcha em Python", "language": null}, {"id": 604872530, "name": "github-repos", "url": "https://github.com/samuk-a/github-repos", "description": "API em node para intermediar funcionalidades do github", "language": "TypeScript"}]}
{"type": "object", "properties": {"repositories": {"type": "array", "items": {"type": "object"}}}}
0ea56731-5d6c-4a30-a69b-be691f3dedeb/00396f2c-79d7-40e7-8f33-302019fa54f0/0/0
Screenshot
Screenshot of website
8.9
ScreenShot
Take a screenshot from a webpage url
200
Example_1
{"url": "https://google.com", "image": "https://toolrepo.com/api/screenshot/12345678912345678.png"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"url": {"type": "string"}, "image": {"type": "string"}}, "required": ["image", "url"]}
0b297924-f685-4207-9bde-e2e87cb5dfeb/da8b0b73-3971-4132-92e6-f62ec9963ea8/0/0
Anchor Data Scrapper
Anchor Data Scrapper is the easiest way to get access to podcasts from a specific user in a JSON format.
8.1
Get Podcast episodes
Get Podcast episodes with Audio, image, description using the username of the podcast.
200
Response
{"username": "financialfreedomtribe", "userID": "44718ec", "episodes": [{"ID": "e25l8r", "Name": "Gareth Daine. The Power of SEO. Episode 3", "Description": "In this episode we welcome Gareth Daine from the UK. A veteran SEO with more than 13 years of experience in the field.\n\nWe talk about how competition should be seen as a positive thing when entering crowded markets and WHY.\n\nWe talk about consistency and the love of what you do help you achieve any goal you set your mind to.\n\nSo make sure you listen in.", "audio": ["https://d3ctxlq1ktw2nl.cloudfront.net/production/2018-8-6/4441342-44100-2-11bce91e0495.m4a"]}, {"ID": "e239sg", "Name": "Episode 2 of the Financial Freedom Tribe Podcast", "Description": "Today we have the honor to talk with a bona fide Email Marketing expert - Gabriella Mischel Rapone from Montreal in Canada. \n\nWe talk about how important email is, no matter what kind of online business that you work on. \n\nEcommerce, information product, agency owner or even if you're an affiliate who promotes other people's products. \n\nNo matter what you do, email marketing is crucial to your success and your bottom line.", "audio": ["https://d3ctxlq1ktw2nl.cloudfront.net/production/2018-7-23/4222171-44100-2-889fd5651a5a1.m4a"]}, {"ID": "e21vi8", "Name": "Episode 1 of the Financial Freedom Tribe Podcast", "Description": "This is the very first episode of the Financial Freedom Tribe Podcast. A small introduction by yours truly.\n\nIf you're into SEO, email marketing, Organic traffic from social media and you're building your website or business online, you should subscribe to this podcast.\n\nThere is a small surprise announcement in there, so make sure you catch it!\n", "audio": ["https://d3ctxlq1ktw2nl.cloudfront.net/production/2018-7-18/4137267-44100-2-37559ca996635.m4a"]}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"username": {"type": "string"}, "userID": {"type": "string"}, "episodes": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "string"}, "Name": {"type": "string"}, "Description": {"type": "string"}, "audio": {"type": "array", "items": {"type": "string"}}}, "required": ["Description", "ID", "Name", "audio"]}}}, "required": ["episodes", "userID", "username"]}
d01b4e50-b61a-404e-93bd-079e6848d06b/24cfa3c1-489f-4e20-86c2-123b62b835b4/0/0
GMT Timestamp and Date Information API
This is a simple Flask API that returns the current timestamp and date information based on GMT offset.
null
date_info
/date_info/"gmt_offset": Returns the current date information, including the timestamp, month, year, day, weekday, week, hour, minute, second, and number of days in the month, based on the specified GMT offset (in hours).
200
New Example
{"day": 11, "days_in_month": 28, "hour": 10, "minute": 49, "month": 2, "second": 20, "timestamp": 1676112560, "week": "06", "weekday": "Saturday", "year": 2023}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"day": {"type": "integer"}, "days_in_month": {"type": "integer"}, "hour": {"type": "integer"}, "minute": {"type": "integer"}, "month": {"type": "integer"}, "second": {"type": "integer"}, "timestamp": {"type": "integer"}, "week": {"type": "string"}, "weekday": {"type": "string"}, "year": {"type": "integer"}}, "required": ["day", "days_in_month", "hour", "minute", "month", "second", "timestamp", "week", "weekday", "year"]}
d01b4e50-b61a-404e-93bd-079e6848d06b/e75125af-c2e9-4068-b66a-f1854e9b9112/0/0
GMT Timestamp and Date Information API
This is a simple Flask API that returns the current timestamp and date information based on GMT offset.
null
timestamp
/timestamp/"gmt_offset": Returns the current timestamp based on the specified GMT offset (in hours).
200
New Example
{"timestamp": "1676140683"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"timestamp": {"type": "string"}}, "required": ["timestamp"]}
9dbc9370-e8e7-41bd-8523-a5eb03fb11db/59d1a331-8897-44d6-9756-99b6deab3e55/0/0
USA Routing Number Validation
API checks USA Routing No. for its length & Check Digits by the algorithm required for the validation of USA Routing Numbers. The API ensures, you use correct routing number in financial transactions in order to avoid payment transaction failures.
5.7
USA Routing Numbers Validation
Validate USA Routing Numbers in order to avoid transactions failure. In USA Routing Numbers are required for domestic payment transactions& international payment receipts.
200
Response
{"STATUS": "SUCCESS", "STATUSCODE": "200", "MESSAGE": "Routing No. is correct", "ROUTING_NO": "021100361"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"STATUS": {"type": "string"}, "STATUSCODE": {"type": "string"}, "MESSAGE": {"type": "string"}, "ROUTING_NO": {"type": "string"}}, "required": ["MESSAGE", "ROUTING_NO", "STATUS", "STATUSCODE"]}
d87e28b1-2889-4899-bad3-849390d914e1/e0ee43d2-0b0b-4a76-8563-7e3912bc41a6/0/0
Disposable E-mail Checker
This API checks if the email is a disposable email. The API will match the domain with our 3000+ disposable email domain list.
null
Check E-mail
Checks if the email is disposable email.
200
Example Response if email is disposable
{"email": "[email protected]", "domain": "tempmail.co", "isValid": true, "isDisposable": true}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"email": {"type": "string"}, "domain": {"type": "string"}, "isValid": {"type": "boolean"}, "isDisposable": {"type": "boolean"}}, "required": ["domain", "email", "isDisposable", "isValid"]}
4078b3f9-3484-4ef7-a6c0-ded61456fc4c/7b6e9ea4-272f-47cf-874d-ef64383808da/0/0
Identity generator
Create a virtual identity with fake personal data. Including birthdate, address, credit card number
6.5
/identitygenerator/api/
Get a virtual identity
200
New Example
{"firstName": "Samuel", "lastName": "Scott", "emailAddress": "[email protected]", "phoneNumber": "555-555-5839", "dateOfBirth": "09/22/1965", "sex": "male", "company": "Woodgrove Bank", "department": "Janitorial", "address": {"street": "7980 Prospect Street", "city": "Springfield", "state": "MO", "zipCode": "65737", "country": "US"}, "creditCard": {"cardNumber": "4882141659747668", "expirationDate": "02/2025", "cvv": "117"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"firstName": {"type": "string"}, "lastName": {"type": "string"}, "emailAddress": {"type": "string"}, "phoneNumber": {"type": "string"}, "dateOfBirth": {"type": "string"}, "sex": {"type": "string"}, "company": {"type": "string"}, "department": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "zipCode": {"type": "string"}, "country": {"type": "string"}}, "required": ["city", "country", "state", "street", "zipCode"]}, "creditCard": {"type": "object", "properties": {"cardNumber": {"type": "string"}, "expirationDate": {"type": "string"}, "cvv": {"type": "string"}}, "required": ["cardNumber", "cvv", "expirationDate"]}}, "required": ["address", "company", "creditCard", "dateOfBirth", "department", "emailAddress", "firstName", "lastName", "phoneNumber", "sex"]}
29540b4d-303c-40cb-8f4e-f9ff9b311aed/a0b400a7-27a9-4d00-a0c2-360b86921b05/0/0
QR Code + Tracking Statistics and Analytics
Create trackable QR codes with insights into unique visitors, total scans, time and day of scan.
5.9
Check Active QR Codes
See all your active QR Codes and the number of scans.
200
New Example
[{"OriginalUrl": "https://example.com", "Id": "662a999", "Date": "2023-11-29T00:00:00Z", "DaysRemaining": 14, "TotalScans": 35}, {"OriginalUrl": "https://instagram.com", "Id": "514bd2d", "Date": "2023-11-29T00:00:00Z", "DaysRemaining": 14, "TotalScans": 129}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"OriginalUrl": {"type": "string"}, "Id": {"type": "string"}, "Date": {"type": "string"}, "DaysRemaining": {"type": "integer"}, "TotalScans": {"type": "integer"}}, "required": ["Date", "DaysRemaining", "Id", "OriginalUrl", "TotalScans"]}}
a5082952-83df-47a4-b8e4-211e3349cfa1/endpoint_a5c34b92-a434-4fbf-b3f2-b64e800c2940/0/0
Exerra phishing check
This API checks URLs to see whether they are known phishing attempts.
9.1
Get stats
Get statistics about the Exerra Phishing API
200
Get stats 200
{"status": 200, "data": {"domains": 491164, "links": 840117}}
{"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"domains": {"type": "integer"}, "links": {"type": "integer"}}}}}
a5082952-83df-47a4-b8e4-211e3349cfa1/endpoint_5d64521f-5f14-49e2-9135-1f4e8b9a90cb/0/0
Exerra phishing check
This API checks URLs to see whether they are known phishing attempts.
9.1
Check a URL
Check if a URL is a known phishing attempt
200
Check a link 200
{"status": 200, "data": {"isScam": false, "domain": "exerra.xyz", "detection": {"type": "domain"}}}
{"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"isScam": {"type": "boolean"}, "domain": {"type": "string"}, "detection": {"type": "object", "properties": {"type": {"type": "string"}}}}}}}
3bbf55e8-8440-4a34-ba97-175a80ce774b/70310ada-7bf6-4c56-a38c-a684a8d8c900/0/0
Json Utils Api
Json utils is a restfull Api That exposes endpoints for working with Json data
null
generate json
This endpoint generate json file based on json schema
200
New Example
{"age": 72, "hobbies": {"indoor": ["7FPc8P9LlT", "CWaYhVh1iS"], "outdoor": ["hTaSzZJWAl", "ccIj57EIwm", "4UjwQqRHAv"]}, "id": 75.72198996905264, "name": "Hw"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"age": {"type": "integer"}, "hobbies": {"type": "object", "properties": {"indoor": {"type": "array", "items": {"type": "string"}}, "outdoor": {"type": "array", "items": {"type": "string"}}}, "required": ["indoor", "outdoor"]}, "id": {"type": "number"}, "name": {"type": "string"}}, "required": ["age", "hobbies", "id", "name"]}
3bbf55e8-8440-4a34-ba97-175a80ce774b/fd8a0320-a92b-4e47-9535-a0ade2aed301/0/0
Json Utils Api
Json utils is a restfull Api That exposes endpoints for working with Json data
null
Json to xml
This endpoint converts Json file to Xml
200
New Example
{"key1": "test", "key2": "test2"}
{"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}}
3bbf55e8-8440-4a34-ba97-175a80ce774b/dce888be-a416-4136-a119-ba824e29464b/0/0
Json Utils Api
Json utils is a restfull Api That exposes endpoints for working with Json data
null
Json validation
This endpoint validates json files, it return True if its valid, False else. The body request must be a Json file format.
200
New Example
{"is_valid": true}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"is_valid": {"type": "boolean"}}, "required": ["is_valid"]}
a8d00a34-8032-4b69-a155-c8f002ed00af/e251ddfc-54d5-4b4c-a26b-fab6427d34d9/0/0
CPP 17 Code Compiler
C++ 17 Code Compiler API
7.9
C++ 17 Versions
C++ 17 Versions
200
Response
[{"id": 0, "version": "g++ 17 GCC 9.1.0"}, {"id": 1, "version": "g++ 17 GCC 11.1.0"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "version": {"type": "string"}}, "required": ["id", "version"]}}
a8d00a34-8032-4b69-a155-c8f002ed00af/956f9683-8f6f-4717-8c7e-a744d186c5db/0/0
CPP 17 Code Compiler
C++ 17 Code Compiler API
7.9
C++ 17 Code Compiler
C++ 17 Code Compiler
200
Response
{"cpuTime": "0.00", "memory": "3416", "output": "Hello, World!"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"cpuTime": {"type": "string"}, "memory": {"type": "string"}, "output": {"type": "string"}}, "required": ["cpuTime", "memory", "output"]}
b8d05bcf-25c2-453c-964b-89b5323bb79d/9a96b07c-5998-4494-9510-2c790b65ed4c/0/0
CPP Code Compiler
C++ Code Compiler API
8
C++ Versions
C++ Versions
200
Response
[{"id": 0, "version": "GCC 5.3.0"}, {"id": 1, "version": "Zapcc 5.0.0"}, {"id": 2, "version": "GCC 7.2.0"}, {"id": 3, "version": "GCC 8.1.0"}, {"id": 4, "version": "GCC 9.1.0"}, {"id": 5, "version": "GCC 11.1.0"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "version": {"type": "string"}}, "required": ["id", "version"]}}
b8d05bcf-25c2-453c-964b-89b5323bb79d/1c5b295e-0f4a-4c18-83d8-55aee9cd9149/0/0
CPP Code Compiler
C++ Code Compiler API
8
C++ Code Compiler
C++ Code Compiler
200
Response
{"cpuTime": "0.00", "memory": "3496", "output": "Hello, World!"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"cpuTime": {"type": "string"}, "memory": {"type": "string"}, "output": {"type": "string"}}, "required": ["cpuTime", "memory", "output"]}
963a4a09-7d58-4488-a77f-12ab7e44aab8/aa75d2ab-fe5e-49e5-a3eb-1023493e4445/0/0
Text Width
Measure the width of a string or split a string into multiple lines given a max line length.
7.3
Split Text into Multiple Lines (bulk)
Split many texts (bulk) into multiple lines with a maximum length (in px). Words longer than the maximum line length are not split.
200
example-1
{"texts": [{"id": "1", "lines": ["Lorem ipsum", "dolor sit amet"]}, {"lines": ["hello world"]}], "fontFamily": "Arial", "fontSize": 12, "maxLineWidth": 80}
{"description": "", "x-examples": {"example-1": {"texts": [{"id": "1", "lines": ["Loremt,", "ipsum", "eeeedhholor", "swdu u uuuit", "ammet"]}, {"lines": ["hello world"]}], "fontFamily": "Poppins", "fontSize": 12, "maxLineWidth": 80}}, "allOf": [{"title": "BaseRequest", "type": "object", "properties": {"fontFamily": {"type": "string", "enum": ["Alex Brush", "Arial", "Calibri", "Cambria", "Franklin Gothic Book", "Garamond", "Lato", "Mohave", "Montserrat", "Noto Sans", "Open Sans", "Oswald", "Poppins", "Raleway", "Roboto Mono", "Roboto", "Rockwell", "Times New Roman", "Ubuntu", "Verdana"]}, "fontSize": {"type": "integer", "minimum": 6, "maximum": 40}}, "required": ["fontFamily", "fontSize"]}, {"type": "object", "properties": {"maxLineWidth": {"type": "number"}, "texts": {"type": "array", "uniqueItems": false, "items": {"type": "object", "properties": {"id": {"type": "string", "minLength": 1}, "lines": {"type": "array", "items": {"type": "string"}}}, "required": ["lines"]}}}, "required": ["maxLineWidth", "texts"]}]}
963a4a09-7d58-4488-a77f-12ab7e44aab8/a3590af4-3ed9-4a4a-bc87-c40b13374935/0/0
Text Width
Measure the width of a string or split a string into multiple lines given a max line length.
7.3
Split Text into Multiple Lines
Split text into multiple lines with a maximum length (in px). Words longer than the maximum line length are not split.
200
null
{"lines": ["Lorem ipsum", "dolor sit amet"], "fontFamily": "Arial", "fontSize": 12}
{"description": "", "x-examples": {"example-1": {"lines": ["Lorem ipsum", "dolor sit amet"], "fontFamily": "Arial", "fontSize": 12}}, "allOf": [{"title": "BaseRequest", "type": "object", "properties": {"fontFamily": {"type": "string", "enum": ["Alex Brush", "Arial", "Calibri", "Cambria", "Franklin Gothic Book", "Garamond", "Lato", "Mohave", "Montserrat", "Noto Sans", "Open Sans", "Oswald", "Poppins", "Raleway", "Roboto Mono", "Roboto", "Rockwell", "Times New Roman", "Ubuntu", "Verdana"]}, "fontSize": {"type": "integer", "minimum": 6, "maximum": 40}}, "required": ["fontFamily", "fontSize"]}, {"type": "object", "properties": {"lines": {"type": "array", "description": "each line will contain at least one word", "items": {"type": "string"}}}, "required": ["lines"]}]}
963a4a09-7d58-4488-a77f-12ab7e44aab8/7f56f282-8acc-4351-8950-c25597b2e5a4/0/0
Text Width
Measure the width of a string or split a string into multiple lines given a max line length.
7.3
Measure Text Width
Measure the length of a given text in pixels. The text width is based on measurements in Google Chrome (desktop). The deviation is between 0.3 and 1.7 pixels per 1000 pixels of text (about 200 characters) if the text is not measured in Google Chrome (e.g. Firefox or on mobile). Since browsers like vivaldi or edge use the same rendering engine as google chrome, the text widths are the same. The difference between google chrome desktop and mobile is 1.7 pixels per 1000 pixels of normal text.
200
null
{"width": 144.722, "fontFamily": "Arial", "fontSize": 12}
{"description": "", "x-examples": {"example-1": {"width": 144.722, "fontFamily": "Arial", "fontSize": 12}}, "allOf": [{"title": "BaseRequest", "type": "object", "properties": {"fontFamily": {"type": "string", "enum": ["Alex Brush", "Arial", "Calibri", "Cambria", "Franklin Gothic Book", "Garamond", "Lato", "Mohave", "Montserrat", "Noto Sans", "Open Sans", "Oswald", "Poppins", "Raleway", "Roboto Mono", "Roboto", "Rockwell", "Times New Roman", "Ubuntu", "Verdana"]}, "fontSize": {"type": "integer", "minimum": 6, "maximum": 40}}, "required": ["fontFamily", "fontSize"]}, {"type": "object", "properties": {"width": {"type": "number", "minimum": 0, "multipleOf": 0.001}}, "required": ["width"]}]}
963a4a09-7d58-4488-a77f-12ab7e44aab8/2e10db71-c79a-40e2-ade4-d5aeeb8aedb1/0/0
Text Width
Measure the width of a string or split a string into multiple lines given a max line length.
7.3
Measure Text Width (bulk)
Measure the length of many texts (bulk) in pixels. The text width is based on measurements in Google Chrome (desktop). The deviation is between 0.3 and 1.7 pixels per 1000 pixels of text (about 200 characters) if the text is not measured in Google Chrome (e.g. Firefox or on mobile). Since browsers like vivaldi or edge use the same rendering engine as google chrome, the text widths are the same. The difference between google chrome desktop and mobile is 1.7 pixels per 1000 pixels of normal text.
200
null
{"widths": [{"id": "1", "width": 144.722}, {"width": 57.364}], "fontFamily": "Arial", "fontSize": 12}
{"description": "", "x-examples": {"example-1": {"widths": [{"id": "1", "width": 144.722}, {"width": 57.364}], "fontFamily": "Arial", "fontSize": 12}}, "allOf": [{"title": "BaseRequest", "type": "object", "properties": {"fontFamily": {"type": "string", "enum": ["Alex Brush", "Arial", "Calibri", "Cambria", "Franklin Gothic Book", "Garamond", "Lato", "Mohave", "Montserrat", "Noto Sans", "Open Sans", "Oswald", "Poppins", "Raleway", "Roboto Mono", "Roboto", "Rockwell", "Times New Roman", "Ubuntu", "Verdana"]}, "fontSize": {"type": "integer", "minimum": 6, "maximum": 40}}, "required": ["fontFamily", "fontSize"]}, {"type": "object", "properties": {"widths": {"type": "array", "uniqueItems": false, "description": "the order inside this array is the same like in \"texts\" of the request", "items": {"type": "object", "properties": {"id": {"type": "string"}, "width": {"type": "number", "minimum": 0, "multipleOf": 0.001}}, "required": ["width"]}}}, "required": ["widths"]}]}
90df929e-102a-48ca-8f42-44422b29bd98/a723152a-e741-42c8-ba5d-a38565923368/0/0
Email Verifier
A simple API to verify email addresses in making sure they are valid and real, for ensuring you are sending emails to actual people!
7.8
Verify Emails
To verify multiple email addresses
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"]}
90df929e-102a-48ca-8f42-44422b29bd98/581f83da-4a90-49b7-b49d-c79169dcdf13/0/0
Email Verifier
A simple API to verify email addresses in making sure they are valid and real, for ensuring you are sending emails to actual people!
7.8
Verify Email
To verify a single email address
200
New Example
{"email": "[email protected]", "valid": false, "disposable": false, "validators": {"regex": {"valid": true}, "typo": {"valid": true}, "disposable": {"valid": true}, "mx": {"valid": true}, "smtp": {"valid": false, "reason": "Mailbox not found."}}}
{"type": "object", "properties": {"email": {"type": "string"}, "valid": {"type": "boolean"}, "disposable": {"type": "boolean"}, "validators": {"type": "object", "properties": {"regex": {"type": "object", "properties": {"valid": {"type": "boolean"}}}, "typo": {"type": "object", "properties": {"valid": {"type": "boolean"}}}, "disposable": {"type": "object", "properties": {"valid": {"type": "boolean"}}}, "mx": {"type": "object", "properties": {"valid": {"type": "boolean"}}}, "smtp": {"type": "object", "properties": {"valid": {"type": "boolean"}, "reason": {"type": "string"}}}}}}}
5503021c-bf2c-4706-b3a4-32be5d5c3f74/affdb874-cd1b-4588-8973-16569eaf150f/0/0
QR Code Generator By N-CRYPT
Generate High Quality QR Code
6.2
generateQrCode
Generate QR Code
200
New Example
{"status": "QR Code generated successfully. NOTE: This is a temporary link and will expire in 4 hours", "link": "http://localhost:5053/qrcode/e4f5660f-9b8b-4465-8705-7eaabc09c4ca", "message": "N-CRYPT QR Code Generator"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "link": {"type": "string"}, "message": {"type": "string"}}, "required": ["link", "message", "status"]}
09b46c26-f81c-44b2-adb7-017469ef41fd/8c296c5a-06f7-43e5-b080-984acfe84946/0/0
streaminfo
RTMP/HLS Stream information API
7.1
Stream probe
Request stream information from the specified RTMP or HLS url. It will return the currently present audio and video codecs, and the bitrate, framerate, etc. This endpoint is nice to check that the resolution or frame rate is correct. But could also be used to check if the stream is up and alive, if put in an automated environment.
500
Example error
{"error": "This is an error message"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]}
09b46c26-f81c-44b2-adb7-017469ef41fd/8c296c5a-06f7-43e5-b080-984acfe84946/1/0
streaminfo
RTMP/HLS Stream information API
7.1
Stream probe
Request stream information from the specified RTMP or HLS url. It will return the currently present audio and video codecs, and the bitrate, framerate, etc. This endpoint is nice to check that the resolution or frame rate is correct. But could also be used to check if the stream is up and alive, if put in an automated environment.
200
Example
{"data": [{"codec_name": "timed_id3", "codec_long_name": "timed ID3 metadata", "profile": "unknown", "codec_type": "data", "avg_frame_rate": "0/0", "bit_rate": "N/A"}, {"codec_name": "h264", "codec_long_name": "H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10", "profile": "High", "codec_type": "video", "width": "1920", "height": "1080", "pix_fmt": "yuv420p", "avg_frame_rate": "25/1", "bit_rate": "N/A"}, {"codec_name": "aac", "codec_long_name": "AAC (Advanced Audio Coding)", "profile": "LC", "codec_type": "audio", "avg_frame_rate": "0/0", "bit_rate": "N/A"}]}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"codec_name": "string", "codec_long_name": "string", "codec_type": "string", "avg_frame_rate": "string", "bit_rate": "string", "profile": "string", "width": "integer", "height": "integer", "pix_fmt": "string"}}}}}
bdf009c0-a121-42a2-87fa-ad8c04b49570/c8242cdb-857b-4a50-866b-3d6dbbc028f3/1/0
Image Manipulator
Change an images size, format and other properties.
7.4
/ImageManipulator
Your one stop endpoint for applying all available transformations.
200
Transformed Image Link
{"downloadUri": "https://example.com/transformed-image.png", "status": 200, "instance": "00000000-0000-0000-0000-000000000000"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"downloadUri": {"type": "string"}, "status": {"type": "integer"}, "instance": {"type": "string"}}, "required": ["downloadUri", "instance", "status"]}