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
562b3dba-0ea9-489e-81d1-f40b56697c14/747e78c0-b815-4c2d-9759-7c61c1263239/1/0
honeypotapi
Honeypot Detector - Honeypot Checker for BSC, ETH, POLYGON
9.3
Scan
Honeypot Detection
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": "Messag...
562b3dba-0ea9-489e-81d1-f40b56697c14/b6ca8da5-4127-4b23-ad2a-537f0be3f33d/0/0
honeypotapi
Honeypot Detector - Honeypot Checker for BSC, ETH, POLYGON
9.3
Exchanges
Supported Exchanges
200
Response
[{"name": "Pancake Swap v2", "factory_address": "0xcA143Ce32Fe78f1f7019d7d551a6402fC5350c73", "router_address": "0x10ED43C718714eb63d5aA57B78B54704E256024E"}, {"name": "Ape Swap", "factory_address": "0x0841BD0B734E4F5853f0dD8d7Ea041c241fb0Da6", "router_address": "0xcF0feBd3f17CEf5b47b0cD257aCf6025c5BFf3b7"}, {"name": "...
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "factory_address": {"type": "string"}, "router_address": {"type": "string"}}}}
562b3dba-0ea9-489e-81d1-f40b56697c14/b6ca8da5-4127-4b23-ad2a-537f0be3f33d/1/0
honeypotapi
Honeypot Detector - Honeypot Checker for BSC, ETH, POLYGON
9.3
Exchanges
Supported Exchanges
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": "Messag...
562b3dba-0ea9-489e-81d1-f40b56697c14/3197ad00-5bc9-4cb6-80ee-78c14054fb6d/0/0
honeypotapi
Honeypot Detector - Honeypot Checker for BSC, ETH, POLYGON
9.3
Home
Supported chain list
200
Response
{"message": "Api is working on these chains.", "chains": ["bsc", "eth", "poly"]}
{"type": "object", "properties": {"message": {"type": "string"}, "chains": {"type": "array", "items": {"type": "string"}}}}
562b3dba-0ea9-489e-81d1-f40b56697c14/cd14769e-336c-447c-95e2-b7350df25cfc/0/0
honeypotapi
Honeypot Detector - Honeypot Checker for BSC, ETH, POLYGON
9.3
Pairs
Pair List
200
Response
{"WBNB": "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c", "BUSD": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56", "USDT": "0x55d398326f99059fF775485246999027B3197955", "DAI": "0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3"}
{"type": "object", "properties": {"WBNB": {"type": "string"}, "BUSD": {"type": "string"}, "USDT": {"type": "string"}, "DAI": {"type": "string"}}}
562b3dba-0ea9-489e-81d1-f40b56697c14/cd14769e-336c-447c-95e2-b7350df25cfc/1/0
honeypotapi
Honeypot Detector - Honeypot Checker for BSC, ETH, POLYGON
9.3
Pairs
Pair List
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": "Messag...
d7eb4e8a-3c0f-4c9f-8c9b-bd31aa355d20/ae53fc1d-1348-467b-845f-35f4ea7b9b05/0/0
APIC Agent
Detect browser, OS, and device from user agent string
6.8
POST API to get details from User-Agent
If you prefer working with POST APIs, you can use this POST variant of APIC Agent API - it works very similarly to GET API, accepts user agent string in 'ua' key in the input JSON, and returns the JSON object with parsed data.
200
New Example
{"browser_family": "Chrome", "client": {"engine": "Blink", "engine_version": "unknown", "name": "Chrome", "type": "browser", "version": "96.0.4664.93"}, "device": {"brand": "Apple", "model": "unknown", "type": "desktop"}, "os": {"name": "Mac", "platform": "unknown", "version": "10.15.5"}, "os_family": "Mac", "user_agen...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"browser_family": {"type": "string"}, "client": {"type": "object", "properties": {"engine": {"type": "string"}, "engine_version": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "version": {"type": "string"}}, "re...
d7eb4e8a-3c0f-4c9f-8c9b-bd31aa355d20/c8e95f3b-7e83-4b58-ac1b-816e0a7722d2/0/0
APIC Agent
Detect browser, OS, and device from user agent string
6.8
GET Details from User-Agent
GET variant of User-Agent API - this API is the simplest way to get started with APIC Agent's user-agent parsing API. It accepts the user agent string in 'ua' parameter and returns the JSON object with parsed data.
200
New Example
{"browser_family": "Chrome", "client": {"engine": "Blink", "engine_version": "unknown", "name": "Chrome", "type": "browser", "version": "96.0.4664.93"}, "device": {"brand": "Apple", "model": "unknown", "type": "desktop"}, "os": {"name": "Mac", "platform": "unknown", "version": "10.15.5"}, "os_family": "Mac", "user_agen...
{"type": "object", "properties": {"browser_family": {"type": "string"}, "client": {"type": "object", "properties": {"engine": {"type": "string"}, "engine_version": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "version": {"type": "string"}}}, "device": {"type": "object", "properties": {"br...
e5b45c84-9957-4127-9ab1-19e25a023784/c3ba1d4c-f8ce-4d6f-9908-6c7165ce5dc2/1/0
Short URL by NewbAPI
Our ShortURL API comes with a visitor counter and advanced statistics for day, week, month, and year.
5.7
Total Visit query
Retrieves the total visitor count for the given UUID within a date range. Date format: Y-m-d Example: 2023-04-01
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": "inte...
e5b45c84-9957-4127-9ab1-19e25a023784/6eb70ac7-e2d4-462e-9ef8-05b431491915/1/0
Short URL by NewbAPI
Our ShortURL API comes with a visitor counter and advanced statistics for day, week, month, and year.
5.7
Total visit based on timeline
Retrieves the total visitor count based on the given timeline and UUID. Timeline: - latest - day - week - month - year
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": "inte...
e5b45c84-9957-4127-9ab1-19e25a023784/7fddac3a-e041-40a1-81c2-88dadbb56d28/0/0
Short URL by NewbAPI
Our ShortURL API comes with a visitor counter and advanced statistics for day, week, month, and year.
5.7
Total visit and visitor agent data
Retrieves the visitor user agent for a given UUID.
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": "inte...
e5b45c84-9957-4127-9ab1-19e25a023784/3a2d2396-03a5-4c3b-b23c-1084cc8e9f28/1/0
Short URL by NewbAPI
Our ShortURL API comes with a visitor counter and advanced statistics for day, week, month, and year.
5.7
Total visit
Retrieves the total visitor count for the given UUID.
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": "inte...
e5b45c84-9957-4127-9ab1-19e25a023784/56258046-86eb-48f7-a18c-1322caff2f44/1/0
Short URL by NewbAPI
Our ShortURL API comes with a visitor counter and advanced statistics for day, week, month, and year.
5.7
Short Url
Generates a short URL.
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": "inte...
cb3d7e5e-7a96-4fab-83a3-6ee571135dbc/21fa195a-cfe5-4a64-83ed-fccb4a5134ce/0/0
Website Oracle
Versatile Website Analysis API capable of comprehensively analyzing and handling various aspects related to websites.
5.8
getCertificate
Get the certificate details of a website for checking the validity and other details of the certificate
500
null
{"errorMessage": "Some error occurred"}
{"description": "The error object explaining the error that occurred.", "type": "object", "required": ["errorMessage"], "properties": {"errorMessage": {"description": "A message explaining the error that occurred,", "type": "string"}}}
cb3d7e5e-7a96-4fab-83a3-6ee571135dbc/21fa195a-cfe5-4a64-83ed-fccb4a5134ce/1/0
Website Oracle
Versatile Website Analysis API capable of comprehensively analyzing and handling various aspects related to websites.
5.8
getCertificate
Get the certificate details of a website for checking the validity and other details of the certificate
401
null
{"errorMessage": "Some error occurred"}
{"description": "The error object explaining the error that occurred.", "type": "object", "required": ["errorMessage"], "properties": {"errorMessage": {"description": "A message explaining the error that occurred,", "type": "string"}}}
cb3d7e5e-7a96-4fab-83a3-6ee571135dbc/21fa195a-cfe5-4a64-83ed-fccb4a5134ce/2/0
Website Oracle
Versatile Website Analysis API capable of comprehensively analyzing and handling various aspects related to websites.
5.8
getCertificate
Get the certificate details of a website for checking the validity and other details of the certificate
400
null
{"errorMessage": "Some error occurred"}
{"description": "The error object explaining the error that occurred.", "type": "object", "required": ["errorMessage"], "properties": {"errorMessage": {"description": "A message explaining the error that occurred,", "type": "string"}}}
cb3d7e5e-7a96-4fab-83a3-6ee571135dbc/21fa195a-cfe5-4a64-83ed-fccb4a5134ce/3/0
Website Oracle
Versatile Website Analysis API capable of comprehensively analyzing and handling various aspects related to websites.
5.8
getCertificate
Get the certificate details of a website for checking the validity and other details of the certificate
200
null
{"certificate": {"version": 3, "serialNumber": "00:DB:68:49:6B:4E:17:50:F5:12:99:FA:7B:ED:B1:22:B8", "issuer": {"name": "Example Entity", "organization": "Example Org", "organizationUnit": "Example Business Unit", "streetAddress": "16 Example Street", "province": "Examplecity", "postalCode": "1357", "country": "Example...
{"description": "The response body of the get certificate request.", "type": "object", "properties": {"certificate": {"description": "The certificate received from the host.", "type": "object", "properties": {"version": {"type": "integer"}, "serialNumber": {"type": "string"}, "issuer": {"type": "object", "properties": ...
cb3d7e5e-7a96-4fab-83a3-6ee571135dbc/e8822822-ac86-4ba3-b698-92421b8396b2/0/0
Website Oracle
Versatile Website Analysis API capable of comprehensively analyzing and handling various aspects related to websites.
5.8
getContent
Get the content of a website for analyzing
400
null
{"errorMessage": "Some error occurred"}
{"description": "The error object explaining the error that occurred.", "type": "object", "required": ["errorMessage"], "properties": {"errorMessage": {"description": "A message explaining the error that occurred,", "type": "string"}}}
cb3d7e5e-7a96-4fab-83a3-6ee571135dbc/e8822822-ac86-4ba3-b698-92421b8396b2/1/0
Website Oracle
Versatile Website Analysis API capable of comprehensively analyzing and handling various aspects related to websites.
5.8
getContent
Get the content of a website for analyzing
401
null
{"errorMessage": "Some error occurred"}
{"description": "The error object explaining the error that occurred.", "type": "object", "required": ["errorMessage"], "properties": {"errorMessage": {"description": "A message explaining the error that occurred,", "type": "string"}}}
cb3d7e5e-7a96-4fab-83a3-6ee571135dbc/e8822822-ac86-4ba3-b698-92421b8396b2/2/0
Website Oracle
Versatile Website Analysis API capable of comprehensively analyzing and handling various aspects related to websites.
5.8
getContent
Get the content of a website for analyzing
200
null
{"content": ""}
{"description": "The response body of the get content request.", "type": "object", "properties": {"content": {"description": "The content of the website", "type": "string"}}}
cb3d7e5e-7a96-4fab-83a3-6ee571135dbc/e8822822-ac86-4ba3-b698-92421b8396b2/3/0
Website Oracle
Versatile Website Analysis API capable of comprehensively analyzing and handling various aspects related to websites.
5.8
getContent
Get the content of a website for analyzing
500
null
{"errorMessage": "Some error occurred"}
{"description": "The error object explaining the error that occurred.", "type": "object", "required": ["errorMessage"], "properties": {"errorMessage": {"description": "A message explaining the error that occurred,", "type": "string"}}}
cb3d7e5e-7a96-4fab-83a3-6ee571135dbc/6bed6657-88e9-4be6-aa30-9539035e8fc5/0/0
Website Oracle
Versatile Website Analysis API capable of comprehensively analyzing and handling various aspects related to websites.
5.8
getDependencies
Get the dependency links of a website for ensuring that none of the URLs are broken
500
null
{"errorMessage": "Some error occurred"}
{"description": "The error object explaining the error that occurred.", "type": "object", "required": ["errorMessage"], "properties": {"errorMessage": {"description": "A message explaining the error that occurred,", "type": "string"}}}
cb3d7e5e-7a96-4fab-83a3-6ee571135dbc/6bed6657-88e9-4be6-aa30-9539035e8fc5/1/0
Website Oracle
Versatile Website Analysis API capable of comprehensively analyzing and handling various aspects related to websites.
5.8
getDependencies
Get the dependency links of a website for ensuring that none of the URLs are broken
400
null
{"errorMessage": "Some error occurred"}
{"description": "The error object explaining the error that occurred.", "type": "object", "required": ["errorMessage"], "properties": {"errorMessage": {"description": "A message explaining the error that occurred,", "type": "string"}}}
cb3d7e5e-7a96-4fab-83a3-6ee571135dbc/6bed6657-88e9-4be6-aa30-9539035e8fc5/2/0
Website Oracle
Versatile Website Analysis API capable of comprehensively analyzing and handling various aspects related to websites.
5.8
getDependencies
Get the dependency links of a website for ensuring that none of the URLs are broken
401
null
{"errorMessage": "Some error occurred"}
{"description": "The error object explaining the error that occurred.", "type": "object", "required": ["errorMessage"], "properties": {"errorMessage": {"description": "A message explaining the error that occurred,", "type": "string"}}}
cb3d7e5e-7a96-4fab-83a3-6ee571135dbc/6bed6657-88e9-4be6-aa30-9539035e8fc5/3/0
Website Oracle
Versatile Website Analysis API capable of comprehensively analyzing and handling various aspects related to websites.
5.8
getDependencies
Get the dependency links of a website for ensuring that none of the URLs are broken
200
null
{"urls": [{"url": "example.com", "type": "page", "statusCode": 200, "error": "failed to load page: Get \"https://www.rfc-editor.org/rfc/rfc6761.html\": x509: certificate signed by unknown authority", "dependencies": ["https://www.rfc-editor.org/rfc/rfc6761.html"]}]}
{"description": "The response from analyzing all the dependencies of the URL provided (subject to the maximum depth to crawl).", "type": "object", "properties": {"urls": {"description": "The array of dependencies analyzed.", "type": "array", "items": {"description": "The analysis of a URL analyzing the availability and...
0fe32d18-abe2-4554-8a4e-429cfc8a8df4/b29a4378-b3bb-4957-a079-1dc4dde0a0ac/0/0
Question Explorer
Question Explorer
8.1
full data
full data
200
Response
[["what: ", {"Suggestion": "what email marketing", "Url": "https://google.com/search?q=what email marketing"}, {"Suggestion": "what email marketing service is best", "Url": "https://google.com/search?q=what email marketing service is best"}, {"Suggestion": "what email marketing do", "Url": "https://google.com/search?q=...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "object", "properties": {"Suggestion": {"type": "string"}, "Url": {"type": "string"}}, "required": ["Suggestion", "Url"]}]}}}
dca36f2f-0b43-48cb-ba86-7fbc5ed1c616/f11a10c5-aee3-4b53-bfde-ec7d77253998/0/0
Check Full SSL and Domain WHOIS Lookup
The FullSSLInfo API is a robust solution providing comprehensive SSL and domain WHOIS lookup information. It offers detailed insights into SSL certificates, including encryption protocols and key details. Additionally, it furnishes condensed Short SSL info for quick analysis. The API's Domain WHOIS lookup feature prov...
6.2
Get Short SSL Information
Short SSL Information: Access a condensed version of SSL details, providing a quick overview of essential information for rapid analysis and decision-making. You can get following information with this endpoint: /sslshortinfo?domain=google.com
200
New Example
{"Common_Name": "*.google.com", "Domain_name": "google.com", "Organization_Name": null, "SSLRenewal_action_required": false, "SSL_ExpiryDays": 52, "SSL_Valid_From": "Oct 23 11:18:24 2023 GMT", "SSL_Valid_To": "Jan 15 11:18:23 2024 GMT", "SSL_certificate_validity_status": true}
{"type": "object", "properties": {"Common_Name": {"type": "string"}, "Domain_name": {"type": "string"}, "Organization_Name": {"type": "null"}, "SSLRenewal_action_required": {"type": "boolean"}, "SSL_ExpiryDays": {"type": "integer"}, "SSL_Valid_From": {"type": "string"}, "SSL_Valid_To": {"type": "string"}, "SSL_certific...
dca36f2f-0b43-48cb-ba86-7fbc5ed1c616/5b27f26c-d438-40b7-95a3-a20d522b3c1d/0/0
Check Full SSL and Domain WHOIS Lookup
The FullSSLInfo API is a robust solution providing comprehensive SSL and domain WHOIS lookup information. It offers detailed insights into SSL certificates, including encryption protocols and key details. Additionally, it furnishes condensed Short SSL info for quick analysis. The API's Domain WHOIS lookup feature prov...
6.2
Domain WHOIS Lookup
Perform a comprehensive WHOIS lookup for domain-related information, including registrant details, name servers, creation date, and expiration date. Receive expiration-related information to stay informed about domain renewals and ensure seamless online presence.
200
New Example
{"Creation Date": "1997-09-15T04:00:00Z", "Domain Name": "google.com", "Domain Name Servers": ["NS1.GOOGLE.COM", "NS2.GOOGLE.COM", "NS3.GOOGLE.COM", "NS4.GOOGLE.COM"], "Registrar": "MarkMonitor Inc.", "Registrar URL": "http://www.markmonitor.com", "Registrar WHOIS Server": "MarkMonitor Inc.", "Registry Expiry Date": "2...
{"type": "object", "properties": {"Creation Date": {"type": "string"}, "Domain Name": {"type": "string"}, "Domain Name Servers": {"type": "array", "items": {"type": "string"}}, "Registrar": {"type": "string"}, "Registrar URL": {"type": "string"}, "Registrar WHOIS Server": {"type": "string"}, "Registry Expiry Date": {"t...
d97f455d-79bf-4680-8924-3e5f79b9ff69/0866e458-cc4e-4ffa-a012-3a091b2ba402/0/0
Scala Code Compiler
Scala Code Compiler API
7.2
Scala Versions
Scala Versions
200
Response
[{"id": 0, "version": "2.12.0"}, {"id": 1, "version": "2.12.4"}, {"id": 2, "version": "2.12.5"}, {"id": 3, "version": "2.13.0"}, {"id": 4, "version": "2.13.6"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "version": {"type": "string"}}, "required": ["id", "version"]}}
d97f455d-79bf-4680-8924-3e5f79b9ff69/feedabcb-4e07-41d2-8109-a15557e599d8/0/0
Scala Code Compiler
Scala Code Compiler API
7.2
Scala Code Compiler
Scala Code Compiler
200
Response
{"cpuTime": "5.68", "memory": "166156", "output": "Hello, World!\nwarning: 1 deprecation (since 2.13.0); re-run with -deprecation for details"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"cpuTime": {"type": "string"}, "memory": {"type": "string"}, "output": {"type": "string"}}, "required": ["cpuTime", "memory", "output"]}
6f03e9bf-ed96-4e9c-a1eb-c46d7d5b3eea/06ad95ce-715a-41e0-94e0-d2d88a6d66b6/2/0
URLShortener
URL Shortener is a Node.js-based backend project that provides a simple and efficient way to shorten URLs and track click analytics. It offers a RESTful API for creating, managing, and accessing shortened URLs.
7.2
/api/urlShort/{shortCode}
Retrieves the original URL associated with a specific short code.
200
null
{"originalUrl": ""}
{"type": "object", "properties": {"originalUrl": {"type": "string", "format": "uri", "description": "The original URL."}}}
6f03e9bf-ed96-4e9c-a1eb-c46d7d5b3eea/2fa9ad03-dd87-4958-ba41-1b2d30a299dc/2/0
URLShortener
URL Shortener is a Node.js-based backend project that provides a simple and efficient way to shorten URLs and track click analytics. It offers a RESTful API for creating, managing, and accessing shortened URLs.
7.2
/api/urlShort/shorten
Shortens a long URL and returns the shortened URL.
200
null
{"shortUrl": ""}
{"type": "object", "properties": {"shortUrl": {"type": "string", "format": "uri", "description": "The shortened URL."}}}
6f03e9bf-ed96-4e9c-a1eb-c46d7d5b3eea/d86834b3-f0d6-4e27-8aea-f2042046d20f/2/0
URLShortener
URL Shortener is a Node.js-based backend project that provides a simple and efficient way to shorten URLs and track click analytics. It offers a RESTful API for creating, managing, and accessing shortened URLs.
7.2
/api/analytics/{shortCode}
Retrieves the analytics data for a specific shortened URL.
200
null
{"clickData": [{"timestamp": "", "ipAddress": "", "referer": "", "userAgent": ""}]}
{"type": "object", "properties": {"clickData": {"type": "array", "items": {"type": "object", "properties": {"timestamp": {"type": "string", "format": "date-time", "description": "Timestamp of the click event."}, "ipAddress": {"type": "string", "description": "IP address of the user who clicked the shortened URL."}, "re...
36d4fb89-3a93-4a76-b146-7c58fa249537/ec6cd1da-f2b7-4a41-b07d-718ddf293a5d/0/0
File Text Format Conversion
Convert files between many text based formats (markdown, asciidoc, epub, html, etc)
null
/api/get-supported-file-formats
200
null
{"input_formats": [], "output_formats": []}
{"type": "object", "properties": {"input_formats": {"type": "array", "items": {"type": "string"}, "description": "Supported input formats"}, "output_formats": {"type": "array", "items": {"type": "string"}, "description": "Supported output formats"}}}
36d4fb89-3a93-4a76-b146-7c58fa249537/3aa1f505-8b40-4753-96bc-63db01020679/0/0
File Text Format Conversion
Convert files between many text based formats (markdown, asciidoc, epub, html, etc)
null
/api/convert
500
null
{"message": "error converting file, error message: [error message]"}
{"type": "object", "properties": {"message": {"type": "string", "description": "Error message"}}}
36d4fb89-3a93-4a76-b146-7c58fa249537/3aa1f505-8b40-4753-96bc-63db01020679/2/0
File Text Format Conversion
Convert files between many text based formats (markdown, asciidoc, epub, html, etc)
null
/api/convert
400
null
{"message": "No file was uploaded in the parameter 'file'"}
{"type": "object", "properties": {"message": {"type": "string", "description": "Error message"}}}
214763d8-75ec-4ac5-9558-8a7c9ac9c748/fd4339dc-43b9-419c-b640-9c6bb3041165/0/0
Embedder
Get oEmbed and Meta data of the urls to create rich media content to show in your web app in places like post, chat etc.
6
Get Embed & Meta data
Get the meta data, oembed data for a webpage. Pass the url to the api as{ "url": "..." }. You will get the response back in below format, { "time": 100, // time taken for the response in ms "result": { ... } } An optional param card with value small or large can be passed to get a html card layout w...
200
RapidAPI Home Response
{"result": {"title": "RapidAPI - The Next Generation API Platform", "description": "Use RapidAPI to Find, Connect, & Share 1000s of APIs using our Multi-cloud platform. Improve Developer Experience with API Design, Testing, Monitoring, & More!", "image": {"url": "https://rapidapi.com/wp-content/uploads/2021/02/...
{"type": "object", "properties": {"time": {"type": "integer"}, "result": {"type": "object", "properties": {"title": {"type": "string"}, "image": {"type": "object", "properties": {"url": {"type": "string"}, "height": {"type": "string"}, "width": {"type": "string"}}}, "description": {"type": "string"}, "keywords": {"type...
2fd0fad6-5981-45d6-8872-f98d6dfd574e/634d53f7-2598-4317-b260-c05168ed6a2d/0/0
Email Address Validator
The Email Validation API is a robust solution for validating email addresses, providing essential details such as mail domain, IP address, mail server, and identifying disposable email addresses. With a user-friendly endpoint, this API seamlessly integrates with your application, ensuring email address accuracy. It off...
6.7
Validate Email Address
REST API endpoint to validate a email address and retrieve information about the email address, such as, Domain, Mail Server, IP Address, Location etc. for the email address.
200
New Example
{"email": "tekbunnyinc@gmail.com", "detailed_information": {"email": "tekbunnyinc@gmail.com", "valid": true, "mail_server": "alt3.gmail-smtp-in.l.google.com.", "ip_address": "142.250.27.26", "disposable_email": false}}
{"type": "object", "properties": {"email": {"type": "string"}, "detailed_information": {"type": "object", "properties": {"email": {"type": "string"}, "valid": {"type": "boolean"}, "mail_server": {"type": "string"}, "ip_address": {"type": "string"}, "disposable_email": {"type": "boolean"}}}}}
113a887d-cd17-4b72-a113-5e403d862376/beca468d-7e5d-4c88-84b8-7b476f2d6cdc/0/0
UnitConversion
App to easily convert units
8.8
/info
List all supported units
200
Response
{"format": "/:unit/:from/:to/:number", "units": {"angle": ["radian", "turn", "degree", "gradian"], "area": ["square meter", "square petameter", "square terameter", "square gigameter", "square megameter", "square kilometer", "square hectometer", "square decameter", "square decimeter", "square centimeter", "square millim...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"format": {"type": "string"}, "units": {"type": "object", "properties": {"angle": {"type": "array", "items": {"type": "string"}}, "area": {"type": "array", "items": {"type": "string"}}, "data": {"type": "array", "items": {"type": "string"}},...
113a887d-cd17-4b72-a113-5e403d862376/871729d3-1558-4862-a0c4-652f243388e6/0/0
UnitConversion
App to easily convert units
8.8
/volume/:from/:to/:number
Volume unit conversions
200
Response
{"from": "cubic meter", "to": "cubic kilometer", "from_symbol": "m\u00b3", "to_symbol": "km\u00b3", "input": 60, "rounded": 4, "result": 6.000000000000001e-08, "roundedResult": 6.000000000000001e-08}
{"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}, "from_symbol": {"type": "string"}, "to_symbol": {"type": "string"}, "input": {"type": "integer"}, "rounded": {"type": "integer"}, "result": {"type": "number"}, "roundedResult": {"type": "number"}}}
113a887d-cd17-4b72-a113-5e403d862376/be39f5f1-69c3-4ade-a43c-d7827aad747b/0/0
UnitConversion
App to easily convert units
8.8
/time/:from/:to/:number
Temperature unit conversions
200
Response
{"from": "minute", "to": "second", "from_symbol": "min", "to_symbol": "s", "input": 50, "rounded": 4, "result": 3000, "roundedResult": 3000}
{"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}, "from_symbol": {"type": "string"}, "to_symbol": {"type": "string"}, "input": {"type": "integer"}, "rounded": {"type": "integer"}, "result": {"type": "number"}, "roundedResult": {"type": "number"}}}
113a887d-cd17-4b72-a113-5e403d862376/8513de7d-3adf-4cd3-9c1c-2ed9011f387d/0/0
UnitConversion
App to easily convert units
8.8
/temperature/:from/:to/:number
Temperature unit conversions
200
Response
{"from": "fahrenheit", "to": "celsius", "from_symbol": "F", "to_symbol": "C", "input": 90, "rounded": 4, "result": 32.222222222222285, "roundedResult": 32.2222}
{"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}, "from_symbol": {"type": "string"}, "to_symbol": {"type": "string"}, "input": {"type": "integer"}, "rounded": {"type": "integer"}, "result": {"type": "number"}, "roundedResult": {"type": "number"}}}
113a887d-cd17-4b72-a113-5e403d862376/e5360752-3771-45d7-bb5d-cb5ab5361f1f/0/0
UnitConversion
App to easily convert units
8.8
/pressure/:from/:to/:number
Pressure unit conversions
200
Response
{"from": "pascal", "to": "decibar", "from_symbol": "Pa", "to_symbol": "dbar", "input": 100, "rounded": 4, "result": 0.01, "roundedResult": 0.01}
{"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}, "from_symbol": {"type": "string"}, "to_symbol": {"type": "string"}, "input": {"type": "integer"}, "rounded": {"type": "integer"}, "result": {"type": "number"}, "roundedResult": {"type": "number"}}}
113a887d-cd17-4b72-a113-5e403d862376/aa9c649f-d35e-4df5-bb75-df9f38fd4890/0/0
UnitConversion
App to easily convert units
8.8
/mass/:from/:to/:number
Mass unit conversions
200
Response
{"from": "gram", "to": "pound", "from_symbol": "g", "to_symbol": "lb", "input": 100, "rounded": 4, "result": 0.22046226218487758, "roundedResult": 0.2205}
{"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}, "from_symbol": {"type": "string"}, "to_symbol": {"type": "string"}, "input": {"type": "integer"}, "rounded": {"type": "integer"}, "result": {"type": "number"}, "roundedResult": {"type": "number"}}}
113a887d-cd17-4b72-a113-5e403d862376/2a225522-de6b-4aed-94f6-26bf2b39622e/0/0
UnitConversion
App to easily convert units
8.8
/force/:from/:to/:number
Force unit conversions
200
Response
{"from": "newton", "to": "dyne", "from_symbol": "N", "to_symbol": "dyn", "input": 1000, "rounded": 4, "result": 99999999.99999999, "roundedResult": 100000000}
{"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}, "from_symbol": {"type": "string"}, "to_symbol": {"type": "string"}, "input": {"type": "integer"}, "rounded": {"type": "integer"}, "result": {"type": "number"}, "roundedResult": {"type": "number"}}}
113a887d-cd17-4b72-a113-5e403d862376/d9b921c0-f00a-4c9e-ba39-6f90a7148759/0/0
UnitConversion
App to easily convert units
8.8
/data/:from/:to/:number
Data unit conversions
200
Response
{"from": "bit", "to": "byte", "from_symbol": "b", "to_symbol": "B", "input": 1024, "rounded": 4, "result": 128, "roundedResult": 128}
{"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}, "from_symbol": {"type": "string"}, "to_symbol": {"type": "string"}, "input": {"type": "integer"}, "rounded": {"type": "integer"}, "result": {"type": "number"}, "roundedResult": {"type": "number"}}}
113a887d-cd17-4b72-a113-5e403d862376/061bc6fd-6e5f-4538-a8d1-5175f0ea2867/0/0
UnitConversion
App to easily convert units
8.8
/area/:from/:to/:number
Area unit conversions
200
Response
{"from": "square feet", "to": "acre", "from_symbol": "ft\u00b2", "to_symbol": "ac", "input": 10, "rounded": 4, "result": 0.0002295684113865932, "roundedResult": 0.0002}
{"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}, "from_symbol": {"type": "string"}, "to_symbol": {"type": "string"}, "input": {"type": "integer"}, "rounded": {"type": "integer"}, "result": {"type": "number"}, "roundedResult": {"type": "number"}}}
113a887d-cd17-4b72-a113-5e403d862376/cfe54412-cf0b-4fff-9e9f-ff373f333fae/0/0
UnitConversion
App to easily convert units
8.8
/angle/:from/:to/:number
Angle unit conversions
200
Response
{"from": "radian", "to": "turn", "from_symbol": "r", "to_symbol": "tr", "input": 10, "rounded": 4, "result": 1.5915494309189535, "roundedResult": 1.5915}
{"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}, "from_symbol": {"type": "string"}, "to_symbol": {"type": "string"}, "input": {"type": "integer"}, "rounded": {"type": "integer"}, "result": {"type": "number"}, "roundedResult": {"type": "number"}}}
113a887d-cd17-4b72-a113-5e403d862376/f69e4887-03b9-4f99-9734-84b3aa59319f/0/0
UnitConversion
App to easily convert units
8.8
/length/:from/:to/:number
Length unit conversions
200
Response
{"from": "meter", "to": "feet", "from_symbol": "m", "to_symbol": "ft", "input": 5, "rounded": 4, "result": 16.404199475065614, "roundedResult": 16.4042}
{"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}, "from_symbol": {"type": "string"}, "to_symbol": {"type": "string"}, "input": {"type": "integer"}, "rounded": {"type": "integer"}, "result": {"type": "number"}, "roundedResult": {"type": "number"}}}
cf0a3eb8-a4c6-489c-ac6f-408d03d367c3/b0993965-33f1-429d-babc-8dc5bdd61d0d/1/0
Travelling Salesman
Solve the travelling salesman problem for every 2D or 3D problem, and calculate the shortest distance between a list of points.
6.3
exampleProblem
200
null
{"name": "", "locationCount": 0, "distances": [], "locations": [{"name": "", "x": 0, "y": 0, "z": 0}], "edgeType": "DistanceMatrix"}
{"type": "object", "properties": {"name": {"type": "string"}, "locationCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "distances": {"type": "array", "items": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}}, ...
055c931e-5e54-4894-b640-ecaa15612592/5c2f4485-a1a1-46b3-932b-2b60cbf69e0e/0/0
Perceptual Image Hash
This API takes a photo URL and returns a unique representation of the image called a perceptual hash. It also has a feature to compare the similarity of two images by calculating the Hamming distance between their hashes.
7.2
Hamming Distance
Get's the hamming distance between two images
200
Response
{"distance": 25, "hash1": "////Hy/vP2k=", "hash2": "Bx8bCzcfDSs="}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"distance": {"type": "integer"}, "hash1": {"type": "string"}, "hash2": {"type": "string"}}, "required": ["distance", "hash1", "hash2"]}
055c931e-5e54-4894-b640-ecaa15612592/c367f722-290f-444e-b890-c586403d9348/0/0
Perceptual Image Hash
This API takes a photo URL and returns a unique representation of the image called a perceptual hash. It also has a feature to compare the similarity of two images by calculating the Hamming distance between their hashes.
7.2
Hash
Generates a perceptual hash for the given image
200
Response
{"hash": "////Hy/vP2k="}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"hash": {"type": "string"}}, "required": ["hash"]}
ed6a007a-fb22-4229-a0aa-ca40d918fbff/3353981a-e47d-4a80-b1af-4e0e51b30d11/0/0
Sentence Case Converter by Capitalize My Title
Converts text into sentence case, taking proper nouns into account.
null
Sentence Case
Converts multiple provided titles to sentence case.
200
Example
{"status": "success", "code": 200, "message": "OK", "data": [["1", {"input": "This is the first title.", "output": "This is the first title.", "style": "sentence-case", "word-count": 5, "char-count": 24}], ["2", {"input": "this IS the second TiTle.", "output": "This is the second title.", "style": "sentence-case", "wor...
{"type": "object", "properties": {"code": {"type": "integer"}, "data": {"type": "array", "items": {"type": "array"}}, "message": {"type": "string"}, "status": {"type": "string"}}}
ed6a007a-fb22-4229-a0aa-ca40d918fbff/b46984e5-4616-4910-9d87-84a61b45c401/0/0
Sentence Case Converter by Capitalize My Title
Converts text into sentence case, taking proper nouns into account.
null
Sentence Case
Converts text to sentence case. See the "About" tab for a detailed description of the parameters.
200
Example
{"status": "success", "code": 200, "message": "OK", "data": {"input": "capitalize this title now", "output": "Capitalize this title now", "style": "sentence-case", "word-count": 4, "char-count": 25}}
{"type": "object", "properties": {"status": {"type": "string"}, "code": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"input": {"type": "string"}, "output": {"type": "string"}, "style": {"type": "string"}, "word-count": {"type": "integer"}, "char-count": {"type": "integer...
422ebaad-8a95-49c3-9f01-5b5b073db671/b9634ebe-c10a-4b51-bb79-5d815ee7b2f7/0/0
Code Runner
Compile Generate Graphs/Code Snippets and more with support upto 70+ languages.
7.5
uploadFile
200
null
{"download_link": ""}
{"type": "object", "properties": {"download_link": {"type": "string"}}}
422ebaad-8a95-49c3-9f01-5b5b073db671/3a6bf069-9d0e-4680-b9b3-4678cbc6d571/0/0
Code Runner
Compile Generate Graphs/Code Snippets and more with support upto 70+ languages.
7.5
saveCode
200
null
{"download_link": "/download/hello_world.cpp"}
{"type": "object", "properties": {"download_link": {"type": "string"}}}
422ebaad-8a95-49c3-9f01-5b5b073db671/733e0514-67b6-4c68-92c7-91d770bd92e8/0/0
Code Runner
Compile Generate Graphs/Code Snippets and more with support upto 70+ languages.
7.5
showSnippet
200
null
{"success": true}
{"type": "object", "properties": {"success": {"type": "boolean"}}}
669e29df-1e53-4790-a620-e559909346c4/fda221ec-149c-4724-9a62-2fc83cedf877/0/0
QR CODE
Introducing our state-of-the-art QR code generation API - the epitome of efficiency and convenience. This elegant API allows users to easily generate QR codes for any desired URL with just a simple GET request. The API also offers the option for users to download the generated QR code as an image, providing ultimate fl...
null
QR
Gets QR code image
404
Response
{"message": "Endpoint '/qr' does not exist"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}
1621c2ec-7057-4365-8b8b-47d4d4fe0f94/9ef4abe2-4687-4389-9743-c041746e9a4b/0/0
Random String Generator
Generate a completely random string.
null
generate
Generate a completely random string.
200
Response
{"string": "f%#pcMEZwA^3&nwJjSUU7UWd#"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"string": {"type": "string"}}, "required": ["string"]}
596773ede4b06a310abfc928/5968bbb6e4b06a310abfcb45/0/0
Temp Mail
Temporary Disposable E-mail fast and easy API - is a service that allows to receive email at a temporary address that self-destructed after a certain time elapses. It is also known by names like: tempmail, 10minutemail, throwaway email, fake-mail or trash-mail.
9.8
Delete message
Delete message, where mail_id unique identifier assigned by the system.
200
Example_1
{"result": "success"}
{"properties": {"result": {"type": "string"}}, "type": "object"}
596773ede4b06a310abfc928/59897742e4b0b28ab0e60ce7/0/0
Temp Mail
Temporary Disposable E-mail fast and easy API - is a service that allows to receive email at a temporary address that self-destructed after a certain time elapses. It is also known by names like: tempmail, 10minutemail, throwaway email, fake-mail or trash-mail.
9.8
Get one message
Get one message by id
200
New Example
{"_id": {"oid": "5fa28eecfbdef50035abc2f1"}, "createdAt": {"milliseconds": 1604488940180}, "mail_address_id": "5956985677bdbeaef38ad5ecf069832d", "mail_attachments": {"attachment": [{"_id": 0, "cid": "<unau7D6qiAqCmbGdNDd>", "filename": "test.png", "mimetype": "image/png", "size": 11449}]}, "mail_attachments_count": 1,...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"_id": {"type": "object", "properties": {"oid": {"type": "string"}}, "required": ["oid"]}, "createdAt": {"type": "object", "properties": {"milliseconds": {"type": "integer"}}, "required": ["milliseconds"]}, "mail_address_id": {"type": "strin...
596773ede4b06a310abfc928/1b991be1-e8b6-4ada-9bcf-63cf7b8433c2/0/0
Temp Mail
Temporary Disposable E-mail fast and easy API - is a service that allows to receive email at a temporary address that self-destructed after a certain time elapses. It is also known by names like: tempmail, 10minutemail, throwaway email, fake-mail or trash-mail.
9.8
Get one attachment
Get one message attachments by message id and attachment id from attachments list. Content response field encoded in base64 RFC 4648.
200
New Example
{"cid": "unau7D6qiAqCmbGdNDd", "content": "iVBORw0KGgoAAAANSUhEUgAAAMgAAABrCAYAAAAy0M3eAAAOJ3pUWHRSYXcgcHJvZmlsZSB0eXBlIGV4aWYAQikYJIJF8J/x+kPiAvojgBawAAAABJRU5ErkJggg==", "contentType": "image/png", "name": "test.png", "size": 11449}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"cid": {"type": "string"}, "content": {"type": "string"}, "contentType": {"type": "string"}, "name": {"type": "string"}, "size": {"type": "integer"}}, "required": ["cid", "content", "contentType", "name", "size"]}
596773ede4b06a310abfc928/480f6b32-72c6-43a1-835d-c7dc9241b573/0/0
Temp Mail
Temporary Disposable E-mail fast and easy API - is a service that allows to receive email at a temporary address that self-destructed after a certain time elapses. It is also known by names like: tempmail, 10minutemail, throwaway email, fake-mail or trash-mail.
9.8
Get message attachments
Get message attachments by message id. Content response field encoded in base64 RFC 4648.
200
New Example
[{"cid": "unau7D6qiAqCmbGdNDd", "content": "iVBORw0KGgoAAAANSUhEUgAAAMgAAABrCAYAAAAy0M3eAAAOJ3pUWHRSYXcgcHJvZkURCKRgkgkUhCJRCIFkUikIBKJFEQikYJIJF8J/x+kPiAvojgBawAAAABJRU5ErkJggg==", "content-type": "image/png", "name": "test.png", "size": 11449}, {"cid": "iuau7D6qiAqCmbGdNDd", "content": "iVBORw0KGgoAAAANSUhEUgAAAMgAAA...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"cid": {"type": "string"}, "content": {"type": "string"}, "content-type": {"type": "string"}, "name": {"type": "string"}, "size": {"type": "integer"}}, "required": ["cid", "content", "content-type", "name", "size"]...
596773ede4b06a310abfc928/5968bc48e4b06b6af1ff74cb/0/0
Temp Mail
Temporary Disposable E-mail fast and easy API - is a service that allows to receive email at a temporary address that self-destructed after a certain time elapses. It is also known by names like: tempmail, 10minutemail, throwaway email, fake-mail or trash-mail.
9.8
Domains list
Get domains list
200
Example_1
["@coreclip.com", "@vipepe.com", "@taphear.com"]
{"type": "array", "items": {"type": "string"}}
f96f0df4-558a-470e-970b-c66900702874/6e1e645a-2615-4ff6-aca0-84a09da8ce6b/0/0
Subdomain Scan
Enter a domain here and we'll check all subdomains and return it in a JSON format for you.
8.1
Get Subdomains
Enter a domain here and we'll check and return all subdomains in a JSON format for you.
200
Response
["ajith-messages.p.rapidapi.com", "amp.rapidapi.com", "api.rapidapi.com", "blog.rapidapi.com", "bravenewcoin.p.rapidapi.com", "bufferover-run-tls.p.rapidapi.com", "cadastral-situation-of-the-brazilian-cpf-numbers.p.rapidapi.com", "cdn.rapidapi.com", "community-open-weather-map.p.rapidapi.com", "coronavirus-monitor.p.ra...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}}
77d35dd2-8499-4fb3-8565-7047ad656990/ab65e10b-b5be-4d21-bf34-e60628dc231f/0/0
Slugger
Slugify your text with different languages
null
Create slug
Endpoint creates slug from provided text. API has ability to provide different slugs for different languages as example: English: This & that -> this-and-that German: Das & Der -> das-und-der Slugs are url friendly can be used: * websites in order to get better SEO, * databases
200
New Example
{"language": "de", "slug": "das-und-der", "text": "das & der"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"language": {"type": "string"}, "slug": {"type": "string"}, "text": {"type": "string"}}, "required": ["language", "slug", "text"]}
8c84f116-cf84-42c5-bd03-4f81e3ec8ea0/fdd86e76-587a-438a-8ed6-c97647fdf356/0/0
YouTube mp3 Download (Highest Quality)
Download YouTube video or YT music in highest mp3 audio quality. Best audio quality: 320Kbps, 128Kbps, 192Kbps, 256Kbps & 64Kbps. (No ads, no wild redirects, only mp3 files) Updated: 31 May 2023. (Now supports Youtu.be links)
9.2
Download YouTube to Mp3
Get download links in: 320Kbps, 256Kbps, 192, 128 & 64Kbps. (Specify the quality in the field)
200
New Example
{"title": "Official\u9aed\u7537dism - Subtitle [Official Video]", "link": "https://ytmp3.savevids.net/dl?hash=b8lvaRtNHfnupuMzFe%2BLmCHkxxNjQ4%2BT0DUfbikjBupjH3n22e7GgiW0JzRqYOvDaneimgWZW0H%2B1nCRpFp7Lzc2BfhV7urx6VDKSO6ru1CtkMUsFXbA59X66sm4ImBd8qi03w4fPVzLr95Sf3XqlV0rcZ%2BtNJ8kVsBFSAgA2In0JeBIYMAU8wR6kNFfTc1FlXU69Ev4cE...
{"type": "object", "properties": {"320kbps": {"type": "string"}, "256kbps": {"type": "string"}, "192kbps": {"type": "string"}, "128kbps": {"type": "string"}, "64kbps": {"type": "string"}}}
9a2ae091-b7be-4deb-a1f2-342ed5418cda/86c24687-cb3b-4450-b8db-0bc272dfa436/0/0
GetCountryByIP
Provide an IP address, get the country back
null
Get Country by IP
Provide an IP address, get back the two-letter ISO country code, the country name and whether or not the country is part of the European Union
200
New Example
{"code": 200, "data": [{"code": "US", "name": "United States", "isEuropeanUnion": false}], "time": "2021-10-06 18:39:25.528156", "uuid": "22381aad-6008-442e-a0fd-3aadd67b3a15"}
{"type": "object", "properties": {"code": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "isEuropeanUnion": {"type": "boolean"}}}}, "time": {"type": "string"}, "uuid": {"type": "string"}}}
0c2b22f7-1aa6-4b07-be62-2e5c20526bf8/f7115cbd-89ed-4e26-bffe-27f4d78eb6c9/0/0
Proxy Checker
An easy tool to test proxy whether it's online, anonymous, is it HTTP, HTTPS or both, to get proxy performance timings.
8.2
Retrieve Proxy Information
For retrieving a proxy test result, you should make a request to this endpoint.
200
Proxy check is pending
{"data": {"user_request_id": "6416ab3d3c01efbe45e97675", "proxy_address": "64.225.8.100:9996", "callback_url": "https://myservice.app/callback", "callback_state": "NotProcessed", "testing_status": false, "updated_at": 1679205406644, "created_at": 1679205406644}}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"user_request_id": {"type": "string"}, "proxy_address": {"type": "string"}, "callback_url": {"type": "string"}, "callback_state": {"type": "string", "enum": ["Missing", "NotProcessed", "Success", "Failed"]}, "testing_status": {"type": "boolean"...
0c2b22f7-1aa6-4b07-be62-2e5c20526bf8/f7115cbd-89ed-4e26-bffe-27f4d78eb6c9/0/1
Proxy Checker
An easy tool to test proxy whether it's online, anonymous, is it HTTP, HTTPS or both, to get proxy performance timings.
8.2
Retrieve Proxy Information
For retrieving a proxy test result, you should make a request to this endpoint.
200
Callback not processed
{"data": {"user_request_id": "6416ab3d3c01efbe45e97675", "proxy_address": "64.225.8.100:9996", "callback_url": "https://myservice.app/callback", "callback_state": "NotProcessed", "testing_status": true, "test_result": {"is_online": true, "is_http_anonymous": false, "is_https_anonymous": true, "is_http_proxy": true, "is...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"user_request_id": {"type": "string"}, "proxy_address": {"type": "string"}, "callback_url": {"type": "string"}, "callback_state": {"type": "string", "enum": ["Missing", "NotProcessed", "Success", "Failed"]}, "testing_status": {"type": "boolean"...
0c2b22f7-1aa6-4b07-be62-2e5c20526bf8/f7115cbd-89ed-4e26-bffe-27f4d78eb6c9/0/2
Proxy Checker
An easy tool to test proxy whether it's online, anonymous, is it HTTP, HTTPS or both, to get proxy performance timings.
8.2
Retrieve Proxy Information
For retrieving a proxy test result, you should make a request to this endpoint.
200
Callback successfully processed
{"data": {"user_request_id": "6416ab3d3c01efbe45e97675", "proxy_address": "64.225.8.100:9996", "callback_url": "https://myservice.app/callback", "callback_state": "Success", "testing_status": true, "test_result": {"is_online": true, "is_http_anonymous": false, "is_https_anonymous": true, "is_http_proxy": true, "is_http...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"user_request_id": {"type": "string"}, "proxy_address": {"type": "string"}, "callback_url": {"type": "string"}, "callback_state": {"type": "string", "enum": ["Missing", "NotProcessed", "Success", "Failed"]}, "testing_status": {"type": "boolean"...
0c2b22f7-1aa6-4b07-be62-2e5c20526bf8/f7115cbd-89ed-4e26-bffe-27f4d78eb6c9/0/3
Proxy Checker
An easy tool to test proxy whether it's online, anonymous, is it HTTP, HTTPS or both, to get proxy performance timings.
8.2
Retrieve Proxy Information
For retrieving a proxy test result, you should make a request to this endpoint.
200
Callback failed
{"data": {"user_request_id": "6416ab3d3c01efbe45e97675", "proxy_address": "64.225.8.100:9996", "callback_url": "https://myservice.app/callback", "callback_state": "Failed", "testing_status": true, "test_result": {"is_online": true, "is_http_anonymous": false, "is_https_anonymous": true, "is_http_proxy": true, "is_https...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"user_request_id": {"type": "string"}, "proxy_address": {"type": "string"}, "callback_url": {"type": "string"}, "callback_state": {"type": "string", "enum": ["Missing", "NotProcessed", "Success", "Failed"]}, "testing_status": {"type": "boolean"...
0c2b22f7-1aa6-4b07-be62-2e5c20526bf8/f7115cbd-89ed-4e26-bffe-27f4d78eb6c9/0/4
Proxy Checker
An easy tool to test proxy whether it's online, anonymous, is it HTTP, HTTPS or both, to get proxy performance timings.
8.2
Retrieve Proxy Information
For retrieving a proxy test result, you should make a request to this endpoint.
200
Callback missing
{"data": {"user_request_id": "6416ab3d3c01efbe45e97675", "proxy_address": "64.225.8.100:9996", "callback_state": "Missing", "testing_status": true, "test_result": {"is_online": true, "is_http_anonymous": false, "is_https_anonymous": true, "is_http_proxy": true, "is_https_proxy": true, "is_altering_http": false, "is_alt...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"user_request_id": {"type": "string"}, "proxy_address": {"type": "string"}, "callback_url": {"type": "string"}, "callback_state": {"type": "string", "enum": ["Missing", "NotProcessed", "Success", "Failed"]}, "testing_status": {"type": "boolean"...
0c2b22f7-1aa6-4b07-be62-2e5c20526bf8/f7115cbd-89ed-4e26-bffe-27f4d78eb6c9/1/0
Proxy Checker
An easy tool to test proxy whether it's online, anonymous, is it HTTP, HTTPS or both, to get proxy performance timings.
8.2
Retrieve Proxy Information
For retrieving a proxy test result, you should make a request to this endpoint.
500
New Example
{"error": "internal error"}
{"type": "object", "properties": {"error": {"type": "string"}}}
0c2b22f7-1aa6-4b07-be62-2e5c20526bf8/f7115cbd-89ed-4e26-bffe-27f4d78eb6c9/3/0
Proxy Checker
An easy tool to test proxy whether it's online, anonymous, is it HTTP, HTTPS or both, to get proxy performance timings.
8.2
Retrieve Proxy Information
For retrieving a proxy test result, you should make a request to this endpoint.
400
Bad Request
{"error": "user request id: missing required fields"}
{"type": "object", "properties": {"error": {"type": "string"}}}
0c2b22f7-1aa6-4b07-be62-2e5c20526bf8/da39f620-8bb4-47a0-998e-540ca5143ce7/0/0
Proxy Checker
An easy tool to test proxy whether it's online, anonymous, is it HTTP, HTTPS or both, to get proxy performance timings.
8.2
Queue Proxy For Checking
To check a proxy, first you have to submit it via this endpoint
200
Success
{"data": {"user_request_id": "6416ab3d3c01efbe45e97675"}}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"user_request_id": {"type": "string"}}}}}
0c2b22f7-1aa6-4b07-be62-2e5c20526bf8/da39f620-8bb4-47a0-998e-540ca5143ce7/1/0
Proxy Checker
An easy tool to test proxy whether it's online, anonymous, is it HTTP, HTTPS or both, to get proxy performance timings.
8.2
Queue Proxy For Checking
To check a proxy, first you have to submit it via this endpoint
500
Internal Server Error
{"error": "internal error"}
{"type": "object", "properties": {"error": {"type": "string"}}}
0c2b22f7-1aa6-4b07-be62-2e5c20526bf8/da39f620-8bb4-47a0-998e-540ca5143ce7/3/0
Proxy Checker
An easy tool to test proxy whether it's online, anonymous, is it HTTP, HTTPS or both, to get proxy performance timings.
8.2
Queue Proxy For Checking
To check a proxy, first you have to submit it via this endpoint
400
Bad Request
{"error": "proxy_host_port: missing required fields"}
{"type": "object", "properties": {"error": {"type": "string"}}}
b53f7dbc-2aa7-4f15-83cd-e9d98085d973/9ce518c2-52b3-4d1e-9236-9e9688826163/0/0
SSL Certificate Checker
This API returns full information about SSL certificate used by a host.
8.2
/ssl-certificate-checker/check
Check the validity of an SSL certificate, returns certificate information.
200
New Example
{"subject": {"CN": "*.google.com"}, "issuer": {"C": "US", "O": "Google Trust Services LLC", "CN": "GTS CA 1C3"}, "validFrom": "2022-05-25T09:08:59.000Z", "validTo": "2022-08-17T09:08:58.000Z", "expiresInDays": 66, "fingerprint": "95:39:EF:6C:90: ...", "fingerprint256": "40:5F:17:05: ...", "serialNumber": "4266900BD75D9...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"subject": {"type": "object", "properties": {"CN": {"type": "string"}}, "required": ["CN"]}, "issuer": {"type": "object", "properties": {"C": {"type": "string"}, "O": {"type": "string"}, "CN": {"type": "string"}}, "required": ["C", "CN", "O"...
b53f7dbc-2aa7-4f15-83cd-e9d98085d973/ed24560c-4ad6-4111-85d2-761eb4e8901d/0/0
SSL Certificate Checker
This API returns full information about SSL certificate used by a host.
8.2
/ssl-certificate-checker/health
Return the health status of the API. Returns current UTC time.
200
New Example
{"time": "2022-06-05T02:09:10.049132"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"time": {"type": "string"}}, "required": ["time"]}
a8edbc50-316e-41d4-a7f4-3f08838a74bd/56329381-841b-4080-8ab9-86778ab678fd/0/0
CORS Proxy
🚀 Solve CORS errors effortlessly! CORS Proxy: Your ultimate tool for seamless cross-origin resource sharing in frontend development
9
index__get
Welcome to CORS Proxy
200
null
{"detail": "Please hit any of the following end point with POST Method", "Version1": "/v1"}
{"title": "IndexResponseModel", "type": "object", "properties": {"detail": {"title": "Detail", "type": "string", "default": "Please hit any of the following end point with POST Method"}, "Version1": {"title": "Version1", "type": "string", "default": "/v1"}}}
a8edbc50-316e-41d4-a7f4-3f08838a74bd/a776a70b-591b-46dd-b415-6d28150f25d1/0/0
CORS Proxy
🚀 Solve CORS errors effortlessly! CORS Proxy: Your ultimate tool for seamless cross-origin resource sharing in frontend development
9
version1_v1_post
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": "inte...
a8edbc50-316e-41d4-a7f4-3f08838a74bd/a776a70b-591b-46dd-b415-6d28150f25d1/1/0
CORS Proxy
🚀 Solve CORS errors effortlessly! CORS Proxy: Your ultimate tool for seamless cross-origin resource sharing in frontend development
9
version1_v1_post
200
null
{"status_code": 0}
{"title": "V1ResponseModel", "type": "object", "properties": {"status_code": {"title": "Status Code", "type": "integer", "default": 200}, "payload": {"title": "Payload"}, "text": {"title": "Text"}}}
65f87ace-c0ce-4a24-8380-52c71ca858a2/c34acf38-374a-4250-afda-080deed7ed40/0/0
Srtn.me URL Shortener
Shorten URLs using the srtn.me service
null
ShortenURL
Submit a URL and get a shortened URL returned.
200
Response
{"url": "https://srtn.me/yg47yv"}
{"type": "object", "properties": {"url": {"type": "string", "description": "", "default": "https://srtn.me/6vw9xv"}}}
c9014453-86bb-46f1-b986-ead1e172ee3d/e45dd2c3-3789-4417-8d8b-edae01287ccd/0/0
Read QR Codes
The QR code reader from URL API is a service that enables you to extract information from QR codes by providing the URL of the image containing the QR code. It automates the process of decoding QR codes and retrieving the encoded data, eliminating the need for manual scanning. The API returns the extracted information ...
null
Read QR Codes
Read/decode QR code from the image
200
New Example
[{"label": "qr_text", "type": "field", "xmin": 1249, "ymin": 12, "xmax": 1305, "ymax": 69, "score": 0.99, "ocr_text": "https://qrco.de/bcPN6R"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "type": {"type": "string"}, "xmin": {"type": "integer"}, "ymin": {"type": "integer"}, "xmax": {"type": "integer"}, "ymax": {"type": "integer"}, "score": {"type": "number"}, "ocr_text": ...
18c8c585-f8f8-4bb1-b4b8-95d0b35cd66b/e5846dab-45bd-4433-9a82-9325c1fe8b23/0/0
Ip Score
Get ip geolocation, fraud, rating
6.1
/api/terms_of_use
200
null
{"0": {"id": "1", "title_en": "User Agreement", "text_en": "The user is obliged to comply with the terms of this user agreement.", "title_ru": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0435 \u0441\u043e\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u0435", "text_ru": "\u04...
{"type": "object", "properties": {"0": {"type": "object", "properties": {"id": {"type": "string"}, "title_en": {"type": "string"}, "text_en": {"type": "string"}, "title_ru": {"type": "string"}, "text_ru": {"type": "string"}}}, "1": {"type": "object", "properties": {"id": {"type": "string"}, "title_en": {"type": "string...
18c8c585-f8f8-4bb1-b4b8-95d0b35cd66b/eadf8e58-6c2c-4464-8042-b93ce06cf416/0/0
Ip Score
Get ip geolocation, fraud, rating
6.1
/api/get_account_details
200
null
{"data": {"username": "jumper25", "reg_date": "2021-12-28 05:01:01", "user_id": "7"}, "telegram_data": {"telegram_user_id": "432621905", "nickname": "Michael Jordan", "username": "Jumper25"}, "google_data": {"google_id": "103696460633489883391", "email": "den.volodin87@gmail.com", "picture": "https://lh3.googleusercont...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"username": {"type": "string"}, "reg_date": {"type": "string"}, "user_id": {"type": "string"}}}, "telegram_data": {"type": "object", "properties": {"telegram_user_id": {"type": "string"}, "nickname": {"type": "string"}, "username": {"type": "st...
18c8c585-f8f8-4bb1-b4b8-95d0b35cd66b/5edb61bf-ffd4-4347-a3b3-5077926b8e26/0/0
Ip Score
Get ip geolocation, fraud, rating
6.1
/api/ip
Get current ip address
200
null
{"ip": "2a06:98c0:3600::103"}
{"type": "object", "properties": {"ip": {"type": "string"}}}
18c8c585-f8f8-4bb1-b4b8-95d0b35cd66b/4a2e2879-dfa1-44ae-ab76-24ef7fe83a5e/0/0
Ip Score
Get ip geolocation, fraud, rating
6.1
/api/privacy_policy
200
null
{"0": {"id": "1", "title_en": "Information Collection", "text_en": "We collect information when a user registers on our site, logs into their account, makes an order, participates in contests or surveys, fills out a form, or logs out. The collected information includes the user's name, email address, phone number, and/...
{"type": "object", "properties": {"0": {"type": "object", "properties": {"id": {"type": "string"}, "title_en": {"type": "string"}, "text_en": {"type": "string"}, "title_ru": {"type": "string"}, "text_ru": {"type": "string"}}}, "1": {"type": "object", "properties": {"id": {"type": "string"}, "title_en": {"type": "string...
18c8c585-f8f8-4bb1-b4b8-95d0b35cd66b/6b8a3623-5fb2-47d2-9119-b62a4ba72c87/0/0
Ip Score
Get ip geolocation, fraud, rating
6.1
/api/get_requests_left
200
null
{"requests_left": 1026}
{"type": "object", "properties": {"requests_left": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}}
18c8c585-f8f8-4bb1-b4b8-95d0b35cd66b/bec7a980-262d-44a1-9d39-27285d1dbd3f/0/0
Ip Score
Get ip geolocation, fraud, rating
6.1
/api/get_subscriptions
200
null
{"0": {"product_name_en": "Advanced", "requests_left": "612", "date_start": "2021-12-03", "date_end": "2023-12-03"}}
{"type": "object", "properties": {"0": {"type": "object", "properties": {"product_name_en": {"type": "string"}, "requests_left": {"type": "string"}, "date_start": {"type": "string"}, "date_end": {"type": "string"}}}}}
18c8c585-f8f8-4bb1-b4b8-95d0b35cd66b/a48a392d-964f-4a2d-838d-891462c7a8c5/0/0
Ip Score
Get ip geolocation, fraud, rating
6.1
/api/get_balance
200
null
{"balance": 0}
{"type": "object", "properties": {"balance": {"type": "number"}}}
683ab388-e7d3-4cf2-af52-50169f78e6a8/2c4ec06a-f756-4bcf-92ac-789ec0f148ca/0/0
Scheduler.Rest
Schedule REST webhooks at a given time or specified delay interval
null
Create Scheduled/Delayed Webhook
Create a webhook that will be called at a scheduled time or delayed by a specified interval. Headers and body may be specified for webhook.
400
Invalid Request
{"message": "Invalid scheduledTime: Minimum delay 5 seconds"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}
683ab388-e7d3-4cf2-af52-50169f78e6a8/2c4ec06a-f756-4bcf-92ac-789ec0f148ca/1/0
Scheduler.Rest
Schedule REST webhooks at a given time or specified delay interval
null
Create Scheduled/Delayed Webhook
Create a webhook that will be called at a scheduled time or delayed by a specified interval. Headers and body may be specified for webhook.
200
Successful Request
{"webhookId": "05751015-6ef3-4c2d-b491-0d485a733053"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"webhookId": {"type": "string"}}, "required": ["webhookId"]}
683ab388-e7d3-4cf2-af52-50169f78e6a8/1920d42b-c29a-4431-9742-975148e8a942/0/0
Scheduler.Rest
Schedule REST webhooks at a given time or specified delay interval
null
Webhook Details
Get details about specified webhook including invocation details.
200
Successful Webhook Details
{"executionAttempts": [{"executionTime": "2020-08-04T02:42:58.965Z", "responseCode": 200}], "id": "e311e0b1-c019-40d7-b488-582c28ebfe01", "payload": {"body": {"bodyKey": "bodyValue"}, "headers": {"headerKey": "headerValue"}, "method": "POST", "url": "https://yourdomain.tld"}, "schedule": {"delaySeconds": 10}, "webhookS...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"executionAttempts": {"type": "array", "items": {"type": "object", "properties": {"executionTime": {"type": "string"}, "responseCode": {"type": "integer"}}, "required": ["executionTime", "responseCode"]}}, "id": {"type": "string"}, "payload"...
683ab388-e7d3-4cf2-af52-50169f78e6a8/1920d42b-c29a-4431-9742-975148e8a942/0/1
Scheduler.Rest
Schedule REST webhooks at a given time or specified delay interval
null
Webhook Details
Get details about specified webhook including invocation details.
200
Unsuccessful Webhook Details
{"executionAttempts": [{"executionTime": "2020-08-03T21:53:45.711Z", "failureReason": "NON_2XX_RESPONSE_CODE", "responseCode": 500}, {"executionTime": "2020-08-03T21:53:47.849Z", "failureReason": "NON_2XX_RESPONSE_CODE", "responseCode": 500}, {"executionTime": "2020-08-03T21:53:51.548Z", "failureReason": "NON_2XX_RESPO...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"executionAttempts": {"type": "array", "items": {"type": "object", "properties": {"executionTime": {"type": "string"}, "failureReason": {"type": "string"}, "responseCode": {"type": "integer"}}, "required": ["executionTime", "failureReason", ...
9a348d04-6f44-4c7e-92d9-c913191e195e/d29bdda8-bacf-4935-9180-03cd44c39cdb/0/0
ProfaneDetector
Straightforward, ML-based, adjustable, and fast API that tells you if a text contains profanity.
7.1
Generate setup_uid
Handy endpoint that generates unique setup_uid based on setup_name and setup_secret_key parameters. It might be useful, if you want to have your unique setup_uid and you want to use popular names in your code. You can store pair of setup_name and setup_secret_key in your ENV, and convert it in setup_uid. We don't s...
400
New Example
{"message": "Missing required request parameters: [setup_secret_key, setup_name]"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}
9a348d04-6f44-4c7e-92d9-c913191e195e/d29bdda8-bacf-4935-9180-03cd44c39cdb/1/0
ProfaneDetector
Straightforward, ML-based, adjustable, and fast API that tells you if a text contains profanity.
7.1
Generate setup_uid
Handy endpoint that generates unique setup_uid based on setup_name and setup_secret_key parameters. It might be useful, if you want to have your unique setup_uid and you want to use popular names in your code. You can store pair of setup_name and setup_secret_key in your ENV, and convert it in setup_uid. We don't s...
200
Response
{"setup_uid": "bb8aefd08c79aa2aa00ad8188b1a7c4dfbbef267e07e8800a445e30d1eeabbde"}
{"$schema": "http://json-schema.org/draft-04/schema#", "title": "Error Schema", "type": "object", "properties": {"setup_uid": {"type": "string"}}}
9a348d04-6f44-4c7e-92d9-c913191e195e/fc9e8f3d-4088-4e87-99c1-f0919c2a1be9/0/0
ProfaneDetector
Straightforward, ML-based, adjustable, and fast API that tells you if a text contains profanity.
7.1
Check the text
You send the text to the API, and it tells you if there is profane in that text. As simple as that. You can use it as it is (the default black/white lists will be used) or you can use your own setup, and only your black/white lists will be used.
400
New Example
{"errorMessage": ""}
{"type": "object", "properties": {"errorMessage": {"type": "string"}}}
9a348d04-6f44-4c7e-92d9-c913191e195e/fc9e8f3d-4088-4e87-99c1-f0919c2a1be9/1/0
ProfaneDetector
Straightforward, ML-based, adjustable, and fast API that tells you if a text contains profanity.
7.1
Check the text
You send the text to the API, and it tells you if there is profane in that text. As simple as that. You can use it as it is (the default black/white lists will be used) or you can use your own setup, and only your black/white lists will be used.
200
New Example
{"has_profane": false}
{"$schema": "http://json-schema.org/draft-04/schema#", "title": "Success Schema", "type": "object", "properties": {"has_profane": {"type": "boolean"}}}