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 |
|---|---|---|---|---|---|---|---|---|---|
2efa5e81-fa96-4038-9b9c-9dcbbd6b9c97/f61f6147-0fa3-43af-b6f0-fbba81db7ef3/0/0 | C Code Compiler | C Code Compiler API | 8.1 | C Code Compiler | C Code Compiler | 200 | Response | {"cpuTime": "0.00", "memory": "1376", "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"]} |
017f98f1-f1fe-49f1-b2c4-baaf316dfa66/4e7a9345-2e05-42c5-8357-cc0dbb8c27b8/0/0 | YouTube MP3 | Convert Youtube Videos to MP3 | 9.9 | Get MP3 | Convert to MP3 at the default bit rate.
Quota cost will apply according to the length of the mp3 file. | 200 | Response | {"link": "https://cdn02.ytjar.xyz/get.php/6/29/UxxajLWwzqY.mp3?h=JHV8tm8x78TScrDLmcUiIA&s=1633873888&n=Icona-Pop-I-Love-It-feat-Charli-XCX-OFFICIAL-VIDEO", "title": "Icona Pop - I Love It (feat. Charli XCX) [OFFICIAL VIDEO]", "progress": 0, "duration": 180.062, "status": "ok", "msg": "success"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"link": {"type": "string"}, "title": {"type": "string"}, "progress": {"type": "integer"}, "duration": {"type": "number"}, "status": {"type": "string"}, "msg": {"type": "string"}}, "required": ["duration", "link", "msg", "progress", "status",... |
53aa6086e4b0f2c975471665/53aa6088e4b051a76d241c6b/0/0 | Full-Text RSS | Full-Text RSS can extract article content from a web page and transform partial web feeds into full-text feeds.
Get results in RSS or JSON.
You can use our hosted service via RapidAPI (test for free) and you can also visit our site to buy our self-hosted version. | 9.6 | Extract Article | Extract article from a web page. Outputs JSON containing the full content extracted from the input URL or the input HTML. | 200 | Example_1 | {"title": "De-Americanizing the World", "excerpt": "During the latest episode of the Washington farce that has astonished a bemused world, a Chinese commentator wrote that if the United States cannot be a responsible member of the world system, perhaps the world should become \"de-Americanized\" -- and separate itself ... | {"type": "object", "properties": {"title": {"type": "string"}, "excerpt": {"type": "string"}, "date": {"type": "null"}, "author": {"type": "string"}, "language": {"type": "string"}, "url": {"type": "string"}, "effective_url": {"type": "string"}, "content": {"type": "string"}}} |
82937f13-4d1e-478d-a771-7fe383e82f3b/545bcbf4-8fbf-486c-a3c4-313b24d72636/0/0 | Blog Post Generator API - SEO Optimised with keywords | Use this API to generate SEO optimised Blog Posts for your application.
Our API uses your generation values to create an SEO optimised blog post that you can embed into any use case you desire. All responses will return keywords you can also embed into your use case to increase domain authority and SEO optimisation.
O... | 7.4 | Generate blog post | Generates an SEO optimized blog post JSON structure response containing:
title (the title of the generated blog post)
blog_post (the content of the blog post)
keywords (SEO keywords you can use to increase domain authority for your website)
| 200 | Blog post generated response | {"blog_post": "Laughter is the best medicine, and what better way to get your daily dose than with some of the funniest comedy sketches around? From classic Monty Python to modern day Saturday Night Live, there are plenty of hilarious sketches to choose from. Whether you\u2019re looking for a good laugh or just want to... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"blog_post": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}}, "required": ["blog_post", "keywords", "title"]} |
5631cc25e4b05150636c567f/5bb3115ee4b01c1322c6e866/0/0 | MailboxValidator Single Validation | The Single Validation API does validation on a single email address, disposable email/free email provider and returns all the validation results in either JSON or XML format. | 5.2 | MailboxValidator Free Email Checker API | The Free Email API checks if a single email address is from a free email provider and returns the results in either JSON or XML format. | 200 | New Example | {"credits_available": 3, "email_address": "hello@thisisjustatesting.com", "error_code": "", "error_message": "", "is_free": "False", "response": "OK"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"credits_available": {"type": "integer"}, "email_address": {"type": "string"}, "error_code": {"type": "string"}, "error_message": {"type": "string"}, "is_free": {"type": "string"}, "response": {"type": "string"}}, "required": ["credits_avail... |
5631cc25e4b05150636c567f/5631cc86e4b0ea3deef47381/0/0 | MailboxValidator Single Validation | The Single Validation API does validation on a single email address, disposable email/free email provider and returns all the validation results in either JSON or XML format. | 5.2 | MailboxValidator Single Validation | The Single Validation API does validation on a single email address and returns all the validation results in either JSON or XML format. | 200 | Example_1 | {"credits_available": 3, "domain": "thisisjustatesting.com", "email_address": "hello@thisisjustatesting.com", "error_code": "", "error_message": "", "is_catchall": "False", "is_disposable": "False", "is_domain": "False", "is_free": "False", "is_greylisted": "-", "is_high_risk": "False", "is_role": "False", "is_server_d... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"credits_available": {"type": "integer"}, "domain": {"type": "string"}, "email_address": {"type": "string"}, "error_code": {"type": "string"}, "error_message": {"type": "string"}, "is_catchall": {"type": "string"}, "is_disposable": {"type": ... |
5631cc25e4b05150636c567f/5bb30fa1e4b005bfb67b692b/0/0 | MailboxValidator Single Validation | The Single Validation API does validation on a single email address, disposable email/free email provider and returns all the validation results in either JSON or XML format. | 5.2 | MailboxValidator Disposable Email Checker API | The Disposable Email API checks if a single email address is from a disposable email provider and returns the results in either JSON or XML format. | 200 | New Example | {"credits_available": 3, "email_address": "hello@thisisjustatesting.com", "error_code": "", "error_message": "", "is_disposable": "False"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"credits_available": {"type": "integer"}, "email_address": {"type": "string"}, "error_code": {"type": "string"}, "error_message": {"type": "string"}, "is_disposable": {"type": "string"}}, "required": ["credits_available", "email_address", "e... |
3c4a8454-63e3-484f-a1e3-ab34728b4061/0b18829d-9405-4c45-b35c-dfcdc14afb72/0/0 | Whois | A 100% free and easy to use API for WHOIS Lookup | 9.7 | whois | Use this endpoint for fetch whois data | 200 | Response | {"domainName": "google.com", "registryDomainId": "2138514_DOMAIN_COM-VRSN", "registrarWhoisServer": "whois.markmonitor.com", "registrarUrl": "http://www.markmonitor.com", "updatedDate": "2019-09-09T15:39:04+0000", "creationDate": "1997-09-15T07:00:00+0000", "registrarRegistrationExpirationDate": "2028-09-13T07:00:00+00... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"domainName": {"type": "string"}, "registryDomainId": {"type": "string"}, "registrarWhoisServer": {"type": "string"}, "registrarUrl": {"type": "string"}, "updatedDate": {"type": "string"}, "creationDate": {"type": "string"}, "registrarRegist... |
dbd3b06a-e184-47de-a6e5-16c772f64116/49bf6c3d-6f76-4d83-bcf3-a38520623e6a/0/0 | 🔴 AFFILIATE URL CLEANER 🔴 Daddy | The "Affiliate URL Cleaner API" is a web service that removes affiliate parameters and other tracking information from product or service URLs. This API takes a URL as an input and returns a "clean" URL that does not contain any affiliate or tracking parameters. | 7.6 | Clean | The main endpoint of the AFFILIATE REMOVE API is a URL cleaning function that removes affiliate parameters and tracking information from a given URL, returning a clean version of the original URL. | 200 | Response | {"response": "https://rapidapi.com"} | {"type": "object", "properties": {"response": {"type": "string"}}} |
a03a7377-af47-4f07-8377-97f7e7fdab64/cdfbf46d-ee9f-4319-b0e7-d888f6989a85/0/0 | Fonfon | https://fonfon.xyz Effortlessly capture, verify, and identify phone numbers within your applications. | 6.6 | GET phone number details | Pass a phone number with a country calling code to retrieve details. For numbers known to be in the North American dialing plan set NA hint to true. The NA hint will assume a country code of '1' and attempt an NA match before matching to any other country. | 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... |
a03a7377-af47-4f07-8377-97f7e7fdab64/cdfbf46d-ee9f-4319-b0e7-d888f6989a85/1/0 | Fonfon | https://fonfon.xyz Effortlessly capture, verify, and identify phone numbers within your applications. | 6.6 | GET phone number details | Pass a phone number with a country calling code to retrieve details. For numbers known to be in the North American dialing plan set NA hint to true. The NA hint will assume a country code of '1' and attempt an NA match before matching to any other country. | 200 | Example_1 | {"success": false, "message": "", "raw_phone": "", "phone": "", "e164": "", "country_calling_code_data": [{"alpha2": "", "alpha3": "", "name": "", "calling_code": "", "rank": 999}], "na_data": {"npa": "", "nxx": "", "npanxx": "", "type": "", "company": "", "rate_center": "", "in_service": "", "time_zone": "", "state": ... | {"title": "PhoneResponse", "type": "object", "properties": {"success": {"title": "Success", "type": "boolean", "default": false}, "message": {"title": "Message", "type": "string", "default": ""}, "raw_phone": {"title": "Raw Phone", "type": "string"}, "phone": {"title": "Phone", "type": "string"}, "e164": {"title": "E16... |
a03a7377-af47-4f07-8377-97f7e7fdab64/5011bc9f-821c-4f42-bf52-6e89d4544a8f/0/0 | Fonfon | https://fonfon.xyz Effortlessly capture, verify, and identify phone numbers within your applications. | 6.6 | GET country calling codes | Retrieve a list of country calling codes along with country name and ISO alpha2 and alpha3 codes. | 200 | Example_1 | [{"calling_code": "", "name": "", "alpha2": "", "alpha3": ""}] | {"title": "Response Get Country Calling Codes V1 Country Calling Codes Get", "type": "array", "items": {"title": "DialingCountryCodeResponse", "type": "object", "properties": {"calling_code": {"title": "Calling Code", "type": "string", "default": ""}, "name": {"title": "Name", "type": "string", "default": ""}, "alpha2"... |
a03a7377-af47-4f07-8377-97f7e7fdab64/5011bc9f-821c-4f42-bf52-6e89d4544a8f/1/0 | Fonfon | https://fonfon.xyz Effortlessly capture, verify, and identify phone numbers within your applications. | 6.6 | GET country calling codes | Retrieve a list of country calling codes along with country name and ISO alpha2 and alpha3 codes. | 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... |
487a438b-af97-4f56-847c-bf4a072b8f0f/b7261ec6-b05d-4dc3-a0ba-1c51e2aea356/0/0 | WHOIS Lookup Service | WHOIS Lookup retrieves detailed registration information for domain names, IP addresses, or autonomous system numbers (ASNs). With this API, you can programmatically access WHOIS data, enabling you to obtain valuable insights about domain ownership, registration dates, contact details, and more. | 8.6 | WHOIS ASN Lookup | Lookup WHOIS data by ASN Number | 200 | Success | {"status": "ok", "error": null, "data": {"ASNumber": "15193", "ASName": "KKWC-ASN1", "ASHandle": "AS15193", "RegDate": "2019-02-26", "Updated": "2019-02-26", "Ref": "https://rdap.arin.net/registry/autnum/15193", "organisation": {"OrgName": "Kleinberg, Kaplan, Wolff & Cohen, P.C.", "OrgId": "KKWCP-1", "Address": "551 5T... | {"type": "object", "properties": {"status": {"type": "string"}, "error": {"type": "null"}, "data": {"type": "object", "properties": {"ASNumber": {"type": "string"}, "ASName": {"type": "string"}, "ASHandle": {"type": "string"}, "RegDate": {"type": "string"}, "Updated": {"type": "string"}, "Ref": {"type": "string"}, "org... |
487a438b-af97-4f56-847c-bf4a072b8f0f/cb198e29-8153-4e00-af1b-30f76242f38b/0/0 | WHOIS Lookup Service | WHOIS Lookup retrieves detailed registration information for domain names, IP addresses, or autonomous system numbers (ASNs). With this API, you can programmatically access WHOIS data, enabling you to obtain valuable insights about domain ownership, registration dates, contact details, and more. | 8.6 | WHOIS IP Lookup | Lookup WHOIS data using the domain IP Address | 200 | New Example | {"status": "ok", "error": null, "data": {"range": "98.136.0.0 - 98.139.255.255", "route": "98.136.0.0/14", "NetName": "A-YAHOO-US9", "NetHandle": "NET-98-136-0-0-1", "Parent": "NET98 (NET-98-0-0-0-0)", "NetType": "Direct Allocation", "asn": "AS10310", "Organization": "Oath Holdings Inc. (OH-207)", "RegDate": "2007-12-0... | {"type": "object", "properties": {"status": {"type": "string"}, "error": {"type": "null"}, "data": {"type": "object", "properties": {"range": {"type": "string"}, "route": {"type": "string"}, "NetName": {"type": "string"}, "NetHandle": {"type": "string"}, "Parent": {"type": "string"}, "NetType": {"type": "string"}, "asn... |
487a438b-af97-4f56-847c-bf4a072b8f0f/23ea7d68-608a-475d-a820-1fec4931ffc7/0/0 | WHOIS Lookup Service | WHOIS Lookup retrieves detailed registration information for domain names, IP addresses, or autonomous system numbers (ASNs). With this API, you can programmatically access WHOIS data, enabling you to obtain valuable insights about domain ownership, registration dates, contact details, and more. | 8.6 | WHOIS Domain Lookup | Lookup WHOIS data by Domain Name | 200 | New Example | {"status": "ok", "error": null, "data": {"whois.verisign-grs.com": {"Domain Status": ["clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited", "clientTransferProhibited https://icann.org/epp#clientTransferProhibited", "clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited", "serverDeleteProh... | {"type": "object", "properties": {"status": {"type": "string"}, "error": {"type": "null"}, "data": {"type": "object", "properties": {"whois.verisign-grs.com": {"type": "object", "properties": {"Domain Status": {"type": "array", "items": {"type": "string"}}, "Name Server": {"type": "array", "items": {"type": "string"}},... |
fd2a204b-3ea8-40c9-915f-978f46e8bd59/cbe99649-0a2c-4a30-9ca2-e2bc4426d032/0/0 | Domain Validation | Verify that the domain name is correct and obtain the ip address
Get country city location based on domain name | 5.6 | Get country city location based on domain name | Get country city location based on domain name | 200 | Response | {"ip": "172.66.41.24", "anycast": true, "city": "San Francisco", "region": "California", "country": "US", "loc": "37.7621,-122.3971", "org": "AS13335 Cloudflare, Inc.", "postal": "94107", "timezone": "America/Los_Angeles", "readme": "https://ipinfo.io/missingauth"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ip": {"type": "string"}, "anycast": {"type": "boolean"}, "city": {"type": "string"}, "region": {"type": "string"}, "country": {"type": "string"}, "loc": {"type": "string"}, "org": {"type": "string"}, "postal": {"type": "string"}, "timezone"... |
fd2a204b-3ea8-40c9-915f-978f46e8bd59/0373ee7f-808d-418c-bd3c-a91dfb6649cf/0/0 | Domain Validation | Verify that the domain name is correct and obtain the ip address
Get country city location based on domain name | 5.6 | Domain name verification | Verify that the domain name is correct and obtain the ip address | 200 | Response | {"verify": true, "ip": "172.66.42.232"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"verify": {"type": "boolean"}, "ip": {"type": "string"}}, "required": ["ip", "verify"]} |
314ced8f-f80b-4186-8749-2aa185cdc838/e1367ae6-4bb3-4c35-87e3-6b0090e347b3/0/0 | Qr-code Generator | Api for Qr-code Generator | null | Get JSON Response | API Response with JSON Data | 200 | Response | {"text": "example.com", "url": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAB0CAYAAABUmhYnAAAAAklEQVR4AewaftIAAAK1SURBVO3BQW7kQAwEwSxC//9y7h55akDQaGwTjIj/scYo1ijFGqVYoxRrlGKNUqxRijVKsUYp1ijFGqVYoxRrlGKNUqxRijXKxUNJ+CaVLgmdSpeETuWOJHyTyhPFGqVYoxRrlIsPU/mkJJyodEnoVE6S0KmcqHxSEj6pWKMUa5RijXLxsiTcoXJHEjqVLglvSsIdKm... | {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}} |
314ced8f-f80b-4186-8749-2aa185cdc838/e1367ae6-4bb3-4c35-87e3-6b0090e347b3/1/0 | Qr-code Generator | Api for Qr-code Generator | null | Get JSON Response | API Response with JSON Data | 500 | Response | {"error": "Error generating QR code"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]} |
314ced8f-f80b-4186-8749-2aa185cdc838/9fc41aab-6f56-4db9-a57d-801527d4a159/1/0 | Qr-code Generator | Api for Qr-code Generator | null | Image Response | Image Reponse | 400 | Response | {"error": "Missing required parameter: text"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]} |
a0b1c88b-ca34-4201-ace0-247f24436e69/439474bd-3af9-46d8-9d33-e252273bf46a/0/0 | PDF To Excel | Convert PDF documents to Excel. convert out of the document as far as possible to maintain the original PDF format, to enhance the readability. | 7.1 | PDF To Excel | Support PDF format files
Upload a single file size of no more than 20M | 200 | Response | {"code": "200", "status": "SUCCESS", "date": "12/03/2023 06:03:07 PM", "result": "UEsDBBQAAAAAAGMQhFfFh+TW+gIAAPoCAAAQAAAAZG9jUHJvcHMvYXBwLnhtbDw/eG1sIHZlcnNpb249IjEuMCIgZW5jb2Rpbmc9IlVURi04IiBzdGFuZGFsb25lPSJ5ZXMiPz4NCjxQcm9wZXJ0aWVzIHhtbG5zPSJodHRwOi8vc2NoZW1hcy5vcGVueG1sZm9ybWF0cy5vcmcvb2ZmaWNlRG9jdW1lbnQvMjAwNi9leH... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "string"}, "status": {"type": "string"}, "date": {"type": "string"}, "result": {"type": "string"}}, "required": ["code", "date", "result", "status"]} |
f79b2cac-fa61-4249-b510-50f97e8ddaa0/9f770157-f516-4062-9e2d-8f5bd6500ba6/0/0 | Plus One | This tool allows you to perform an increment by one on your integer | null | get plus one | Get your integer, incremented by one | 200 | New Example | {"result": 16} | {"type": "object", "properties": {"result": {"type": "integer"}}} |
9fc7a1f4-addd-409f-9916-9a1e997f675c/4e9b2ac4-16c5-4fab-b076-47681a201412/0/0 | qrcode-supercharged | QR code builder, with full SVG & gradient support, logo rendering, and automated error check. GUI builder using this API: https://qrcode-builder.apiroad.net Each QR code is validated automatically on the server before final output, so you will never download broken QR code! | 8.3 | Generate QR code with external logo URL | Generate QR code with logo url specified in GET param. Very convenient for quick testing.
WARNING: RapidAPI preview is not working properly for binary API output! Use "Code snippets" to properly test the API. | 200 | New Example | {"binary": "file. Use code snippets because RapidAPI preview cannot render QR code image here properly!"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"binary": {"type": "string"}}, "required": ["binary"]} |
9c5d5785-b943-4f6e-a592-9249db6107e2/11126c64-e199-486b-89b8-de909df242bb/0/0 | Unit Converter | API to easily convert between different Units of Measure for many quantities. Measurements can be converted based on their full name (e.g. Millimeter) or their abbreviations (e.g. mm). The available quantities, units and abbreviations can be retrieved through the API as well. | null | Get abbreviations for quantity | Get the abbreviations of units of measure for a given quantity. | 200 | Response | ["au", "ua", "cm", "ch", "dm", "pica", "pt", "fathom", "ft", "'", "\u2032", "h", "hh", "hm", "in", "\"", "\u2033", "kly", "km", "kpc", "ly", "Mly", "Mpc", "m", "\u00b5in", "\u00b5m", "mil", "mi", "mm", "nm", "NM", "pc", "shackle", "R\u2299", "twip", "ftUS", "yd"] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}} |
9c5d5785-b943-4f6e-a592-9249db6107e2/a0764b38-7d03-4357-ae72-b360a97c35d8/0/0 | Unit Converter | API to easily convert between different Units of Measure for many quantities. Measurements can be converted based on their full name (e.g. Millimeter) or their abbreviations (e.g. mm). The available quantities, units and abbreviations can be retrieved through the API as well. | null | Convert | Use this endpoint to do the actual conversion. | 200 | Response | {"quantity": "Length", "from_unit": "Meter", "to_unit": "Millimeter", "value": 1.5, "result": 1500} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"quantity": {"type": "string"}, "from_unit": {"type": "string"}, "to_unit": {"type": "string"}, "value": {"type": "number"}, "result": {"type": "integer"}}, "required": ["from_unit", "quantity", "result", "to_unit", "value"]} |
9c5d5785-b943-4f6e-a592-9249db6107e2/7cc52bb0-31fa-413b-8ab4-676cda80bc66/0/0 | Unit Converter | API to easily convert between different Units of Measure for many quantities. Measurements can be converted based on their full name (e.g. Millimeter) or their abbreviations (e.g. mm). The available quantities, units and abbreviations can be retrieved through the API as well. | null | Get units for quantity | Get the full names of units of measure for a given quantity. | 200 | Response | ["AstronomicalUnit", "Centimeter", "Chain", "Decimeter", "DtpPica", "DtpPoint", "Fathom", "Foot", "Hand", "Hectometer", "Inch", "KilolightYear", "Kilometer", "Kiloparsec", "LightYear", "MegalightYear", "Megaparsec", "Meter", "Microinch", "Micrometer", "Mil", "Mile", "Millimeter", "Nanometer", "NauticalMile", "Parsec", ... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}} |
9c5d5785-b943-4f6e-a592-9249db6107e2/2d99112c-0357-4a1e-af26-e95444390fe7/0/0 | Unit Converter | API to easily convert between different Units of Measure for many quantities. Measurements can be converted based on their full name (e.g. Millimeter) or their abbreviations (e.g. mm). The available quantities, units and abbreviations can be retrieved through the API as well. | null | Get quantities | Get the list of available quantities. | 200 | Response | ["Acceleration", "AmountOfSubstance", "AmplitudeRatio", "Angle", "ApparentEnergy", "ApparentPower", "Area", "AreaDensity", "AreaMomentOfInertia", "BitRate", "BrakeSpecificFuelConsumption", "Capacitance", "CoefficientOfThermalExpansion", "Density", "Duration", "DynamicViscosity", "ElectricAdmittance", "ElectricCharge", ... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}} |
18018e73-f210-4326-a17b-7554877f44f6/7275f379-55a4-435a-a261-82109f6c5e08/0/0 | What is my public ip | Retrieve Public IP Address and User Agent Information | 6.4 | What is my public IP and user agent - DELETE | This method return your IP and user agent. | 200 | Example | {"ip": "24.50.191.255", "type": "v4", "device": {"os": "OS X", "source": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36", "platform": "Apple Mac", "userAgent": "Chrome"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ip": {"type": "string"}, "type": {"type": "string"}, "device": {"type": "object", "properties": {"os": {"type": "string"}, "source": {"type": "string"}, "platform": {"type": "string"}, "userAgent": {"type": "string"}}, "required": ["os", "p... |
18018e73-f210-4326-a17b-7554877f44f6/9666a776-4e88-4201-94e4-c9c6b0c58974/0/0 | What is my public ip | Retrieve Public IP Address and User Agent Information | 6.4 | What is my public IP and user agent - PUT | This method return your IP and user agent. | 200 | Example | {"ip": "24.50.191.255", "type": "v4", "device": {"os": "OS X", "source": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36", "platform": "Apple Mac", "userAgent": "Chrome"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ip": {"type": "string"}, "type": {"type": "string"}, "device": {"type": "object", "properties": {"os": {"type": "string"}, "source": {"type": "string"}, "platform": {"type": "string"}, "userAgent": {"type": "string"}}, "required": ["os", "p... |
18018e73-f210-4326-a17b-7554877f44f6/9f8348a3-f05a-4a0b-ac47-678b10073e23/0/0 | What is my public ip | Retrieve Public IP Address and User Agent Information | 6.4 | What is my public IP and user agent - POST | This method return your IP and user agent. | 200 | Example | {"ip": "24.50.191.255", "type": "v4", "device": {"os": "OS X", "source": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36", "platform": "Apple Mac", "userAgent": "Chrome"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ip": {"type": "string"}, "type": {"type": "string"}, "device": {"type": "object", "properties": {"os": {"type": "string"}, "source": {"type": "string"}, "platform": {"type": "string"}, "userAgent": {"type": "string"}}, "required": ["os", "p... |
18018e73-f210-4326-a17b-7554877f44f6/f8fc8302-4a43-4d7d-812b-ee5c0ac0a854/0/0 | What is my public ip | Retrieve Public IP Address and User Agent Information | 6.4 | What is my public IP and user agent - GET | This method return your IP and user agent. | 200 | Example | {"ip": "24.50.191.255", "type": "v4", "device": {"os": "OS X", "source": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36", "platform": "Apple Mac", "userAgent": "Chrome"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ip": {"type": "string"}, "type": {"type": "string"}, "device": {"type": "object", "properties": {"os": {"type": "string"}, "source": {"type": "string"}, "platform": {"type": "string"}, "userAgent": {"type": "string"}}, "required": ["os", "p... |
9c3888fc-e5f0-4bfc-b35a-fc21aede7297/b1e9e8bf-9453-47dc-a200-76a844a85c53/0/0 | Haskell Code Compiler | Haskell Code Compiler API | 5.9 | Haskell Versions | Haskell Versions | 200 | Response | [{"id": 0, "version": "ghc 7.10.3"}, {"id": 1, "version": "ghc 8.2.1"}, {"id": 2, "version": "ghc 8.2.2"}, {"id": 3, "version": "ghc 8.6.5"}, {"id": 4, "version": "ghc 9.0.1"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "version": {"type": "string"}}, "required": ["id", "version"]}} |
9c3888fc-e5f0-4bfc-b35a-fc21aede7297/363cbdf3-b3ff-44b2-a3b9-291b7b3a6882/0/0 | Haskell Code Compiler | Haskell Code Compiler API | 5.9 | Haskell Code Compiler | Haskell Code Compiler | 200 | Response | {"cpuTime": "0.00", "memory": "4212", "output": "[1 of 1] Compiling Main ( unlimitedapi.hs, unlimitedapi.o )\nLinking unlimitedapi ...\nHello, World!"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"cpuTime": {"type": "string"}, "memory": {"type": "string"}, "output": {"type": "string"}}, "required": ["cpuTime", "memory", "output"]} |
6bdbbffe-762d-4b4a-88e2-657a6b1c5868/0d4a789d-1f74-4681-9a17-2ba089c1f3f2/0/0 | The Content Monitoring API | The Content Monitoring API is a powerful tool designed for developers who need to monitor changes in website content. This API allows developers to register detectors that periodically scrape the provided URL, analyze the change with the help of ChatGPT and notify the API consumer on the significance of the detected ch... | null | list_detectors | Retrieve a list of all active and paused detectors. | 200 | null | {"items": [{"id": "", "name": "", "userId": "", "keywords": [], "status": "active", "dtAdded": "", "dtUpdated": "", "detectInterval": {"minutes": 0, "hours": 0, "days": 0, "weeks": 0, "startDate": "", "endDate": ""}, "extractText": true, "urlParams": {"url": "", "method": "GET", "retries": 0, "timeout": 0, "evaluateJS"... | {"type": "object", "properties": {"items": {"type": "array", "items": {"title": "Detector", "type": "object", "x-examples": {"Example 1": {"dtAdded": "2023-03-12T10:10:01.737167+00:00", "status": "active", "keywords": ["price", "meubelen"], "detectInterval": {"endDate": "2024-03-03T10:00:00+00:00", "hours": 0, "days": ... |
6bdbbffe-762d-4b4a-88e2-657a6b1c5868/355b60dd-4b7e-4e8c-86db-55b641764120/0/0 | The Content Monitoring API | The Content Monitoring API is a powerful tool designed for developers who need to monitor changes in website content. This API allows developers to register detectors that periodically scrape the provided URL, analyze the change with the help of ChatGPT and notify the API consumer on the significance of the detected ch... | null | update_detector | Update existing detector. It can be used to pause the detector, change its activation frequency or other detector parameters. | 200 | null | {"keywords": ["keywords", "keywords"], "dtAdded": "2000-01-23T04:56:07.000+00:00", "name": "name", "dtUpdated": "2000-01-23T04:56:07.000+00:00", "extractText": true, "urlParams": {"retries": 2, "headers": {}, "method": "GET", "data": "data", "expectedStatuses": [200, 201], "evaluateJS": true, "url": "url", "timeout": 7... | {"title": "Detector", "type": "object", "x-examples": {"Example 1": {"dtAdded": "2023-03-12T10:10:01.737167+00:00", "status": "active", "keywords": ["price", "meubelen"], "detectInterval": {"endDate": "2024-03-03T10:00:00+00:00", "hours": 0, "days": 0, "minutes": 16, "startDate": "2023-03-07T08:13:15+00:00", "weeks": 0... |
6bdbbffe-762d-4b4a-88e2-657a6b1c5868/952afb95-26fa-4118-b47a-895be1f3d59e/0/0 | The Content Monitoring API | The Content Monitoring API is a powerful tool designed for developers who need to monitor changes in website content. This API allows developers to register detectors that periodically scrape the provided URL, analyze the change with the help of ChatGPT and notify the API consumer on the significance of the detected ch... | null | list_changes | Retrieve a list of all changes as per the provided filters. To get the details including AI comment and the calculated difference between the corresponding content snapshots, it is required to request the data for each item individually.
Not every detector activaton leads to a change being detected. The change won't be... | 200 | null | {"items": [{"id": "", "userId": "", "detectorId": "", "dtCreated": "", "mimeType": "", "diff": "", "type": "", "changeSignificance": 0, "aiComment": ""}], "pagination": {"cursor": {"startAt": ""}, "limit": 0, "orderby": "userId", "count": 0}} | {"type": "object", "properties": {"items": {"type": "array", "items": {"title": "Change", "type": "object", "x-examples": {"Example 1": {"diff": "--- \n+++ \n@@ -39,5 +39,5 @@\n \u2013\n Excellent location \u2013 show map\n-Excellent location \u2013 rated 9.4/10! (score from 3580 reviews)\n+Excellent location \u2013 ra... |
6bdbbffe-762d-4b4a-88e2-657a6b1c5868/0e2b54bf-d15d-4c3f-907d-d71993b3bcf9/0/0 | The Content Monitoring API | The Content Monitoring API is a powerful tool designed for developers who need to monitor changes in website content. This API allows developers to register detectors that periodically scrape the provided URL, analyze the change with the help of ChatGPT and notify the API consumer on the significance of the detected ch... | null | get_change | Get detailed information about a specified change including the content snapshots difference and an AI comment. | 200 | null | {"aiComment": "aiComment", "dtCreated": "2000-01-23T04:56:07.000+00:00", "detectorId": "detectorId", "changeSignificance": 0, "diff": "diff", "id": "id", "mimeType": "mimeType", "type": "type", "userId": "userId"} | {"title": "Change", "type": "object", "x-examples": {"Example 1": {"diff": "--- \n+++ \n@@ -39,5 +39,5 @@\n \u2013\n Excellent location \u2013 show map\n-Excellent location \u2013 rated 9.4/10! (score from 3580 reviews)\n+Excellent location \u2013 rated 9.4/10! (score from 3582 reviews)\n Real guests \u2022 Real stays ... |
6bdbbffe-762d-4b4a-88e2-657a6b1c5868/6a6bdf55-fcdd-4d4a-8eeb-8ef993a43199/0/0 | The Content Monitoring API | The Content Monitoring API is a powerful tool designed for developers who need to monitor changes in website content. This API allows developers to register detectors that periodically scrape the provided URL, analyze the change with the help of ChatGPT and notify the API consumer on the significance of the detected ch... | null | create_detector | Add a new detector. If added correctly, the scheduler immediately adds the detector as a runable job.
In order for the first url snapshot to be taken as fast as possible, detectInterval.startDate should be set to current datetime - detectInterval + 1 minute.
Important! The price of the API directly depends on the frequ... | 200 | Example_1 | {"keywords": ["keywords", "keywords"], "dtAdded": "2000-01-23T04:56:07.000+00:00", "name": "name", "dtUpdated": "2000-01-23T04:56:07.000+00:00", "extractText": true, "urlParams": {"retries": 2, "headers": {}, "method": "GET", "data": "data", "expectedStatuses": [200, 201], "evaluateJS": true, "url": "url", "timeout": 7... | {"title": "Detector", "type": "object", "x-examples": {"Example 1": {"dtAdded": "2023-03-12T10:10:01.737167+00:00", "status": "active", "keywords": ["price", "meubelen"], "detectInterval": {"endDate": "2024-03-03T10:00:00+00:00", "hours": 0, "days": 0, "minutes": 16, "startDate": "2023-03-07T08:13:15+00:00", "weeks": 0... |
88de6840-f4f8-41c0-8886-8461d6b9c244/2f87b290-ef75-4982-8381-272f83102bc6/0/0 | QuikRun | QuikRun: Your Code's wingman in the Cloud! Compile, Share, and Test code with ease. Say Goodbye to Hassles, Hello to QuikRun's streamlined coding power! | null | Create Submission | Paste your code snippet inside body to compile code via API. | 200 | Sample Response | {"message": "", "raw_stdout": "{\"output\":{\"data\":{\"id\":2,\"email\":\"janet.weaver@reqres.in\",\"first_name\":\"Janet\",\"last_name\":\"Weaver\",\"avatar\":\"https://reqres.in/img/faces/2-image.jpg\"},\"support\":{\"url\":\"https://reqres.in/#support-heading\",\"text\":\"To keep ReqRes free, contributions towards ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}, "raw_stdout": {"type": "string"}, "error": {"type": "null"}, "stdout": {"type": "object", "properties": {"output": {"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "int... |
88de6840-f4f8-41c0-8886-8461d6b9c244/eb492d38-cd83-42de-ba63-959452751171/0/0 | QuikRun | QuikRun: Your Code's wingman in the Cloud! Compile, Share, and Test code with ease. Say Goodbye to Hassles, Hello to QuikRun's streamlined coding power! | null | Exchange Token | Get access token from refresh token | 200 | Sample Response | {"message": "Access token refreshed successfully", "data": {"access_token": "", "expires_in": "3600", "token_type": "Bearer", "refresh_token": "", "id_token": "", "project_id": ""}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}, "data": {"type": "object", "properties": {"access_token": {"type": "string"}, "expires_in": {"type": "string"}, "token_type": {"type": "string"}, "refresh_token": {"type": "string"}, "id_token": {"type": "strin... |
88de6840-f4f8-41c0-8886-8461d6b9c244/092fb606-b860-498f-9840-8e1eb521c2d4/0/0 | QuikRun | QuikRun: Your Code's wingman in the Cloud! Compile, Share, and Test code with ease. Say Goodbye to Hassles, Hello to QuikRun's streamlined coding power! | null | Get Languages | Get list of all languages. | 200 | Sample Response | {"languages": [{"id": 1, "name": "Javascript", "language": "javascript", "isActive": true, "extension": "js"}, {"id": 2, "name": "Python", "language": "python", "isActive": false, "extension": "py"}, {"id": 3, "name": "Ruby", "language": "ruby", "isActive": false, "extension": "rb"}, {"id": 4, "name": "Go", "language":... | {"type": "object", "properties": {"languages": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "language": {"type": "string"}, "isActive": {"type": "boolean"}, "extension": {"type": "string"}}}}}} |
88de6840-f4f8-41c0-8886-8461d6b9c244/b042625b-9452-4f1b-ae50-3e2f794bc5ac/0/0 | QuikRun | QuikRun: Your Code's wingman in the Cloud! Compile, Share, and Test code with ease. Say Goodbye to Hassles, Hello to QuikRun's streamlined coding power! | null | Create Submission by Snippet Id | Paste your QuikRun snippet id and the rest will be handled by API. | 200 | Sample Response | {"message": "", "raw_stdout": "{\"output\":{\"data\":{\"id\":2,\"email\":\"janet.weaver@reqres.in\",\"first_name\":\"Janet\",\"last_name\":\"Weaver\",\"avatar\":\"https://reqres.in/img/faces/2-image.jpg\"},\"support\":{\"url\":\"https://reqres.in/#support-heading\",\"text\":\"To keep ReqRes free, contributions towards ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}, "raw_stdout": {"type": "string"}, "error": {"type": "null"}, "stdout": {"type": "object", "properties": {"output": {"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "int... |
88de6840-f4f8-41c0-8886-8461d6b9c244/7c30018f-5685-4814-b04c-a26eab64eff2/0/0 | QuikRun | QuikRun: Your Code's wingman in the Cloud! Compile, Share, and Test code with ease. Say Goodbye to Hassles, Hello to QuikRun's streamlined coding power! | null | Login User | Login user via email and password | 200 | Sample Response | {"message": "User logged in successfully", "data": {"kind": "identitytoolkit#VerifyPasswordResponse", "localId": "", "email": "", "displayName": "", "idToken": "", "registered": true, "refreshToken": "", "expiresIn": "3600"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}, "data": {"type": "object", "properties": {"kind": {"type": "string"}, "localId": {"type": "string"}, "email": {"type": "string"}, "displayName": {"type": "string"}, "idToken": {"type": "string"}, "registered": ... |
c96f4d44-6a7a-472b-a4c3-b2281608a76f/414b0aa7-ac61-4459-9647-5259f766f6d9/0/0 | URL Checker and Parser | Check if URL is live or parse and extract site meta data from any website using our free API | 8.4 | parser | Parse and extract site meta data from any website - returns title, description, image, author etc. | 200 | Sample Parse Response | {"author": null, "date": null, "description": "Self-managed, automated bookmarking service and a noise-less collaboration platform", "image": "https://lh3.googleusercontent.com/gWAYMyebXNqrbJnu1-4G_QH79naFlQ8o9QYue48yyAI1XytlyIPGiysOc-nLCTjhn3Ez3ff6j0ys-RVwk2oFLCfM=w128-h128-e365-rj-sc0x00ffffff", "logo": "https://logo... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"author": {"type": "null"}, "date": {"type": "null"}, "description": {"type": "string"}, "image": {"type": "string"}, "logo": {"type": "string"}, "publisher": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "video... |
c96f4d44-6a7a-472b-a4c3-b2281608a76f/df975872-7278-4aad-88a4-528cfba5aba2/0/0 | URL Checker and Parser | Check if URL is live or parse and extract site meta data from any website using our free API | 8.4 | checker | Checks URL for their status - returns status code and message. API can detect broken links. API can be used to check if a web server is up or down | 404 | New Example | {"responseCode": 404, "responseMessage": "Not Found", "headers": {"x-custom-header": "8101565a5843bf3bf2df52d34dda6009"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"responseCode": {"type": "integer"}, "responseMessage": {"type": "string"}, "headers": {"type": "object", "properties": {"x-custom-header": {"type": "string"}}, "required": ["x-custom-header"]}}, "required": ["headers", "responseCode", "resp... |
c96f4d44-6a7a-472b-a4c3-b2281608a76f/df975872-7278-4aad-88a4-528cfba5aba2/1/0 | URL Checker and Parser | Check if URL is live or parse and extract site meta data from any website using our free API | 8.4 | checker | Checks URL for their status - returns status code and message. API can detect broken links. API can be used to check if a web server is up or down | 200 | Sample Checker Response | {"responseCode": 200, "responseMessage": "OK", "headers": {"x-custom-header": "8101565a5843bf3bf2df52d34dda6009"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"responseCode": {"type": "integer"}, "responseMessage": {"type": "string"}, "headers": {"type": "object", "properties": {"x-custom-header": {"type": "string"}}, "required": ["x-custom-header"]}}, "required": ["headers", "responseCode", "resp... |
a47053b2-a04d-4f3f-9b71-34e65a3ad3b5/32681ad9-6af8-405c-bad9-0b5814574065/0/0 | Text2Image | Generate images using SOTA text 2 image model. | 7.8 | text to image | Generate image using input text. | 200 | Response | {"status": "ok", "url": "https://ai-image-result.s3.amazonaws.com/2023-05-18/1684400259776.png"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "url": {"type": "string"}}, "required": ["status", "url"]} |
d275ca9d-bf50-485e-b7c6-f9229ae6c124/93bd9bb2-24b3-4077-b8c0-747c17afc3a3/0/0 | mallabe | Automation tools such as - image resizing, website thumbnail generation, currency conversion.In the future - more features will be added such as image compression & conversion.For full future feature list, checkout mallabe. | 8.4 | Image Metadata | Get image metadata, such as format, width, height, etc..
Full Example:
json
{
"url": "https://via.placeholder.com/150"
}
Note: The url need to be publicly accessible URL. | 200 | Success | {"success": true, "data": {"format": "jpeg", "width": 640, "height": 427, "channels": 3, "depth": "uchar", "density": 72, "chromaSubsampling": "4:2:0", "isProgressive": true, "hasProfile": true, "hasAlpha": false}} | {"type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "channels": {"type": "integer"}, "depth": {"type": "string"}, "density": {"type": "integer"}, "chromaSubsampling": {"type... |
d275ca9d-bf50-485e-b7c6-f9229ae6c124/e9119e4b-8795-4968-9ce0-857c92ad6bf8/0/0 | mallabe | Automation tools such as - image resizing, website thumbnail generation, currency conversion.In the future - more features will be added such as image compression & conversion.For full future feature list, checkout mallabe. | 8.4 | Currency Convert | Full Example:
json
{
"from": "EUR",
"to": "USD",
"amount": 20,
"date": "2020-02-02",
"webhookUrl": "https://702977cdd2a2e3ed840ebe14abde8d4e.m.pipedream.net"
}
Note: Supported currencies can be found in the European Central Bank.
Note: The default from currency is EUR.
Note: If date is not given - w... | 200 | Success | {"data": {"amount": 20, "convertedAmount": 23.866, "date": "2020-08-19", "from": "EUR", "to": "USD"}, "success": true} | {"properties": {"data": {"properties": {"amount": {"type": "integer"}, "convertedAmount": {"type": "number"}, "date": {"type": "string"}, "from": {"type": "string"}, "to": {"type": "string"}}, "type": "object"}, "success": {"type": "boolean"}}, "type": "object"} |
d275ca9d-bf50-485e-b7c6-f9229ae6c124/51a137d8-0290-4ef3-b238-e6ccaf4209c9/0/0 | mallabe | Automation tools such as - image resizing, website thumbnail generation, currency conversion.In the future - more features will be added such as image compression & conversion.For full future feature list, checkout mallabe. | 8.4 | User Agent Parse | Full Example:
json
{
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36",
"webhookUrl": "https://702977cdd2a2e3ed840ebe14abde8d4e.m.pipedream.net"
} | 200 | Success | {"data": {"browserEngineFamily": "Blink", "browserEngineVersion": "84.0.4147.105", "browserFamily": "Chrome", "browserVersion": "84.0.4147.105", "osFamily": "Mac OS", "osVersion": "10.15.5"}, "success": true} | {"properties": {"data": {"properties": {"browserEngineFamily": {"type": "string"}, "browserEngineVersion": {"type": "string"}, "browserFamily": {"type": "string"}, "browserVersion": {"type": "string"}, "osFamily": {"type": "string"}, "osVersion": {"type": "string"}}, "type": "object"}, "success": {"type": "boolean"}}, ... |
d275ca9d-bf50-485e-b7c6-f9229ae6c124/ac41062c-ba55-4a79-82c3-75d18f7be415/0/0 | mallabe | Automation tools such as - image resizing, website thumbnail generation, currency conversion.In the future - more features will be added such as image compression & conversion.For full future feature list, checkout mallabe. | 8.4 | Get Website Thumbnail | Full Example:
json
{
"website": "https://www.cnn.com",
"webhookUrl": "https://702977cdd2a2e3ed840ebe14abde8d4e.m.pipedream.net"
} | 200 | Success | {"data": {"url": "https://microservices-dev-cdn.s3-eu-west-1.amazonaws.com/websites.thumbnail/thumbnail/d/d/8/dd8dfcd6-a053-4f5b-a315-b88ca8f764d7.png"}, "success": true} | {"properties": {"data": {"properties": {"url": {"type": "string"}}, "type": "object"}, "success": {"type": "boolean"}}, "type": "object"} |
d275ca9d-bf50-485e-b7c6-f9229ae6c124/a4801ce2-14b5-4e5f-ab65-55fc67432e50/0/0 | mallabe | Automation tools such as - image resizing, website thumbnail generation, currency conversion.In the future - more features will be added such as image compression & conversion.For full future feature list, checkout mallabe. | 8.4 | Get Website Status | Available Methods:
- get
- post
- put
- delete
Full Example:
json
{
"website": "https://702977cdd2a2e3ed840ebe14abde8d4e.m.pipedream.net",
"method": "get",
"webhookUrl": "https://702977cdd2a2e3ed840ebe14abde8d4e.m.pipedream.net"
}
Note: The timeout is 5 seconds - a website that doesn't answer in this timeou... | 200 | Success | {"data": {"alive": true, "status": 200, "statusMessage": "OK", "timeTook": 450}, "success": true} | {"properties": {"data": {"properties": {"alive": {"type": "boolean"}, "status": {"type": "integer"}, "statusMessage": {"type": "string"}, "timeTook": {"type": "integer"}}, "type": "object"}, "success": {"type": "boolean"}}, "type": "object"} |
d6daed7a-38f6-45c2-9f2c-93efc80962f4/endpoint_22d3ea48-019d-43e8-9638-3361fda210dc/0/0 | Measurement Unit Converter | Say goodbye to the hassle of unit conversions with our Measurement Unit Converter API. | 9.1 | Measurements | GET Enum Array of All Types of Measurement
This call retrieves an array of all available types of measurements that can be converted using the API. | 200 | Example | ["acceleration", "angle", "apparentPower", "area", "charge", "current", "digital", "each", "energy", "force", "frequency", "illuminance", "length", "mass", "pace", "partsPer", "pieces", "power", "pressure", "reactiveEnergy", "reactivePower", "speed", "temperature", "time", "voltage", "volume", "volumeFlowRate"] | {"type": "array", "items": {"type": "string"}} |
d6daed7a-38f6-45c2-9f2c-93efc80962f4/endpoint_47944eeb-b183-4c11-a747-0258c8a5f9c8/0/0 | Measurement Unit Converter | Say goodbye to the hassle of unit conversions with our Measurement Unit Converter API. | 9.1 | Measure units | GET Enum Array of All Units of the Given Type
This call fetches an array of all units associated with a specific measurement type, which you can use for conversions in the fourth API call.
For example, to get units for length, make a GET request to /length/units. The response will contain an array of units you can use... | 200 | New Example | ["nm", "\u03bcm", "mm", "cm", "m", "km", "in", "yd", "ft-us", "ft", "fathom", "mi", "nMi"] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}} |
d090fc54-bee9-44e7-8185-695da2377070/4f6d7ae6-e2e9-400b-9fb4-82b14778df60/0/0 | Website To Text Converter | Extract textual content from webpages and convert it into plain text format. With this API, you can easily integrate webpage parsing capabilities into your applications, platforms, or services, enabling you to extract essential information from websites for further analysis, content processing, or data retrieval. | 8.8 | Convert WebPage to Text | Convert WebPage to Text | 200 | Success | {"status": "ok", "error": null, "data": {"date": null, "description": "Use Google Docs to create, and collaborate on online documents. Edit together with secure sharing in real-time and from any device.", "title": "Google Docs: Online Document Editor", "title_alt": "Google Docs: Online Document Editor", "text": "Build ... | {"type": "object", "properties": {"status": {"type": "string"}, "error": {"type": "null"}, "data": {"type": "object", "properties": {"date": {"type": "null"}, "description": {"type": "string"}, "title": {"type": "string"}, "title_alt": {"type": "string"}, "text": {"type": "string"}, "language": {"type": "string"}, "pub... |
7642f3a8-afe9-4a8d-a361-d33654f17b23/51bb0d6a-10cc-436e-bf79-1d3977b61b46/0/0 | Qr Code Generator | Produces Qr code according to yor links.
qr_code?url=
you can put your link in
for example qr_code?url=www.example.com and QR will automatically downloaded to your device | null | Get QR Code | Get QR code | 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"]} |
bff3fa04-68ff-4f22-8de7-57f5432f9862/9e62c591-dfc3-41e3-bda3-40fcfa3b9cb1/1/0 | ISO-API | Returning ISO 27001 header for given norm item. | null | norm | Endpoint returning header for specific norm or group of norms | 200 | null | [{"sectionNumber": "", "sectionTitle": "", "subsectionNumber": "", "subsectionTitle": "", "subSubsectionNumber": "", "subSubsectionTitle": "", "itemNumber": "", "control": "", "implementation_guidance": "", "other_information": ""}] | {"type": "array", "items": {"type": "object", "properties": {"sectionNumber": {"type": "string"}, "sectionTitle": {"type": "string"}, "subsectionNumber": {"type": "string"}, "subsectionTitle": {"type": "string"}, "subSubsectionNumber": {"type": "string"}, "subSubsectionTitle": {"type": "string"}, "itemNumber": {"type":... |
bff3fa04-68ff-4f22-8de7-57f5432f9862/1484e667-3c63-48ec-bdc6-4a10e6957173/0/0 | ISO-API | Returning ISO 27001 header for given norm item. | null | all | Endpoint returnign all norm heders for given language | 200 | null | [{"sectionNumber": "", "sectionTitle": "", "subsectionNumber": "", "subsectionTitle": "", "subSubsectionNumber": "", "subSubsectionTitle": "", "itemNumber": "", "control": "", "implementation_guidance": "", "other_information": ""}] | {"type": "array", "items": {"type": "object", "properties": {"sectionNumber": {"type": "string"}, "sectionTitle": {"type": "string"}, "subsectionNumber": {"type": "string"}, "subsectionTitle": {"type": "string"}, "subSubsectionNumber": {"type": "string"}, "subSubsectionTitle": {"type": "string"}, "itemNumber": {"type":... |
6c052f6a-1a1d-4820-a2a5-adfde7f9e82e/d3824115-fa86-4838-8f4f-5777fe3973b2/0/0 | SEO Extraction | Extract from an URL the major SEO tags : title, description, keywords, H1, H2, H3, H4, H5, H6, STRONG, images and detailled links (Internal, External, Count). | 7.1 | /api/seo | Extract some SEO data from a website. | 200 | Response | {"url": "https://whoisjson.com", "title": "WhoisJson API - Domain API in JSON or XML format", "description": "Parsed (JSON or XML) domain WHOIS data from any WHOIS server via RESTful API. 500 requests free per month. 60$ for unlimited requests.", "keywords": "", "h1": ["Whois API in { Json - Xml }"], "h2": ["What is WH... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "string"}, "h1": {"type": "array", "items": {"type": "string"}}, "h2": {"type": "array", "items": {"type": "string"}}, "h3": {"ty... |
82387e57-76f7-4922-9a3d-95dbc796b98b/9f61d948-2131-40a2-81a0-9c3189f39b59/0/0 | Temporary Mail | Temporary Mail api provides you simple, lightweight and fast temporary emails for 10 minutes. | 6.2 | Read Complete Mail | Here you can read complete email by session_id and mail_id | 200 | Response | {"data": {"from": "The Hamker <mafiacmd1@gmail.com>", "gravatar": "https://www.gravatar.com/avatar/73ded1c90bd06487c53e9a0a2b75eb23?s=80&d=mm&r=g", "to": "mqa58716@zslsz.com", "subject": "Testing Mail", "datetime": "2023-08-05 10:31:48", "timestamp": 1691231508, "datetime2": "4 minutes ago", "urls": [], "body": [... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"from": {"type": "string"}, "gravatar": {"type": "string"}, "to": {"type": "string"}, "subject": {"type": "string"}, "datetime": {"type": "string"}, "timestamp": {"type": "integer"}, "datetime2": {"t... |
82387e57-76f7-4922-9a3d-95dbc796b98b/f56b0bed-9b7b-4d62-a12c-011849b766a7/0/0 | Temporary Mail | Temporary Mail api provides you simple, lightweight and fast temporary emails for 10 minutes. | 6.2 | Inbox | Here you will get list of inbox mails and you read complete email on third endpoint by mail_id. | 200 | Response | {"data": [{"mail_id": "cxHb9J", "from": "The Hamker <mafiacmd1@gmail.com>", "to": "mqa58716@zslsz.com", "subject": "Testing Mail", "datetime": "2023-08-05 10:31:48", "datetime2": "1 minute ago", "timeago": 77, "isread": "0"}], "about_me": {"author": "Farhan Ali", "github": "https://github.com/farhanaliofficial"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"mail_id": {"type": "string"}, "from": {"type": "string"}, "to": {"type": "string"}, "subject": {"type": "string"}, "datetime": {"type": "string"}, "datetime2": {"type": "s... |
82387e57-76f7-4922-9a3d-95dbc796b98b/9dde9707-fb1d-45ed-95a1-8d9f2d2d4315/0/0 | Temporary Mail | Temporary Mail api provides you simple, lightweight and fast temporary emails for 10 minutes. | 6.2 | Generate New Mail | Generate New Mails with this endpoint. | 200 | Response | {"data": {"email": "tdy18632@zslsz.com", "session_id": "v47asuu393gbz2lgl5e7lav84x"}, "about_me": {"author": "Farhan Ali", "github": "https://github.com/farhanaliofficial"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"email": {"type": "string"}, "session_id": {"type": "string"}}, "required": ["email", "session_id"]}, "about_me": {"type": "object", "properties": {"author": {"type": "string"}, "github": {"type": "s... |
26ee6503-62fc-4f4c-8cba-9b96df453c22/3b7946ea-2840-495f-beb9-c4e4168d0c5c/0/0 | All Units Converters | Make unit conversions easy with our straightforward Unit Converters API. | 6 | Get Converter Details | Retrieve conversion factor for a specific converter using its unique identifier from the List API. | 200 | Response | {"meter [m]": 1, "kilometer [km]": 1000, "decimeter [dm]": 0.1, "centimeter [cm]": 0.01, "millimeter [mm]": 0.001, "micrometer [\u00b5m]": 1e-06, "nanometer [nm]": 1e-09, "mile [mi, mi(Int)]": 1609.344, "yard [yd]": 0.9144, "foot [ft]": 0.3048, "inch [in]": 0.0254, "light year [ly]": 9460730472580000, "exameter [Em]": ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meter [m]": {"type": "integer"}, "kilometer [km]": {"type": "integer"}, "decimeter [dm]": {"type": "number"}, "centimeter [cm]": {"type": "number"}, "millimeter [mm]": {"type": "number"}, "micrometer [\u00b5m]": {"type": "number"}, "nanomet... |
26ee6503-62fc-4f4c-8cba-9b96df453c22/a5d51048-ecd7-444b-aa2b-4efdaca69862/0/0 | All Units Converters | Make unit conversions easy with our straightforward Unit Converters API. | 6 | List Converters | Retrieve a comprehensive list of conversion categories and their associated converters, covering a wide range of units. | 200 | Response | [{"category": "Common", "converters": [{"id": "length", "title": "Length"}, {"id": "weight-and-mass", "title": "Weight and Mass"}, {"id": "volume", "title": "Volume"}, {"id": "temperature", "title": "Temperature"}, {"id": "area", "title": "Area"}, {"id": "pressure", "title": "Pressure"}, {"id": "energy", "title": "Ener... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}, "converters": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}}, "required": ["id", "title"]}}}, "required": ["categ... |
991be53e-7a9f-4e2f-a0fa-2fd760a6f4b6/55305465-ebeb-421d-a070-d540654984df/0/0 | numtotext | Convert Number to Text / Words in English - US, English - India, German, Turkish and Indonesian. | null | Convert - German | Convert - German Locale | 200 | Example | {"text": "neun Milliarden dreihundertachtundvierzig Millionen f\u00fcnfhundertachtundneunzigtausendzweihundertsechsunddrei\u00dfig Trillionen, f\u00fcnfhundertachtundvierzig Billiarden, neunhundertdreiundzwanzig Billionen, sechshundertf\u00fcnfundvierzig Milliarden, dreihundertachtundvierzig Millionen, siebzigtausenddr... | {"type": "object", "properties": {"text": {"type": "string"}, "number": {"type": "string"}, "options": {"type": "object", "properties": {"language": {"type": "string"}, "separator": {"type": "string"}, "case": {"type": "string"}}}, "timestamp": {"type": "string"}, "version": {"type": "integer"}}} |
991be53e-7a9f-4e2f-a0fa-2fd760a6f4b6/55305465-ebeb-421d-a070-d540654984df/1/0 | numtotext | Convert Number to Text / Words in English - US, English - India, German, Turkish and Indonesian. | null | Convert - German | Convert - German Locale | 400 | New Example | {"error": "'number' should contain only 0-9"} | {"type": "object", "properties": {"error": {"type": "string"}}} |
991be53e-7a9f-4e2f-a0fa-2fd760a6f4b6/9cd61453-310d-44b3-aadf-6a1649762468/0/0 | numtotext | Convert Number to Text / Words in English - US, English - India, German, Turkish and Indonesian. | null | Convert - Indonesian | Convert - Indonesian Locale | 200 | Example | {"text": "Sembilan Milyar Tiga Ratus Empat Puluh Delapan Juta Lima Ratus Sembilan Puluh Delapan Ribu Dua Ratus Tiga Puluh Enam, Lima Ratus Empat Puluh Delapan, Sembilan Ratus Dua Puluh Tiga Triliun, Enam Ratus Empat Puluh Lima Milyar, Tiga Ratus Empat Puluh Delapan Juta, Tujuh Puluh Ribu, Tiga Ratus Empat Puluh Lima", ... | {"type": "object", "properties": {"text": {"type": "string"}, "number": {"type": "string"}, "options": {"type": "object", "properties": {"language": {"type": "string"}, "separator": {"type": "string"}, "case": {"type": "string"}}}, "timestamp": {"type": "string"}, "version": {"type": "integer"}}} |
991be53e-7a9f-4e2f-a0fa-2fd760a6f4b6/9cd61453-310d-44b3-aadf-6a1649762468/1/0 | numtotext | Convert Number to Text / Words in English - US, English - India, German, Turkish and Indonesian. | null | Convert - Indonesian | Convert - Indonesian Locale | 400 | New Example | {"error": "'number' should contain only 0-9"} | {"type": "object", "properties": {"error": {"type": "string"}}} |
991be53e-7a9f-4e2f-a0fa-2fd760a6f4b6/6395c5f1-4b83-46ca-b9b1-95d8a7c4db0f/0/0 | numtotext | Convert Number to Text / Words in English - US, English - India, German, Turkish and Indonesian. | null | Convert - Turkish | Convert - Turkish Locale | 400 | New Example | {"error": "'number' should contain only 0-9"} | {"type": "object", "properties": {"error": {"type": "string"}}} |
991be53e-7a9f-4e2f-a0fa-2fd760a6f4b6/6395c5f1-4b83-46ca-b9b1-95d8a7c4db0f/1/0 | numtotext | Convert Number to Text / Words in English - US, English - India, German, Turkish and Indonesian. | null | Convert - Turkish | Convert - Turkish Locale | 200 | Example | {"text": "Dokuz Milyar, \u00dc\u00e7 Y\u00fcz K\u0131rk Sekiz Milyon, Be\u015f Y\u00fcz Doksan Sekiz Bin, \u0130ki Y\u00fcz Otuz Alt\u0131 Kentilyon, Be\u015f Y\u00fcz K\u0131rk Sekiz Katrilyon, Dokuz Y\u00fcz Yirmi \u00dc\u00e7 Trilyon, Alt\u0131 Y\u00fcz K\u0131rk Be\u015f Milyar, \u00dc\u00e7 Y\u00fcz K\u0131rk Seki... | {"type": "object", "properties": {"text": {"type": "string"}, "number": {"type": "string"}, "options": {"type": "object", "properties": {"language": {"type": "string"}, "separator": {"type": "string"}, "case": {"type": "string"}}}, "timestamp": {"type": "string"}, "version": {"type": "integer"}}} |
991be53e-7a9f-4e2f-a0fa-2fd760a6f4b6/9c80577d-c2b6-4404-8842-984e32524c5e/0/0 | numtotext | Convert Number to Text / Words in English - US, English - India, German, Turkish and Indonesian. | null | Convert - English IN | Convert - English IN Locale | 200 | Example | {"text": "Ninety Three Lakh, Forty Eight Thousand, Five Hundred Ninety Eight Crore, Twenty Three Lakh, Sixty Five Thousand, Four Hundred Eighty Nine Crore, Twenty Three Lakh, Sixty Four Thousand, Five Hundred Thirty Four Crore, Eighty Lakh, Seventy Thousand, Three Hundred Forty Five", "number": "93485982365489236453480... | {"type": "object", "properties": {"text": {"type": "string"}, "number": {"type": "string"}, "options": {"type": "object", "properties": {"language": {"type": "string"}, "separator": {"type": "string"}, "case": {"type": "string"}}}, "timestamp": {"type": "string"}, "version": {"type": "integer"}}} |
991be53e-7a9f-4e2f-a0fa-2fd760a6f4b6/9c80577d-c2b6-4404-8842-984e32524c5e/1/0 | numtotext | Convert Number to Text / Words in English - US, English - India, German, Turkish and Indonesian. | null | Convert - English IN | Convert - English IN Locale | 400 | New Example | {"error": "'number' should contain only 0-9"} | {"type": "object", "properties": {"error": {"type": "string"}}} |
991be53e-7a9f-4e2f-a0fa-2fd760a6f4b6/5981e7f0-91b1-422c-a41d-aa09a3385966/0/0 | numtotext | Convert Number to Text / Words in English - US, English - India, German, Turkish and Indonesian. | null | Convert - English US | Convert - English US Locale | 200 | Example - 1 | {"text": "Nine Billion, Three Hundred And Forty Eight Million, Five Hundred And Ninety Eight Thousand, Two Hundred And Thirty Six Quintillion, Five Hundred And Forty Eight Quadrillion, Nine Hundred And Twenty Three Trillion, Six Hundred And Forty Five Billion, Three Hundred And Forty Eight Million, Seventy Thousand, Th... | {"type": "object", "properties": {"text": {"type": "string"}, "number": {"type": "string"}, "options": {"type": "object", "properties": {"language": {"type": "string"}, "separator": {"type": "string"}, "case": {"type": "string"}}}, "timestamp": {"type": "string"}, "version": {"type": "integer"}}} |
991be53e-7a9f-4e2f-a0fa-2fd760a6f4b6/5981e7f0-91b1-422c-a41d-aa09a3385966/1/0 | numtotext | Convert Number to Text / Words in English - US, English - India, German, Turkish and Indonesian. | null | Convert - English US | Convert - English US Locale | 400 | New Example | {"error": "'number' should contain only 0-9"} | {"type": "object", "properties": {"error": {"type": "string"}}} |
5a4b13c3-6c06-47f0-8b4f-868ced5ee097/23655c50-8258-42cb-a1a2-e2e2c5898a32/0/0 | PDF Encrypt | A powerful REST API that encrypts PDFs (set password and security permissions).
The PDF is not archived. | null | encrypt | Encrypt pdf file with specific permission | 500 | Example_1 | {"code": "E0001", "title": "Title", "description": "Description", "type": "INFO", "timestamp": ""} | {"type": "object", "properties": {"code": {"type": "string", "description": "Message code"}, "title": {"type": "string", "description": "Message title"}, "description": {"type": "string", "description": "Message description"}, "type": {"type": "string", "description": "Message type (info, warning, error)", "enum": ["IN... |
5a4b13c3-6c06-47f0-8b4f-868ced5ee097/23655c50-8258-42cb-a1a2-e2e2c5898a32/1/0 | PDF Encrypt | A powerful REST API that encrypts PDFs (set password and security permissions).
The PDF is not archived. | null | encrypt | Encrypt pdf file with specific permission | 200 | Example_1 | {"id": {"timestamp": 0, "date": ""}, "ownerPassword": "36eyhd78263hew5", "userPassword": "41ey5678743hjkg", "canAssemble": true, "canExtract": true, "canFillInteractiveForm": true, "canModify": true, "canModifyAnnotations": true, "canPrint": true, "content": "base64 encrypted pdf"} | {"type": "object", "properties": {"id": {"type": "object", "properties": {"timestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "date": {"type": "string", "format": "date-time"}}, "description": "Request id"}, "ownerPassword": {"type": "string", "description": "Generated ow... |
5a4b13c3-6c06-47f0-8b4f-868ced5ee097/23655c50-8258-42cb-a1a2-e2e2c5898a32/2/0 | PDF Encrypt | A powerful REST API that encrypts PDFs (set password and security permissions).
The PDF is not archived. | null | encrypt | Encrypt pdf file with specific permission | 400 | Example_1 | {"code": "E0001", "title": "Title", "description": "Description", "type": "INFO", "timestamp": ""} | {"type": "object", "properties": {"code": {"type": "string", "description": "Message code"}, "title": {"type": "string", "description": "Message title"}, "description": {"type": "string", "description": "Message description"}, "type": {"type": "string", "description": "Message type (info, warning, error)", "enum": ["IN... |
521916a5-290c-4106-8eab-77102cc81811/36a74c9c-142b-4adc-a7d0-1503ea74f963/0/0 | Audio to Text | "Audio To Text" is a user-friendly API that converts speech into written text. It offers fast, accurate transcription for various audio formats, ideal for meetings, interviews, and personal notes. | 6.1 | 1 minute | Audio length up to 60 seconds | 200 | Success | {"url": "https://codeparcel.com/wp-content/uploads/2023/11/voiceText_2023-11-29_21_5_12.mp3"} | {"status": "success", "data": {"content": " Once upon a time in a quiet village nestled among the rolling hills and lush forests, there lived a young girl named Lily. She was known throughout the village for her bright smile and adventurous spirit. Lily spent her days exploring the woods, befriending every creature she... |
fda50a44-581f-4d04-b8b5-3858c3eb4e43/4663ff85-1885-4e0b-87da-996860db304d/0/0 | Ephemeral Proxies | An API service to obtain datacenter and residential proxies.
Features:
This service contains pools of stable and high-quality proxies that automatically rotate to ensure that you get a new different proxy with each API call.
Each request to this API service will provide you with a new proxy available for 30 mins.
Prox... | 9.7 | Obtain a new datacenter proxy | The connection proxy details are proxy.host and proxy.port from the response fields.
The proxy will allow connections from the same source IP as the one making this API call. Make use of the whitelist_ip parameter to allow an additional ip.
Countries can be selected by using the countries parameter, otherwise the count... | 200 | null | {"success": true, "proxy": {"id": "ace7620953f5bbca2053ea14dceb393b", "host": "alpha2cs-aa.ep-proxy.net", "port": 52423, "expires_at": "2021-10-17T09:51:58.000Z", "whitelisted_ips": ["100.100.100.100"], "visibility": {"ip": "45.80.105.100", "country": "United Kingdom", "country_iso": "GB", "country_eu": true, "latitude... | {"type": "object", "properties": {"success": {"type": "boolean", "description": "True if operation succeeds, false otherwise"}, "proxy": {"type": "object", "properties": {"id": {"type": "string", "description": "Unique proxy identifier"}, "host": {"type": "string", "description": "Proxy's hostname"}, "port": {"type": "... |
fda50a44-581f-4d04-b8b5-3858c3eb4e43/342cfa38-7afc-4e41-bfb0-de7893e217b3/0/0 | Ephemeral Proxies | An API service to obtain datacenter and residential proxies.
Features:
This service contains pools of stable and high-quality proxies that automatically rotate to ensure that you get a new different proxy with each API call.
Each request to this API service will provide you with a new proxy available for 30 mins.
Prox... | 9.7 | Extend expiration time of a datacenter proxy | By calling this endpoint the expiration time of an already allocated proxy will be extended by 30 mins.
Successive calls will keep incrementing the expiration time, up to a maximum of 24 hours. | 200 | null | {"success": true, "proxy": {"id": "ace7620953f5bbca2053ea14dceb393b", "host": "alpha2cs-aa.ep-proxy.net", "port": 52423, "expires_at": "2021-10-17T09:51:58.000Z", "whitelisted_ips": ["100.100.100.100"], "visibility": {"ip": "45.80.105.100", "country": "United Kingdom", "country_iso": "GB", "country_eu": true, "latitude... | {"type": "object", "properties": {"success": {"type": "boolean", "description": "True if operation succeeds, false otherwise"}, "proxy": {"type": "object", "properties": {"id": {"type": "string", "description": "Unique proxy identifier"}, "host": {"type": "string", "description": "Proxy's hostname"}, "port": {"type": "... |
fda50a44-581f-4d04-b8b5-3858c3eb4e43/2aab8267-f035-4218-8acc-0c2f2f505291/0/0 | Ephemeral Proxies | An API service to obtain datacenter and residential proxies.
Features:
This service contains pools of stable and high-quality proxies that automatically rotate to ensure that you get a new different proxy with each API call.
Each request to this API service will provide you with a new proxy available for 30 mins.
Prox... | 9.7 | Obtain a new residential proxy | The connection proxy details are proxy.host and proxy.port from the response fields.
The proxy will allow connections from the same source IP as the one making this API call. Make use of the whitelist_ip parameter to allow an additional ip.
Countries can be selected by using the countries parameter, otherwise the count... | 200 | null | {"success": true, "proxy": {"id": "ace7620953f5bbca2053ea14dceb393b", "host": "alpha2cs-aa.ep-proxy.net", "port": 52423, "expires_at": "2021-10-17T09:51:58.000Z", "whitelisted_ips": ["100.100.100.100"], "visibility": {"ip": "45.80.105.100", "country": "United Kingdom", "country_iso": "GB", "country_eu": true, "latitude... | {"type": "object", "properties": {"success": {"type": "boolean", "description": "True if operation succeeds, false otherwise"}, "proxy": {"type": "object", "properties": {"id": {"type": "string", "description": "Unique proxy identifier"}, "host": {"type": "string", "description": "Proxy's hostname"}, "port": {"type": "... |
fda50a44-581f-4d04-b8b5-3858c3eb4e43/cdbcafb3-a720-44f0-9208-3ddc9d3c907b/0/0 | Ephemeral Proxies | An API service to obtain datacenter and residential proxies.
Features:
This service contains pools of stable and high-quality proxies that automatically rotate to ensure that you get a new different proxy with each API call.
Each request to this API service will provide you with a new proxy available for 30 mins.
Prox... | 9.7 | Check residential proxies service status | It returns the current status of the service, including the total number of residential proxies available and grouped by country. | 200 | null | {"success": true, "service_status": {"availability": {"total": {"proxies": 955}, "by_country": [{"country_iso": "FR", "proxies": 324}]}}} | {"type": "object", "properties": {"success": {"type": "boolean", "description": "True if operation succeeds, false otherwise"}, "service_status": {"type": "object", "properties": {"availability": {"type": "object", "properties": {"total": {"type": "object", "properties": {"proxies": {"type": "number", "description": "T... |
fda50a44-581f-4d04-b8b5-3858c3eb4e43/d432c910-ab58-454a-86d1-2c392cf9ee8b/0/0 | Ephemeral Proxies | An API service to obtain datacenter and residential proxies.
Features:
This service contains pools of stable and high-quality proxies that automatically rotate to ensure that you get a new different proxy with each API call.
Each request to this API service will provide you with a new proxy available for 30 mins.
Prox... | 9.7 | Check datacenter proxies service status | It returns the current status of the service, including the total number of datacenter proxies available and grouped by country. | 200 | null | {"success": true, "service_status": {"availability": {"total": {"proxies": 955}, "by_country": [{"country_iso": "FR", "proxies": 324}]}}} | {"type": "object", "properties": {"success": {"type": "boolean", "description": "True if operation succeeds, false otherwise"}, "service_status": {"type": "object", "properties": {"availability": {"type": "object", "properties": {"total": {"type": "object", "properties": {"proxies": {"type": "number", "description": "T... |
fda50a44-581f-4d04-b8b5-3858c3eb4e43/e07c2751-b726-404a-b5bf-3a47da87a98c/0/0 | Ephemeral Proxies | An API service to obtain datacenter and residential proxies.
Features:
This service contains pools of stable and high-quality proxies that automatically rotate to ensure that you get a new different proxy with each API call.
Each request to this API service will provide you with a new proxy available for 30 mins.
Prox... | 9.7 | Get user's traffic balance | It returns the user's traffic balance for current monthly subscription. | 200 | null | {"success": true, "balance": {"limit_megabytes": 1000, "consumed_megabytes": 400}} | {"type": "object", "properties": {"success": {"type": "boolean", "description": "True if operation succeeds, false otherwise"}, "balance": {"type": "object", "properties": {"limit_megabytes": {"type": "number", "description": "Total number of megabytes for current monthtly subscription."}, "consumed_megabytes": {"type"... |
94583d54-e7aa-4344-9604-1a1090c7470e/f7b76221-644e-4a08-b2a3-8e0d68a7e2e1/0/0 | Backlink Indexer | Submit your backlinks to get the indexed in Google, Yahoo, Bing and other major search engines. | null | index | Submit a URL to be indexed. | 200 | Response | {"status": "success"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}}, "required": ["status"]} |
0a948ebd-d06c-49ce-a62c-72a73b898470/8b48504a-a867-4ac8-b8d7-9055da32da2e/0/0 | QR Code and Barcode Manager | QR Code and Barcode Manager API contains Scanner (Reader) and Generator (Creator) API. | 8.7 | /generate | Generate QR or barcode
Supported formats:
* QR Code
* Data Matrix
* UPC-A
* UPC-E
* EAN-8
* EAN-13
* Code 39
* Code 93
* Code 128
* Codabar
* ITF | 200 | null | {"data": ""} | {"type": "object", "required": ["data"], "properties": {"data": {"type": "string"}}} |
0a948ebd-d06c-49ce-a62c-72a73b898470/61303ef3-088e-47ed-9d67-e7efe4decae4/2/0 | QR Code and Barcode Manager | QR Code and Barcode Manager API contains Scanner (Reader) and Generator (Creator) API. | 8.7 | /scan | Scan QR or barcode from file, provided as
* file URL in query param
* base64 encoded file in request body
* binary file in multipart form
Supported formats:
* QR Code
* Data Matrix
* Aztec
* UPC-A
* UPC-E
* EAN-8
* EAN-13
* Code 39
* Code 93
* Code 128
* Codabar
* ITF
* RSS-14 | 200 | null | {"data": ""} | {"type": "object", "required": ["data"], "properties": {"data": {"type": "string"}}} |
0a948ebd-d06c-49ce-a62c-72a73b898470/b9320717-26f7-4902-b0e6-620710c5527c/0/0 | QR Code and Barcode Manager | QR Code and Barcode Manager API contains Scanner (Reader) and Generator (Creator) API. | 8.7 | /decode | Decode QR or barcode from file, provided as
* file URL in query param
* base64 encoded file in request body
* binary file in multipart form
Unlike /scan no need to specify the code format, it will be decoded.
Supported formats:
* QR Code
* Data Matrix
* Aztec
* UPC-A
* UPC-E
* EAN-8
* EAN-13
* Code 39
* Code 93
* Code... | 200 | null | {"data": "", "format": "QR_CODE"} | {"type": "object", "required": ["data"], "properties": {"data": {"type": "string"}, "format": {"type": "string", "enum": ["QR_CODE", "DATA_MATRIX", "AZTEC", "UPC_A", "UPC_E", "EAN_8", "EAN_13", "CODE_39", "CODE_93", "CODE_128", "CODABAR", "ITF", "RSS_14"]}}} |
3a85bdd7-0c79-451c-882c-da6b4fc25282/dc9c9084-f16d-4aef-a8e2-267194f9872d/0/0 | Youtube Captions | Whether you're building a language learning app, creating subtitled videos, or need to analyze captions for research purposes, our API has got you covered. It's time to make it happen!
New update - You can now generate caption even if the video has not caption on youtube. (Endpoint: create-transcript) | 8.8 | Get Caption v2 | This is the second version to get the video Transcript/Caption for a Youtube video. | 200 | Response | [{"text": "look at how satisfying this worker is", "duration": 4620, "offset": 0}, {"text": "and this worker is even more satisfying", "duration": 4079, "offset": 2280}, {"text": "and this entire video is full of people", "duration": 4559, "offset": 4620}, {"text": "like this and more oh my gosh oh look", "duration": 4... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "duration": {"type": "integer"}, "offset": {"type": "integer"}}, "required": ["duration", "offset", "text"]}} |
3a85bdd7-0c79-451c-882c-da6b4fc25282/1387ca3c-a125-45e3-abd0-5b0402ca88b4/0/0 | Youtube Captions | Whether you're building a language learning app, creating subtitled videos, or need to analyze captions for research purposes, our API has got you covered. It's time to make it happen!
New update - You can now generate caption even if the video has not caption on youtube. (Endpoint: create-transcript) | 8.8 | Get Caption | This is the first option to get the caption/transcription. | 200 | Response | [{"start": "0", "dur": "4.62", "text": "look at how satisfying this worker is"}, {"start": "2.28", "dur": "4.079", "text": "and this worker is even more satisfying"}, {"start": "4.62", "dur": "4.559", "text": "and this entire video is full of people"}, {"start": "6.359", "dur": "4.621", "text": "like this and more oh m... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"start": {"type": "string"}, "dur": {"type": "string"}, "text": {"type": "string"}}, "required": ["dur", "start", "text"]}} |
020074d6-f86a-418b-9a8a-d87b3d634b7f/4864f778-1753-4cae-8882-dbe346c2222b/0/0 | Email Validation | Checks whether an email address is valid and has MX records. | null | validate | Checks whether an email is valid and has MX records. | 200 | Response | {"status": "valid"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}}, "required": ["status"]} |
720cc678-5e9a-42e4-a99a-28d6c2c848dc/2fc91a38-f0e5-4fc5-a6e9-76675114a4f3/0/0 | Word To Image | Convert Word documents to images. The converted file maintains the original formatting of the Word document as much as possible, enhancing readability. | 5.6 | Word To Image | Support doc, docx format files
Upload a single file size of up to 20M | 200 | Response | {"code": "200", "status": "SUCCESS", "date": "12/03/2023 07:29:57 PM", "result": "UEsDBBQAAAAIALwbhFcH6IylXC8AAHFGAAAFAAAAMS5qcGftentUU9e+btQqbWmlFAQFgW5tUUGgGB7ybiuPVgmIIQSFQBsUJEAizwCBpK1VeQjZbB9AeERBEgiQlGIMIYRUBVEgIIbwSIDII7xCCG8IIcmNe5999hl3nDvuPWfcf+64/lbWnN+aa6455/rmXDPf+s2lHlK/BXx21vsHb8CuXQDALs0GUE/sPv7DmTPh5y... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "string"}, "status": {"type": "string"}, "date": {"type": "string"}, "result": {"type": "string"}}, "required": ["code", "date", "result", "status"]} |
78f38310-f4ce-4af1-a955-0df2672dc4ea/a9c48644-121b-4cfb-992f-29c4c1494a1c/0/0 | ASN Details Extraction | The ASN Details Extraction API empowers your applications to effortlessly retrieve comprehensive information about Autonomous System Numbers (ASNs). With a user-friendly endpoint, this API seamlessly integrates into your systems, providing details such as Organization Name, IP Addresses, and more in JSON format. Explor... | 6.7 | Extract ASN Information | REST API endpoint to extract Organization Name, IP Addresses, and other ASN information from provided IPv4 or IPv6 address. | 200 | Response | {"asn": "15169", "org": "GOOGLE, US", "asn_cidr": "8.8.8.0/24", "country_code": "US", "asn_date": "1992-12-01", "asn_registry": "arin", "entities": ["GOGL"], "network": {"cidr": "8.8.8.0/24", "first_ip_address": "8.8.8.0", "last_ip_address": "8.8.8.255", "ip_version": "v4", "name": "LVLT-GOGL-8-8-8", "country": null, "... | {"type": "object", "properties": {"asn": {"type": "string"}, "org": {"type": "string"}, "asn_cidr": {"type": "string"}, "country_code": {"type": "string"}, "asn_date": {"type": "string"}, "asn_registry": {"type": "string"}, "entities": {"type": "array", "items": {"type": "string"}}, "network": {"type": "object", "prope... |
fce1a9ae-7e8d-4e1e-9a6c-cc21e062d5e3/3e65809a-b3f8-485f-b3cd-6883847cac5a/0/0 | QR Code generator | REST API to generate QR code for a provided URL. | null | Generate QR Code | REST API endpoint to generate a QR code for a provided 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"]} |
4d4e874b-cce1-4fe8-be63-5ae698dfa9a7/ce07e355-bfa8-44af-8eeb-f6377ce654d0/0/0 | HTMLRemover | This API removes HTML tags from text | null | https://ap-southeast-1.aws.data.mongodb-api.com/app/htmlstrip-owqjz/endpoint/htmlstrip | Use this endpoint to strip your text of HTML tags | 200 | Example_1 | {"Content-Type": "application/json"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Content-Type": {"type": "string"}}, "required": ["Content-Type"]} |
7c9d5cdb-bf98-41e6-99a6-253df8d14ab6/041e1623-3bc4-489a-b314-69710c94414e/0/0 | Proxy Rotator | Get a new HTTP, SOCKS4 or SOCKS5 proxy for every request. | null | proxy | Get a new HTTP, SOCKS4 or SOCKS5 proxy for every request. | 200 | Response | {"proxy": "200.54.22.74:8080"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"proxy": {"type": "string"}}, "required": ["proxy"]} |
86e4ef40-de4f-4186-99be-768e8b6a7685/c18e28d0-3b28-4dce-8bfa-10a36e1b01ed/0/0 | hCaptcha Solver | hCaptcha puzzle solving. | 8.5 | Get hCaptcha result | Get the result of hCaptcha solver. | 200 | Response | {"status": "ready", "task_id": "1258692803", "hcaptcha_response": "P1_eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.hKdwYXNza2V5xQbylqRi_OgS_TsP-_rQlJ48iaja1O_LZoDUANO3Gh3D-y6P5T-Pys6PzoixCmvkswEN1nlT1T9SDpsAP_jrgUruy6kuGkDzpYlEZTfLmzpkVHzmwvEzKxVWXCst_SZlLkl14AUleNUKjmlkkN4koZNzKIx89fBJxoniJD8_TczTlotzH7dMDCJo6FZR7ZuQZs5LoZYoL... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "task_id": {"type": "string"}, "hcaptcha_response": {"type": "string"}, "user_agent": {"type": "string"}, "resp_key": {"type": "string"}}, "required": ["hcaptcha_response", "resp_key", "status", "task_id", "user... |
86e4ef40-de4f-4186-99be-768e8b6a7685/c8f4e58d-7a07-4942-831a-7489187ccd30/0/0 | hCaptcha Solver | hCaptcha puzzle solving. | 8.5 | hCaptchaCreateTask | Create the hCaptcha solver task | 200 | Example_1 | {"status": "processing", "task_id": 1148110718, "message": "For hcaptcha token send task_id to /get_result"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "task_id": {"type": "integer"}, "message": {"type": "string"}}, "required": ["message", "status", "task_id"]} |
8e004aff-9fe2-44bf-8fdd-debfeab218ff/e5509212-fc80-4466-9764-983ceb12ad77/0/0 | Secure Password Generator | Quickly generate a secure password. | null | generate | Quickly generate a secure password. | 200 | Response | {"password": "wY*RYte5G^Z#gTtH"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"password": {"type": "string"}}, "required": ["password"]} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.