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
e066bd85-38e9-461c-9e8b-6dd8acfdce36/b511f59d-332a-4977-892c-5cfc5d87e2cd/0/0
Indian Vehicle Info (By Vehicle Registration Number)
Get Vehicle Information, by entering vehicle registration number. get all Indian vehicle info. INDIAN Vehicle INFO API
8.3
Get Vehicle Info
Get vehicle info by entering the required parameters.
200
Response
{"statusCode": 200, "message": "successfully fetched", "data": {"brand_image_url": "https://img.gaadicdn.com/images/mycar/car_Toyota.png", "car_image": "https://img.gaadicdn.com/images/car-images/large/Toyota/Toyota-Innova/1174/1544512362262/front-left-side-47.jpg", "central_make_id": 13, "central_model_id": 368, "cent...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"statusCode": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"brand_image_url": {"type": "string"}, "car_image": {"type": "string"}, "central_make_id": {"type": "integer"}, "central_model_id": {...
37fbed68-75a4-4c54-991c-ef834226c215/104cc361-7670-4475-91ea-788caf80847f/0/0
ElectriCar
Explore the World of Electric Cars With Our Comprehensive Electricar API. Discover Information About Various Electric Car Models Sourced Directly From the US Government Public Database.
5.9
All Car Information
Our API endpoint provides key details about electric cars, including their Electric Vehicle Type, eligibility for Clean Alternative Fuel Vehicle (CAFV) incentives, and the associated Electric Utility information.
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"properties": {"detail": {"items": {"properties": {"loc": {"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, "type": "array", "title": "Location"}, "msg": {"type": "string", "title": "Message"}, "type": {"type": "string", "title": "Error Type"}}, "type": "object", "required": ["loc", "msg", "type"], "titl...
37fbed68-75a4-4c54-991c-ef834226c215/104cc361-7670-4475-91ea-788caf80847f/1/0
ElectriCar
Explore the World of Electric Cars With Our Comprehensive Electricar API. Discover Information About Various Electric Car Models Sourced Directly From the US Government Public Database.
5.9
All Car Information
Our API endpoint provides key details about electric cars, including their Electric Vehicle Type, eligibility for Clean Alternative Fuel Vehicle (CAFV) incentives, and the associated Electric Utility information.
200
Response
[{"_id": "64b8150c3f35c83376286f21", "VIN (1-10)": "1N4AZ0CP5D", "County": "Kitsap", "City": "Bremerton", "State": "WA", "Postal Code": 98310, "Model Year": 2013, "Make": "NISSAN", "Model": "LEAF", "Electric Vehicle Type": "Battery Electric Vehicle (BEV)", "Clean Alternative Fuel Vehicle (CAFV) Eligibility": "Clean Alt...
{"type": "array", "items": {"type": "object"}, "title": "Response Get Electric Cars Paginated Electricars Get"}
a449e4e2-b034-403b-9e46-c04e75f090a0/514d80e0-463e-41bf-a108-7ab27dd4ea1d/0/0
Flightradar24 com
Flight Radar. Real-time data, unofficial API flightradar24.com. The API helps search for flights, airports, and airlines...
9.2
flights/search
flights/search
200
Example_1
{"data": {"results": [{"detail": {"lat": -8.85837, "lon": 13.23117, "size": 10967}, "id": "LAD", "label": "Luanda Quatro de Fevereiro Airport (LAD / FNLU)", "match": "iata", "type": "airport"}, {"detail": {"lat": 49.012516, "lon": 2.555752, "size": 224486}, "id": "CDG", "label": "Paris Charles de Gaulle Airport (CDG / ...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"detail": {"type": "object"}, "id": {"type": "string"}, "label": {"type": "string"}, "match": {"type": "string"}, "type": {"type": "string"}}}}, "stats": {"type": "object",...
a449e4e2-b034-403b-9e46-c04e75f090a0/c1643e54-8bc4-47b5-9c5b-b79ab0b9fdc0/0/0
Flightradar24 com
Flight Radar. Real-time data, unofficial API flightradar24.com. The API helps search for flights, airports, and airlines...
9.2
airports/search
Search airports
200
Example_1
{"data": [{"detail": {"lat": 40.639751, "lon": -73.7789, "size": 222272}, "id": "JFK", "label": "New York John F. Kennedy International Airport (JFK / KJFK)", "match": "begins", "type": "airport"}, {"detail": {"lat": 40.692501, "lon": -74.168602, "size": 201454}, "id": "EWR", "label": "New York Newark Liberty Internati...
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"detail": {"type": "object", "properties": {"lat": {"type": "number"}, "lon": {"type": "number"}, "size": {"type": "integer"}}}, "id": {"type": "string"}, "label": {"type": "string"}, "match": {"type": "string"}, "typ...
a449e4e2-b034-403b-9e46-c04e75f090a0/3404fb35-3c85-4b35-9205-3248267253f5/0/0
Flightradar24 com
Flight Radar. Real-time data, unofficial API flightradar24.com. The API helps search for flights, airports, and airlines...
9.2
flights/most-tracked
flights/most-tracked
200
Example_1
{"data": [{"callsign": "ANA758", "clicks": 1088, "flight": "NH758", "flight_id": "32b3f9dc", "from_city": "Komatsu", "from_iata": "KMQ", "model": "B738", "squawk": null, "to_city": "Tokyo", "to_iata": "HND", "type": "Boeing 737-881"}, {"callsign": "IAM1445", "clicks": 952, "flight": "IAM1445", "flight_id": "32b3ee18", ...
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object"}}, "message": {"type": "string"}, "status": {"type": "boolean"}, "update_time": {"type": "number"}, "version": {"type": "string"}}}
a449e4e2-b034-403b-9e46-c04e75f090a0/63384f8a-2d03-43be-9614-67f03bb34b1f/0/0
Flightradar24 com
Flight Radar. Real-time data, unofficial API flightradar24.com. The API helps search for flights, airports, and airlines...
9.2
flights/detail
flights/detail
200
Example_1
{"data": {"aircraft": {"age": null, "countryId": 235, "hex": "43c77d", "images": {"large": [{"copyright": "Ethan Hew - p_nilly", "link": "https://www.jetphotos.com/photo/10439738", "source": "Jetphotos", "src": "https://cdn.jetphotos.com/640cb/5/44845_1642157365.jpg?v=0"}, {"copyright": "Jevgeni Ivanov", "link": "https...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"aircraft": {"type": "object", "properties": {"age": {"type": "null"}, "countryId": {"type": "integer"}, "hex": {"type": "string"}, "images": {"type": "object", "properties": {"large": {"type": "array", "items": {"type": "object", "properties":...
a449e4e2-b034-403b-9e46-c04e75f090a0/d1ba5ec9-d9d9-4b0f-b483-1970626f286e/0/0
Flightradar24 com
Flight Radar. Real-time data, unofficial API flightradar24.com. The API helps search for flights, airports, and airlines...
9.2
airlines/list
airlines/list
200
Example_1
{"data": [{"active": true, "hub": null, "iata": "2I", "icao": "CSB", "id": 1545, "metadata": {"images": {"logotypes": {"default": {"file": {"dimensions": {"height": 45, "width": 83}, "name": "2I_CSB.png", "size": 1806, "source": "https://s3.eu-central-1.amazonaws.com/images.flightradar24.com/assets/airlines/logotypes/2...
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object"}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
a449e4e2-b034-403b-9e46-c04e75f090a0/3b55eaae-234f-448f-8165-1f4c482e005f/0/0
Flightradar24 com
Flight Radar. Real-time data, unofficial API flightradar24.com. The API helps search for flights, airports, and airlines...
9.2
airlines/routes
airlines/routes
200
Example_1
{"data": {"arrivals": {"United States": {"airports": {"CVG": {"city": "Cincinnati", "distance": 2120151, "flights": {"2I529": {"utc": {"2023-11-04": {"aircraft": "B762", "offset": -21600, "time": "13:53", "timestamp": 1699105980}}}}, "icao": "KCVG", "name": "Cincinnati Northern Kentucky International Airport", "positio...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"arrivals": {"type": "object", "properties": {"United States": {"type": "object", "properties": {"airports": {"type": "object", "properties": {"CVG": {"type": "object", "properties": {"city": {"type": "string"}, "distance": {"type": "integer"},...
a449e4e2-b034-403b-9e46-c04e75f090a0/53d6ba7f-5abf-4196-97aa-144e602d65ac/0/0
Flightradar24 com
Flight Radar. Real-time data, unofficial API flightradar24.com. The API helps search for flights, airports, and airlines...
9.2
airports/review-summary
airports/review-summary
200
Example_1
{"data": {"aircraftImages": [], "airlines": {"codeshare": {"DL": {"code": {"iata": "", "icao": ""}, "name": ""}, "DT": {"code": {"iata": "", "icao": ""}, "name": ""}, "G3": {"code": {"iata": "", "icao": ""}, "name": ""}, "IB": {"code": {"iata": "", "icao": ""}, "name": ""}, "KL": {"code": {"iata": "", "icao": ""}, "nam...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"aircraftImages": {"type": "array", "items": {"type": "object"}}, "airlines": {"type": "object", "properties": {"codeshare": {"type": "object", "properties": {"DL": {"type": "object", "properties": {"code": {"type": "object", "properties": {"ia...
a449e4e2-b034-403b-9e46-c04e75f090a0/e2ccccc4-4555-44ba-a592-eecbd16249ef/0/0
Flightradar24 com
Flight Radar. Real-time data, unofficial API flightradar24.com. The API helps search for flights, airports, and airlines...
9.2
airports/route-detail
airports/route-detail
200
Example_1
{"data": {"arrivals": {"France": {"airports": {"CDG": {"city": "Paris", "flights": {"AF971": {"airline": {"iata": "AF", "icao": "AFR", "name": "Air France", "url": "af-afr"}, "utc": {"2023-11-08": {"aircraft": "332", "offset": 3600, "time": "06:00", "timestamp": 1699423200}, "2023-11-10": {"aircraft": "332", "offset": ...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"arrivals": {"type": "object", "properties": {"France": {"type": "object", "properties": {"airports": {"type": "object", "properties": {"CDG": {"type": "object", "properties": {"city": {"type": "string"}, "flights": {"type": "object", "properti...
a449e4e2-b034-403b-9e46-c04e75f090a0/be8eec51-6cac-4499-be36-c39cb0207226/0/0
Flightradar24 com
Flight Radar. Real-time data, unofficial API flightradar24.com. The API helps search for flights, airports, and airlines...
9.2
airports/detail
Airports Detail
200
Example_1
{"data": {"aircraftImages": null, "airlines": {"codeshare": null}, "airport": {"pluginData": {"aircraftCount": {"ground": 25, "onGround": {"total": 23, "visible": 2}}, "details": {"airportImages": null, "code": {"iata": "LAD", "icao": "FNLU"}, "delayIndex": {"arrivals": null, "departures": null}, "name": "Luanda Quatro...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"aircraftImages": {"type": "null"}, "airlines": {"type": "object", "properties": {"codeshare": {"type": "null"}}}, "airport": {"type": "object", "properties": {"pluginData": {"type": "object", "properties": {"aircraftCount": {"type": "object", ...
a449e4e2-b034-403b-9e46-c04e75f090a0/9f2a8dde-7328-4c32-b0d0-52d18fbd6f3a/0/0
Flightradar24 com
Flight Radar. Real-time data, unofficial API flightradar24.com. The API helps search for flights, airports, and airlines...
9.2
airports/disruptions
Airport disruptions LIVE
200
Example_1
{"data": {"indices": null, "rank": [{"airport": {"city": "Makassar", "code": {"iata": "UPG", "icao": "WAAA"}, "continent": 3, "country": {"alpha2": "ID", "alpha3": "IDN", "name": "INDONESIA"}, "latitude": -5.06381, "longitude": 119.556488, "name": "Makassar Sultan Hasanuddin International Airport", "timezone": {"abbr":...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"indices": {"type": "null"}, "rank": {"type": "array", "items": {"type": "object", "properties": {"airport": {"type": "object", "properties": {"city": {"type": "string"}, "code": {"type": "object", "properties": {"iata": {"type": "string"}, "ic...
a449e4e2-b034-403b-9e46-c04e75f090a0/8f20cc4e-238d-4366-b4dd-1d4c56215496/0/0
Flightradar24 com
Flight Radar. Real-time data, unofficial API flightradar24.com. The API helps search for flights, airports, and airlines...
9.2
airports/reviews
airports/reviews
200
Example_1
{"currentPage": 1, "data": [{"content": "Smooth check in, need to triage passengers. Business and First Class passengers to be given the necessary treat. \r\n\r\nSecurity check staff unfriendly and hold no respect for passengers. Talk to each other and pay no attention if not 100% focus on serving the passengers.", "da...
{"type": "object", "properties": {"currentPage": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object"}}, "message": {"type": "string"}, "resultsPerPage": {"type": "integer"}, "status": {"type": "boolean"}, "totalPages": {"type": "integer"}, "totalResultCount": {"type": "integer"}}}
8b0f215a-6eb5-4f85-9025-4f560799707b/104ad75c-1319-4d68-8fae-2f0c6edf337c/0/0
SEO Fast Audit
One click onpage SEO audit API : Analyse the content from an URL the major SEO tags : title, description, H1, img, and links. insanely fast < 200ms
8.8
Scraper
Gets the text of any html selector
200
New Example
{"result": ["Ton site en 1\u00e8re PAGE Google !"]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "array", "items": {"type": "string"}}}, "required": ["result"]}
8b0f215a-6eb5-4f85-9025-4f560799707b/6d963f8e-d847-41f4-aa81-58523bafdf96/0/0
SEO Fast Audit
One click onpage SEO audit API : Analyse the content from an URL the major SEO tags : title, description, H1, img, and links. insanely fast < 200ms
8.8
Analysis
Analyse the content from URL
200
New Example
{"result": {"wordsCounts": 223, "googleAnalytics": false, "facebookPixel": false, "wordpress": false, "shopify": false, "prestashop": false, "title": {"tag": "title", "counts": 1, "data": [{"text": "H&M offers fashion and quality at the best price", "words": 9}]}, "h1": {"tag": "h1", "counts": 2, "data": [{"text": "H&M...
{"type": "object", "properties": {"result": {"type": "object", "properties": {"wordsCounts": {"type": "integer"}, "googleAnalytics": {"type": "boolean"}, "facebookPixel": {"type": "boolean"}, "wordpress": {"type": "boolean"}, "shopify": {"type": "boolean"}, "prestashop": {"type": "boolean"}, "title": {"type": "object",...
18354ee9-af6c-4b56-8d0d-da1737550b8e/0ee7e987-2865-4979-8920-a84511f771b8/1/0
JSON Sort and Filter
Filter and sort your JSON data.
7.4
change json orientation
This endpoint can be used to change the json orientation.
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...
18354ee9-af6c-4b56-8d0d-da1737550b8e/f53227c7-edb7-4bad-b6bf-ce2790962248/1/0
JSON Sort and Filter
Filter and sort your JSON data.
7.4
sort json
This endpoint is used to sort json data.
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...
18354ee9-af6c-4b56-8d0d-da1737550b8e/7ae093c6-b29e-4c49-84e9-e0c1baa11f0b/0/0
JSON Sort and Filter
Filter and sort your JSON data.
7.4
filter json
This endpoint is used to filter the JSON data.
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...
e55d3206-5f3c-45db-99d8-c3a91f13aef8/44bfc6d4-c0dd-40d5-be8b-d7c54635c5c3/0/0
Character Checker
Check if a string contains certain types of characters.
null
uppercase
Checks if all of the characters in the provided string, text, are uppercase characters.
200
Response
{"check": true}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"check": {"type": "boolean"}}, "required": ["check"]}
e55d3206-5f3c-45db-99d8-c3a91f13aef8/634d34cc-c6fa-4111-bb9b-d080c341c8f7/0/0
Character Checker
Check if a string contains certain types of characters.
null
punctuation
Checks if all of the characters in the provided string are punctuation character.
200
Response
{"check": true}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"check": {"type": "boolean"}}, "required": ["check"]}
e55d3206-5f3c-45db-99d8-c3a91f13aef8/ca1baeae-01f5-452b-819b-be59a4493a94/0/0
Character Checker
Check if a string contains certain types of characters.
null
lowercase
Checks if all of the characters in the provided string are lowercase letters.
200
Response
{"check": true}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"check": {"type": "boolean"}}, "required": ["check"]}
e55d3206-5f3c-45db-99d8-c3a91f13aef8/9943f84e-ff01-43b3-9a00-48ac8d076c8b/0/0
Character Checker
Check if a string contains certain types of characters.
null
digit
Checks if all of the characters in the provided string are numerical.
200
Response
{"check": true}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"check": {"type": "boolean"}}, "required": ["check"]}
e55d3206-5f3c-45db-99d8-c3a91f13aef8/7167c3b4-6cd6-44cb-bbb3-f82c8c75a9b4/0/0
Character Checker
Check if a string contains certain types of characters.
null
alphabetic
Checks if all of the characters in the provided string are alphabetic.
200
Response
{"check": true}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"check": {"type": "boolean"}}, "required": ["check"]}
e55d3206-5f3c-45db-99d8-c3a91f13aef8/24e4d826-972a-4b82-b5a0-1e741aaab3e7/0/0
Character Checker
Check if a string contains certain types of characters.
null
alphanumeric
Checks if all of the characters in the provided string are alphanumeric.
200
Response
{"check": true}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"check": {"type": "boolean"}}, "required": ["check"]}
9978c889-9239-43ae-b287-031a1a3a19fb/50e70181-2cc9-4f4c-b7b2-8b02aa608389/0/0
Unfurl API written in go
Simplest API to unfurl URL descriptions, titles, images, and products, from all sites without being blocked. Fast and reliable.
8.3
Unfurl
Send a url as a url param to our API to preview it
200
New Example
{"description": "Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.", "favicon": "https://www.youtube.com/s/desktop/82a4cf4f/img/favicon_32x32.png", "hostname": "youtube.com", "keywords": "video, sharing, camera phone, video phone, free, upload...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"description": {"type": "string"}, "favicon": {"type": "string"}, "hostname": {"type": "string"}, "keywords": {"type": "string"}, "og:image": {"type": "string"}, "title": {"type": "string"}}, "required": ["description", "favicon", "hostname"...
caaa6a6f-7679-484b-a4ab-c47cdc8cbc66/4cd0c02a-8f2f-4fad-b006-9cc2f61fe58a/0/0
🔴 USER AGENTS 🔴 Daddy
Introducing the User Agents API - the ultimate solution for generating authentic and diverse user agents for your website or application. Our API uses advanced algorithms to create user agents that mimic real browsers and devices, ensuring that your requests are not blocked or flagged as suspicious. With a simple API c...
7.3
Mobile
The /mobile endpoint of the User Agent Generator API generates a user agent for a mobile device. It returns a JSON object containing the generated user agent string. This endpoint is useful when you want to simulate requests coming from mobile devices. You can use this endpoint to test your website or application's res...
200
Example
{"appName": "Netscape", "platform": "MacIntel", "pluginsLength": 1, "vendor": "Apple Computer, Inc.", "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10157) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Safari/605.1.15", "viewportHeight": 1340, "viewportWidth": 1270, "deviceCategory": "desktop", "screenHei...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"appName": {"type": "string"}, "platform": {"type": "string"}, "pluginsLength": {"type": "integer"}, "vendor": {"type": "string"}, "userAgent": {"type": "string"}, "viewportHeight": {"type": "integer"}, "viewportWidth": {"type": "integer"}, ...
caaa6a6f-7679-484b-a4ab-c47cdc8cbc66/8c951267-e8b7-4f5f-be82-bf1a862a5f9f/0/0
🔴 USER AGENTS 🔴 Daddy
Introducing the User Agents API - the ultimate solution for generating authentic and diverse user agents for your website or application. Our API uses advanced algorithms to create user agents that mimic real browsers and devices, ensuring that your requests are not blocked or flagged as suspicious. With a simple API c...
7.3
Desktop
The /desktop endpoint of the User Agent Generator API generates a user agent for a desktop device. It returns a JSON object containing the generated user agent string. This endpoint is useful when you want to simulate requests coming from desktop devices. You can use this endpoint to test your website or application's ...
200
Example
{"appName": "Netscape", "platform": "MacIntel", "pluginsLength": 1, "vendor": "Apple Computer, Inc.", "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10157) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Safari/605.1.15", "viewportHeight": 1340, "viewportWidth": 1270, "deviceCategory": "desktop", "screenHei...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"appName": {"type": "string"}, "platform": {"type": "string"}, "pluginsLength": {"type": "integer"}, "vendor": {"type": "string"}, "userAgent": {"type": "string"}, "viewportHeight": {"type": "integer"}, "viewportWidth": {"type": "integer"}, ...
caaa6a6f-7679-484b-a4ab-c47cdc8cbc66/ed60e3a6-5656-4635-bf64-564b9690d285/0/0
🔴 USER AGENTS 🔴 Daddy
Introducing the User Agents API - the ultimate solution for generating authentic and diverse user agents for your website or application. Our API uses advanced algorithms to create user agents that mimic real browsers and devices, ensuring that your requests are not blocked or flagged as suspicious. With a simple API c...
7.3
Random
The /rnd endpoint of the User Agent Generator API generates a random user agent. It returns a JSON object containing the generated user agent string. This endpoint is useful when you want to generate a diverse set of user agents to improve your online presence and protect your business from fraud and scraping. For exam...
200
Example
{"appName": "Netscape", "platform": "MacIntel", "pluginsLength": 1, "vendor": "Apple Computer, Inc.", "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10157) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Safari/605.1.15", "viewportHeight": 1340, "viewportWidth": 1270, "deviceCategory": "desktop", "screenHei...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"appName": {"type": "string"}, "platform": {"type": "string"}, "pluginsLength": {"type": "integer"}, "vendor": {"type": "string"}, "userAgent": {"type": "string"}, "viewportHeight": {"type": "integer"}, "viewportWidth": {"type": "integer"}, ...
caaa6a6f-7679-484b-a4ab-c47cdc8cbc66/28157019-a5e0-4d26-80ac-5182a5898df8/0/0
🔴 USER AGENTS 🔴 Daddy
Introducing the User Agents API - the ultimate solution for generating authentic and diverse user agents for your website or application. Our API uses advanced algorithms to create user agents that mimic real browsers and devices, ensuring that your requests are not blocked or flagged as suspicious. With a simple API c...
7.3
Tablet
The /tablet endpoint of the User Agent Generator API generates a user agent for a tablet device. It returns a JSON object containing the generated user agent string. This endpoint is useful when you want to simulate requests coming from tablet devices. You can use this endpoint to test your website or application's fun...
200
Example
{"appName": "Netscape", "platform": "MacIntel", "pluginsLength": 1, "vendor": "Apple Computer, Inc.", "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10157) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Safari/605.1.15", "viewportHeight": 1340, "viewportWidth": 1270, "deviceCategory": "desktop", "screenHei...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"appName": {"type": "string"}, "platform": {"type": "string"}, "pluginsLength": {"type": "integer"}, "vendor": {"type": "string"}, "userAgent": {"type": "string"}, "viewportHeight": {"type": "integer"}, "viewportWidth": {"type": "integer"}, ...
23cc04cd-eb76-4103-b899-c8ace8fdc321/9dc1eb2e-fc2a-427c-9716-f4a879ad36d2/0/0
IP ECHO
echo your ip
7.6
text
Response your real IP with plain format
200
Response
{"ip": "167.179.13.121"}
{"type": "object", "properties": {"ip": {"type": "string"}}}
23cc04cd-eb76-4103-b899-c8ace8fdc321/649ce075-d3ee-4568-a8d7-25751dd7e6e7/0/0
IP ECHO
echo your ip
7.6
json
Response your real IP with json format
200
Response
{"ip": "167.179.13.121"}
{"type": "object", "properties": {"ip": {"type": "string"}}}
32fa9416-ed86-46c4-a0af-f62be092e8f8/d2a3a35e-700a-435b-8e14-7a32fb984564/0/0
CustomQR Studio: Personalized QR Codes with Logo
Create unique QR codes with logos and custom colors. CustomQR Studio lets you easily generate personalized QR codes that incorporate your branding. Upload your logo, choose colors, and input your text data. Get a custom QR code file URL ready to share and scan. Stand out with CustomQR Studio!
7.9
version1_v1_post
200
null
{"url": ""}
{"properties": {"url": {"type": "string", "title": "Url"}}, "type": "object", "required": ["url"], "title": "V1ResponseModel"}
32fa9416-ed86-46c4-a0af-f62be092e8f8/d2a3a35e-700a-435b-8e14-7a32fb984564/1/0
CustomQR Studio: Personalized QR Codes with Logo
Create unique QR codes with logos and custom colors. CustomQR Studio lets you easily generate personalized QR codes that incorporate your branding. Upload your logo, choose colors, and input your text data. Get a custom QR code file URL ready to share and scan. Stand out with CustomQR Studio!
7.9
version1_v1_post
400
null
{"details": ""}
{"properties": {"details": {"type": "string", "title": "Details"}}, "type": "object", "required": ["details"], "title": "V1ResponseErrorModel"}
32fa9416-ed86-46c4-a0af-f62be092e8f8/d2a3a35e-700a-435b-8e14-7a32fb984564/2/0
CustomQR Studio: Personalized QR Codes with Logo
Create unique QR codes with logos and custom colors. CustomQR Studio lets you easily generate personalized QR codes that incorporate your branding. Upload your logo, choose colors, and input your text data. Get a custom QR code file URL ready to share and scan. Stand out with CustomQR Studio!
7.9
version1_v1_post
413
null
{"details": ""}
{"properties": {"details": {"type": "string", "title": "Details"}}, "type": "object", "required": ["details"], "title": "V1ResponseErrorModel"}
32fa9416-ed86-46c4-a0af-f62be092e8f8/d2a3a35e-700a-435b-8e14-7a32fb984564/3/0
CustomQR Studio: Personalized QR Codes with Logo
Create unique QR codes with logos and custom colors. CustomQR Studio lets you easily generate personalized QR codes that incorporate your branding. Upload your logo, choose colors, and input your text data. Get a custom QR code file URL ready to share and scan. Stand out with CustomQR Studio!
7.9
version1_v1_post
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"properties": {"detail": {"items": {"properties": {"loc": {"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, "type": "array", "title": "Location"}, "msg": {"type": "string", "title": "Message"}, "type": {"type": "string", "title": "Error Type"}}, "type": "object", "required": ["loc", "msg", "type"], "titl...
7d786fba-d86b-437f-80f0-2a3227edbb16/2f7d0172-4fb2-438b-9df0-f180beea5ba8/0/0
Quick Summary and Readtime
An API that allows will calculate how long it will take to read some text, or to create summary of a larger amount of text (e.g. TLDR)
null
Read Time
Determine how long it will take to read an article
200
New Example
{"time": 1, "time_string": "1 min"}
{"type": "object", "properties": {"time": {"type": "integer"}, "time_string": {"type": "string"}}}
19056bae-1788-4df2-a1a7-e239afff9809/4deaff49-c806-40b2-af59-468446b1dce0/1/0
Short a Single URL
A SPRL "Short a Single URL" API helps you to create a shorten url for your long, wide url.
7
Bulk URL(s) Short
You can call "Bulk URL(s) Short" API to programmatically create thousands of shorten URLs for longer URLs by calling a single API request. You can use your own branded domain or SPRL default domain and also you can set the expiry date for the campaign.
200
Response
{"code": 100, "message": "success", "data": {"short_urls": ["https://byrl.me/NoDQupW", "https://byrl.me/XoYP8eN"]}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"short_urls": {"type": "array", "items": {"type": "string"}}}, "required": ["short_urls"]}}, "required": ["code", "data", "message"]}
d4ad10b6-2a61-46e3-ae98-2cc3ca529cda/4c41888e-b70b-471f-bf4b-ab6d14c40e3a/0/0
Cloudentify
Submit a public IP address and find out which cloud it's hosted in
null
Get cloud provider
Returns the identified cloud provider
200
New Example
{"provider": "AWS"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"provider": {"type": "string"}}, "required": ["provider"]}
b39901be-b36b-4cd8-a30d-5966e893e577/f8f7a460-4140-4a7c-a78e-297c3dd7ed6b/0/0
Text To Speach API
The Text-to-Speech API is a powerful tool that converts written text into natural-sounding speech, allowing applications and devices to communicate with users through spoken language.
9.3
Get Supported Languages
The "Get Supported Languages" endpoint provides a list of languages supported by the system or application for multilingual functionalities.
200
Response
{"af": "Afrikaans", "sq": "Albanian", "ar": "Arabic", "hy": "Armenian", "ca": "Catalan", "zh": "Chinese", "zh-cn": "Chinese (Mandarin/China)", "zh-tw": "Chinese (Mandarin/Taiwan)", "zh-yue": "Chinese (Cantonese)", "hr": "Croatian", "cs": "Czech", "da": "Danish", "nl": "Dutch", "en": "English", "en-au": "English (Austra...
{"type": "object", "properties": {"af": {"type": "string"}, "sq": {"type": "string"}, "ar": {"type": "string"}, "hy": {"type": "string"}, "ca": {"type": "string"}, "zh": {"type": "string"}, "zh-cn": {"type": "string"}, "zh-tw": {"type": "string"}, "zh-yue": {"type": "string"}, "hr": {"type": "string"}, "cs": {"type": "...
aee7d754-d557-48a2-8425-18ef1fbacf12/f16fe806-8848-423e-a51e-fde602c3e5e8/0/0
DNS Lookup
API to programmatically perform DNS lookups.
null
lookup
API to programmatically perform DNS lookups.
200
Response
[{"host": "example.com", "class": "IN", "ttl": 20497, "type": "A", "ip": "93.184.216.34"}, {"host": "example.com", "class": "IN", "ttl": 3343, "type": "NS", "target": "a.iana-servers.net"}, {"host": "example.com", "class": "IN", "ttl": 3343, "type": "NS", "target": "b.iana-servers.net"}, {"host": "example.com", "class"...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"host": {"type": "string"}, "class": {"type": "string"}, "ttl": {"type": "integer"}, "type": {"type": "string"}, "ip": {"type": "string"}, "target": {"type": "string"}, "mname": {"type": "string"}, "rname": {"type"...
169b4f15-fd18-47f1-a9d8-10e6f29d3faf/563fa7fc-3f0c-4af3-b35d-c30bf5b810d0/0/0
Torrent-Search
This script is a JavaScript code that uses the @dil5han/torrent-api module to create a server that can search multiple torrent websites and return the results to the client in JSON format.
8.8
Get from piratebay
for piratebay
200
New Example
[{"Name": "Cars (2006) 720p BrRip x264 - 600MB - YIFY", "Size": "601.95 MiB", "DateUploaded": "10-14 2011", "Category": "Video", "Seeders": "77", "Leechers": "11", "UploadedBy": "YIFY", "Url": "https://thehiddenbay.com/torrent/6744588/Cars_(2006)_720p_BrRip_x264_-_600MB_-_YIFY", "Magnet": "magnet:?xt=urn:btih:532A821CD...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Size": {"type": "string"}, "DateUploaded": {"type": "string"}, "Category": {"type": "string"}, "Seeders": {"type": "string"}, "Leechers": {"type": "string"}, "UploadedBy": {"type": "str...
169b4f15-fd18-47f1-a9d8-10e6f29d3faf/3d47cb71-f3a6-4a85-b650-207e2bb3816f/0/0
Torrent-Search
This script is a JavaScript code that uses the @dil5han/torrent-api module to create a server that can search multiple torrent websites and return the results to the client in JSON format.
8.8
Get from yts
You can use this for moive search
200
New Example
[{"Name": "Cars of the Revolution", "ReleasedDate": "2008 [TURKISH]", "Genre": "Action / Drama", "Rating": "\u2b50", "Likes": "5", "Runtime": "2 hr 0 min", "Language": "Turkish 2.0", "Url": "https://yts.mx/movies/cars-of-the-revolution-2008", "Poster": "https://img.yts.mx/assets/images/movies/cars_of_the_revolution_200...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "ReleasedDate": {"type": "string"}, "Genre": {"type": "string"}, "Rating": {"type": "string"}, "Likes": {"type": "string"}, "Runtime": {"type": "string"}, "Language": {"type": "string"},...
169b4f15-fd18-47f1-a9d8-10e6f29d3faf/09bf1263-6b22-4260-b222-2649402e002f/0/0
Torrent-Search
This script is a JavaScript code that uses the @dil5han/torrent-api module to create a server that can search multiple torrent websites and return the results to the client in JSON format.
8.8
Get from 1337.x
scrape data from various torrent websites such as 1337x
200
New Example
[{"Name": "Cars 2 (2011) 720p BrRip x264 - 650MB - YIFY", "Magnet": "/download/Cars 2 (2011) 720p BrRip x264 - 650MB - YIFY", "Poster": "https:/img/movie/Cars-2-2011.jpg", "Category": "Movies", "Type": "h.264/x264", "Language": "English", "Size": "651.9 MB", "UploadedBy": "YIFY", "Downloads": "45717", "LastChecked": "A...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Magnet": {"type": "string"}, "Poster": {"type": "string"}, "Category": {"type": "string"}, "Type": {"type": "string"}, "Language": {"type": "string"}, "Size": {"type": "string"}, "Uploa...
67c1b28a-876f-4056-8b2c-09d11162735b/d48ec955-8194-43df-afc6-e0ba50295f11/0/0
Youtube Mp3
Convert Your Youtube Videos to MP3 Via Our API
7.2
Get Mp3 Link
Convert Youtube Videos to MP3
200
Response
{"status": "success", "file": "https://dl.virajhost.com?token=2ee230101f20ba516f1c021b086d455a0c0ea0b3b8fedb9e60e4d6dd6422737324f8c1d8e49a06ff27c394306f"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "file": {"type": "string"}}, "required": ["file", "status"]}
80af9bf8-1ae4-4db3-b927-6a90e8abe575/d18e7fce-936e-41c7-9388-855402aab82b/1/0
The OCR Conversion API
The OCR Conversion API is a powerful tool that enables the conversion of non-OCR (Optical Character Recognition) PDF files and images into OCR-enabled PDF documents. With this API, developers can integrate OCR capabilities into their applications, allowing users to easily extract text from scanned documents or images.
null
OCR Converter
The OCR Conversion API is a powerful tool that enables the conversion of non-OCR (Optical Character Recognition) PDF files and images into OCR-enabled PDF documents. With this API, developers can integrate OCR capabilities into their applications, allowing users to easily extract text from scanned documents or images.
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"]}
0dbe4e06-e634-4ac7-a19e-b3ecee9eda38/046bbc88-54b7-42eb-b6ee-efd7ed32ef93/0/0
Bandcamp Music Downloader
Bandcamp Music Downloader API Free & Multiple Supported Sites
null
Bandcamp Music Download API
Bandcamp Music Download API Free API
200
Response
{"status": true, "code": 200, "msg": "Successfully", "domain": "Bandcamp", "response": {"title": "My Place or Yours James Bambu", "thumbnail": "https://f4.bcbits.com/img/a0806957478_5.jpg", "links": {"": {"ext": "mp3", "resolution": "128 kbps", "url": "https://t4.bcbits.com/stream/b9b0136056222a9befaf14b15abb5b25/mp3-1...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "code": {"type": "integer"}, "msg": {"type": "string"}, "domain": {"type": "string"}, "response": {"type": "object", "properties": {"title": {"type": "string"}, "thumbnail": {"type": "string"}, "links": {"type"...
cc31c94f-83f6-4eae-9fc8-bf56c535e041/15637768-fd58-4258-b1f4-c72bcf76bed1/0/0
Email Validator
This API is a fast and robust email address syntax and deliverability validator. API detects 3000+ disposable email services.
9
/email-validator/validate
Validate email address. Key features: 1. Checks that an email address has the correct syntax 1. Gives friendly error messages when validation fails. 1. Checks deliverability of an email address. 1. Supports internationalized domain names and 1. Normalizes email addresses
400
New Example
{"error": "Query parameter \"email\" is not specified."}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]}
cc31c94f-83f6-4eae-9fc8-bf56c535e041/15637768-fd58-4258-b1f4-c72bcf76bed1/1/0
Email Validator
This API is a fast and robust email address syntax and deliverability validator. API detects 3000+ disposable email services.
9
/email-validator/validate
Validate email address. Key features: 1. Checks that an email address has the correct syntax 1. Gives friendly error messages when validation fails. 1. Checks deliverability of an email address. 1. Supports internationalized domain names and 1. Normalizes email addresses
200
New Example
{"originalEmail": "me@google.com", "normalizedEmail": "me@google.com", "domain": "google.com", "localPart": "me", "isDisposable": false, "isValid": true, "isDeliverable": true, "isSmtpUtf8": false, "mx": [{"host": "smtp.google.com", "priority": 10}], "message": "Valid email address.", "asciiEmail": "me@google.com", "as...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"originalEmail": {"type": "string"}, "normalizedEmail": {"type": "string"}, "domain": {"type": "string"}, "localPart": {"type": "string"}, "isDisposable": {"type": "boolean"}, "isValid": {"type": "boolean"}, "isDeliverable": {"type": "boolea...
cc31c94f-83f6-4eae-9fc8-bf56c535e041/778d31a7-b800-4bb2-89a1-1ce1823241af/0/0
Email Validator
This API is a fast and robust email address syntax and deliverability validator. API detects 3000+ disposable email services.
9
/email-validator/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"]}
697f74ed-3d58-4e67-afde-900a00eaf308/1d2734f8-d671-4009-8d59-0bbd9662dbbc/0/0
Mocit
https://mocit.xyz Instant Playbacks for Your RESTful Requests!
6.1
PUT Service5
PUT your mock service
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...
697f74ed-3d58-4e67-afde-900a00eaf308/d9b6fbdd-5d54-44a9-a794-69b209afb387/0/0
Mocit
https://mocit.xyz Instant Playbacks for Your RESTful Requests!
6.1
PUT Service4
PUT your mock service
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...
697f74ed-3d58-4e67-afde-900a00eaf308/e52f5e90-427f-4c23-b0d3-e009eaf9638a/0/0
Mocit
https://mocit.xyz Instant Playbacks for Your RESTful Requests!
6.1
PUT Service3
PUT your mock service
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...
697f74ed-3d58-4e67-afde-900a00eaf308/91092313-5564-4f6d-9b36-080f035ec714/0/0
Mocit
https://mocit.xyz Instant Playbacks for Your RESTful Requests!
6.1
PUT Service2
PUT your mock service
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...
697f74ed-3d58-4e67-afde-900a00eaf308/b41f1f4d-f988-40d0-a8c7-057186d94a0d/0/0
Mocit
https://mocit.xyz Instant Playbacks for Your RESTful Requests!
6.1
POST Service5
POST your mock service
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...
697f74ed-3d58-4e67-afde-900a00eaf308/c4be2253-357c-468a-83ff-615308ce8d19/1/0
Mocit
https://mocit.xyz Instant Playbacks for Your RESTful Requests!
6.1
POST Service4
POST your mock service
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...
697f74ed-3d58-4e67-afde-900a00eaf308/395ee413-a0b5-455d-a97c-401eb34ffe68/1/0
Mocit
https://mocit.xyz Instant Playbacks for Your RESTful Requests!
6.1
POST Service3
POST your mock service
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...
697f74ed-3d58-4e67-afde-900a00eaf308/bcba9f47-87b4-4f5f-9a1b-17fcd6e2df25/0/0
Mocit
https://mocit.xyz Instant Playbacks for Your RESTful Requests!
6.1
POST Service2
POST your mock service
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...
697f74ed-3d58-4e67-afde-900a00eaf308/543268e2-95bf-432b-bfee-bf426c8536b7/0/0
Mocit
https://mocit.xyz Instant Playbacks for Your RESTful Requests!
6.1
GET Service5
Call your mock service
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...
697f74ed-3d58-4e67-afde-900a00eaf308/588f9672-4011-49c4-86cf-ce6c6d4aa055/1/0
Mocit
https://mocit.xyz Instant Playbacks for Your RESTful Requests!
6.1
GET Service4
Call your mock service
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...
697f74ed-3d58-4e67-afde-900a00eaf308/6ab3abaa-7432-49a5-8b73-f0fe812fda5f/1/0
Mocit
https://mocit.xyz Instant Playbacks for Your RESTful Requests!
6.1
GET Service3
Call your mock service
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...
697f74ed-3d58-4e67-afde-900a00eaf308/8068357d-3064-4c8a-9929-99f23330b60d/0/0
Mocit
https://mocit.xyz Instant Playbacks for Your RESTful Requests!
6.1
GET Call your service
Call your mock service.
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...
697f74ed-3d58-4e67-afde-900a00eaf308/aec99846-3694-46c8-8082-110253338aed/0/0
Mocit
https://mocit.xyz Instant Playbacks for Your RESTful Requests!
6.1
Register a service with Mocit
Register or update a mock service. A new or updated service lives for 24 hours.
200
Example_1
{"name": "", "path": "", "method": "", "base_path": "", "full_path": "", "expiration": ""}
{"title": "MocResponse", "type": "object", "properties": {"name": {"title": "Name", "type": "string", "default": ""}, "path": {"title": "Path", "type": "string", "default": ""}, "method": {"title": "Method", "type": "string", "default": ""}, "base_path": {"title": "Base Path", "type": "string", "default": ""}, "full_pa...
697f74ed-3d58-4e67-afde-900a00eaf308/aec99846-3694-46c8-8082-110253338aed/1/0
Mocit
https://mocit.xyz Instant Playbacks for Your RESTful Requests!
6.1
Register a service with Mocit
Register or update a mock service. A new or updated service lives for 24 hours.
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...
697f74ed-3d58-4e67-afde-900a00eaf308/46a12089-7104-43c1-8b7e-4fe8a3f43471/0/0
Mocit
https://mocit.xyz Instant Playbacks for Your RESTful Requests!
6.1
POST Call your service
POST your mock service
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...
697f74ed-3d58-4e67-afde-900a00eaf308/4fb9221d-9710-430c-8992-8ed97f71a0c5/1/0
Mocit
https://mocit.xyz Instant Playbacks for Your RESTful Requests!
6.1
Retrieve a list of your services
Retrieve a list of active mock services registered to your account.
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...
697f74ed-3d58-4e67-afde-900a00eaf308/8ab35f30-87b8-43ac-89f2-c7144115735e/0/0
Mocit
https://mocit.xyz Instant Playbacks for Your RESTful Requests!
6.1
GET Service2
Call your mock service
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...
697f74ed-3d58-4e67-afde-900a00eaf308/1d1cc024-6b72-403a-998f-4790f05fe36e/1/0
Mocit
https://mocit.xyz Instant Playbacks for Your RESTful Requests!
6.1
PUT Call your service
PUT your mock service
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...
fd6eb1c3-070b-4e4d-93bf-d7df48f05b94/a4616210-b129-4de7-84f2-d3a916d1d850/0/0
Task Manager API
Supercharge your projects with our Task Manager API! Perfect for personal endeavors and seamlessly integrable with your own developments, our API empowers you to create customized task management solutions. Organize, prioritize, and conquer your to-do lists with ease. Boost productivity, streamline workflows, and take ...
5.9
updateTask
With this endpoint you will be able to delete a task
200
New Example
{"status": "success", "message": "Task updated successfully", "data": {"id": "BDl5hxhKfTYVBhWdlh4z"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["data", "message", "status"]}
fd6eb1c3-070b-4e4d-93bf-d7df48f05b94/6544ac5a-b05e-41db-9a8a-aeb2afee90e3/0/0
Task Manager API
Supercharge your projects with our Task Manager API! Perfect for personal endeavors and seamlessly integrable with your own developments, our API empowers you to create customized task management solutions. Organize, prioritize, and conquer your to-do lists with ease. Boost productivity, streamline workflows, and take ...
5.9
deleteTask
With this endpoint you will be able to delete a task
200
New Example
{"status": "success", "message": "Task deleted successfully", "data": null}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}, "data": {"type": "null"}}, "required": ["data", "message", "status"]}
fd6eb1c3-070b-4e4d-93bf-d7df48f05b94/266440ac-d960-4df8-80fb-0b8873bce489/0/0
Task Manager API
Supercharge your projects with our Task Manager API! Perfect for personal endeavors and seamlessly integrable with your own developments, our API empowers you to create customized task management solutions. Organize, prioritize, and conquer your to-do lists with ease. Boost productivity, streamline workflows, and take ...
5.9
createTask
With this endpoint you will be able to create a new task
201
New Example
{"status": "success", "message": "Task added successfully", "data": {"id": "iM1AK717BBb6psXV9yaM"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["data", "message", "status"]}
fd6eb1c3-070b-4e4d-93bf-d7df48f05b94/0f2f32de-5e0e-4763-a353-052ebd4f4a5e/0/0
Task Manager API
Supercharge your projects with our Task Manager API! Perfect for personal endeavors and seamlessly integrable with your own developments, our API empowers you to create customized task management solutions. Organize, prioritize, and conquer your to-do lists with ease. Boost productivity, streamline workflows, and take ...
5.9
getTaskList
With this endpoint you can get all the task
200
New Example
{"status": "success", "message": "Tasks retrieved successfully", "data": [{"id": "3tHcSthvj4mjh3CtpnkJ", "status": "completada", "description": "Test", "title": "TestUl"}, {"id": "BDl5hxhKfTYVBhWdlh4z", "status": "completada", "title": "TestUI4", "description": "test"}, {"id": "UTHy4yFPyymOZrO1t6qL", "status": "complet...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "status": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "s...
586534c3e4b01243afa5ebd0/586534efe4b01243afa5ebd3/0/0
SEO extraction
Extract from an URL the major SEO tags : title, description, H1, H2, H3, and links.
9.3
/seo/api/
Extract some SEO data from a website
200
Example_1
{"description": "Building leading open-source tools and services for managing Microservices and APIs", "h1": ["Powering APIs, Microservices and Serverless Software"], "h2": [], "h3": ["Monitor, Visualize and Inspect\r\nAPI & Microservice Traffic Easily.", "Secure, Manage & Extend your APIs and Microservices", "The Deve...
{"properties": {"description": {"type": "string"}, "h1": {"items": {"type": "string"}, "type": "array"}, "h2": {"type": "array"}, "h3": {"items": {"type": "string"}, "type": "array"}, "keywords": {"type": "string"}, "links": {"items": {"type": "string"}, "type": "array"}, "og_description": {"type": "string"}, "title": ...
857f4f9f-94ad-4545-9175-809dd37f526c/bafc5c84-885d-41d9-914a-cdcbfdc7b7ac/3/0
YouTube Video Summarizer
A powerful tool for generating concise summaries of YouTube videos, highlighting the most important points for easy note-taking and referencing.
8.5
/v1/youtube/summarizeVideoFromCache
Return the video summary of a given YouTube video that has already been summarized. The summary is provided in markdown format.
200
Example_1
{"summary": "# Ray Kurzweil: Singularity, Superintelligence, and Immortality | Lex Fridman Podcast #321\n\n## Introduction [00:00](https://www.youtube.com/watch?v=ykY69lSpDdo&t=00h00m00s)\nRay Kurzweil is an author, inventor, and futurist who has an optimistic view of our future as a human civilization. In his 2005 boo...
{"type": "object", "properties": {"summary": {"type": "string"}, "videoTitle": {"type": "string"}, "videoAuthor": {"type": "string"}, "videoId": {"type": "string"}}}
857f4f9f-94ad-4545-9175-809dd37f526c/5d75ee44-6152-4c6e-8747-6d3afb9035c9/0/0
YouTube Video Summarizer
A powerful tool for generating concise summaries of YouTube videos, highlighting the most important points for easy note-taking and referencing.
8.5
/v1/youtube/summarizeVideoWithToken
Create a video summary of a given YouTube video. The summary is provided in markdown format.
200
null
{"summary": "", "videoURL": "", "videoTitle": "", "videoAuthor": ""}
{"type": "object", "properties": {"summary": {"type": "string", "description": "The resulting summary of the given YouTube video."}, "videoURL": {"type": "string", "description": "The URL of the given YouTube video."}, "videoTitle": {"type": "string", "description": "The title of the given YouTube video."}, "videoAutho...
21e4dad1-c417-480f-8a02-0f2ef3405204/75030ba4-5693-410e-904f-45636e37995a/1/0
QR-Scanner-Api
Scan QR & Barcode images from files or URLs and return the equivalent QR-Text or Barcode-Number plus code format.
8.8
ScanImageUrl
Scan image from URL and return QR text or Barcode number.
200
Example_1
{"status": "Success", "result": "QR-Text or Barcode-Number", "format": "code-format"}
{"type": "object", "properties": {"status": {"type": ["string", "null"], "description": "Response Status : Success/Failure"}, "result": {"type": ["string", "null"], "description": "Respons Result : Expected output with 'Success' status OR error description with 'Failure' status"}, "format": {"type": ["string", "null"],...
21e4dad1-c417-480f-8a02-0f2ef3405204/4b978ff5-e927-4f70-bdf9-13b34fcaa493/1/0
QR-Scanner-Api
Scan QR & Barcode images from files or URLs and return the equivalent QR-Text or Barcode-Number plus code format.
8.8
ScanImageFile
Scan image file and return QR text or Barcode number.
200
Example_1
{"status": "Success", "result": "QR-Text or Barcode-Number", "format": "code-format"}
{"type": "object", "properties": {"status": {"type": ["string", "null"], "description": "Response Status : Success/Failure"}, "result": {"type": ["string", "null"], "description": "Respons Result : Expected output with 'Success' status OR error description with 'Failure' status"}, "format": {"type": ["string", "null"],...
21494a10-0fa4-43f3-8d08-c4a567c65afa/28799567-5a31-4954-be34-dbf78c1b2bc1/0/0
Epoch Converter
Convert between dates and times. Make your website or data correct with this perfect API for you.
9
seconds_simplified
Convert seconds to get days, hours, minutes, seconds. (Seconds) -> Days: 1, Hours: 3, Minutes: 46, Seconds: 40
200
Response
{"status": "complete", "simplified": "Days: 1, Hours: 3, Minutes: 46, Seconds: 40", "formatted": "1:3:46:40"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "simplified": {"type": "string"}, "formatted": {"type": "string"}}, "required": ["formatted", "simplified", "status"]}
21494a10-0fa4-43f3-8d08-c4a567c65afa/1766e116-dd25-412f-9723-7755aec14b22/0/0
Epoch Converter
Convert between dates and times. Make your website or data correct with this perfect API for you.
9
start_end_date_to_time
Convert datetime to get start timestamp and end timestamp. (year, month, day Hours:Minutes:Seconds) -> 1674864000.0, 1674950399.0
200
Response
{"status": "complete", "timestamp_start": "1674864000.0", "timestamp_end": "1674950399.0"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "timestamp_start": {"type": "string"}, "timestamp_end": {"type": "string"}}, "required": ["status", "timestamp_end", "timestamp_start"]}
21494a10-0fa4-43f3-8d08-c4a567c65afa/ffcabc6c-8e0b-4609-8a5c-22c92625cfdd/0/0
Epoch Converter
Convert between dates and times. Make your website or data correct with this perfect API for you.
9
date_to_time
Convert datetime to timestamp. (year, month, day Hours:Minutes:Seconds) -> 1674919760
200
Response
{"status": "complete", "timestamp": "1674919760.0"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "timestamp": {"type": "string"}}, "required": ["status", "timestamp"]}
21494a10-0fa4-43f3-8d08-c4a567c65afa/01ecf3f8-0d7d-45f0-b93c-d055c5c4d0e2/0/0
Epoch Converter
Convert between dates and times. Make your website or data correct with this perfect API for you.
9
time_to_date
Convert timestamp to datetime. (year, month, day Hours:Minutes:Seconds)
200
Response
{"status": "complete", "datetime": "2023-01-28 15:29:20 Saturday"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "datetime": {"type": "string"}}, "required": ["datetime", "status"]}
aac84bc2-3d4c-4718-9ae6-7fc336c8a7ad/3a53998c-3fc2-43e5-91da-7387bf0eb56c/0/0
Visual Basic Code Compiler
Visual Basic Code Compiler API
null
Visual Basic Versions
Visual Basic Versions
200
Response
[{"id": 0, "version": "mono 4.0.1"}, {"id": 1, "version": "mono 4.6"}, {"id": 2, "version": "mono 5.10.1"}, {"id": 3, "version": "mono 6.0.0"}, {"id": 4, "version": "mono 6.12.0"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "version": {"type": "string"}}, "required": ["id", "version"]}}
aac84bc2-3d4c-4718-9ae6-7fc336c8a7ad/2c78d4c1-8bf8-4b1c-bc06-8ca845bd0529/0/0
Visual Basic Code Compiler
Visual Basic Code Compiler API
null
Visual Basic Code Compiler
Visual Basic Code Compiler
200
Response
{"cpuTime": "0.02", "memory": "16040", "output": "Visual Basic.Net Compiler version 0.0.0.5943 (Mono 4.8 - makepkg/e31cb702)\nCopyright (C) 2004-2010 Rolf Bjarne Kvinge. All rights reserved.\n\nAssembly 'unlimitedapi, Version=0.0, Culture=neutral, PublicKeyToken=null' saved successfully to '/home/unlimitedapi.exe'.\r\n...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"cpuTime": {"type": "string"}, "memory": {"type": "string"}, "output": {"type": "string"}}, "required": ["cpuTime", "memory", "output"]}
656631bd-6847-4a50-9522-a47ff8cc0c08/822b5214-5752-490c-b8d0-333b66c9644a/0/0
QRCode
Customisable QR Codes. Support for styles, images and more! Bare metal engine gives it incredible speed. Full documentation can be found at: https://linqr.app/docs
9.7
Text QR Code
This endpoint allows you to create a QR Code containing any text, in particular, an URL that may redirect the user to the website. After QR code is scanned, website will be displayed to the user.
422
Example_1
{"detail": [{"loc": ["string"], "msg": "string", "type": "string"}]}
{"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...
656631bd-6847-4a50-9522-a47ff8cc0c08/822b5214-5752-490c-b8d0-333b66c9644a/1/0
QRCode
Customisable QR Codes. Support for styles, images and more! Bare metal engine gives it incredible speed. Full documentation can be found at: https://linqr.app/docs
9.7
Text QR Code
This endpoint allows you to create a QR Code containing any text, in particular, an URL that may redirect the user to the website. After QR code is scanned, website will be displayed to the user.
415
Example_1
{"detail": "string"}
{"title": "GenericError", "required": ["detail"], "type": "object", "properties": {"detail": {"title": "Detail", "type": "string"}}}
656631bd-6847-4a50-9522-a47ff8cc0c08/822b5214-5752-490c-b8d0-333b66c9644a/4/0
QRCode
Customisable QR Codes. Support for styles, images and more! Bare metal engine gives it incredible speed. Full documentation can be found at: https://linqr.app/docs
9.7
Text QR Code
This endpoint allows you to create a QR Code containing any text, in particular, an URL that may redirect the user to the website. After QR code is scanned, website will be displayed to the user.
400
Example_1
{"detail": "string"}
{"title": "GenericError", "required": ["detail"], "type": "object", "properties": {"detail": {"title": "Detail", "type": "string"}}}
656631bd-6847-4a50-9522-a47ff8cc0c08/822b5214-5752-490c-b8d0-333b66c9644a/5/0
QRCode
Customisable QR Codes. Support for styles, images and more! Bare metal engine gives it incredible speed. Full documentation can be found at: https://linqr.app/docs
9.7
Text QR Code
This endpoint allows you to create a QR Code containing any text, in particular, an URL that may redirect the user to the website. After QR code is scanned, website will be displayed to the user.
424
Example_1
{"detail": "string"}
{"title": "GenericError", "required": ["detail"], "type": "object", "properties": {"detail": {"title": "Detail", "type": "string"}}}
656631bd-6847-4a50-9522-a47ff8cc0c08/9da64df6-5cf9-4c3e-b216-f4ed3df8fa1c/0/0
QRCode
Customisable QR Codes. Support for styles, images and more! Bare metal engine gives it incredible speed. Full documentation can be found at: https://linqr.app/docs
9.7
Upload image
This endpoint allows you to upload images to LinQR storage. In the response, metadata of the submitted image is sent, including the identifier used by other endpoints from the Image management group for image identification.
200
null
{"id": "b550f00b-c9b2-4352-8769-679bc504cf42", "source": "example.png", "size": 13212, "created": "2019-08-24T14:15:22Z"}
{"title": "ImageMetadata", "required": ["id", "source", "size", "created"], "type": "object", "properties": {"id": {"title": "Id", "type": "string", "description": "Image identifier.", "format": "uuid4"}, "source": {"title": "Source", "type": "string", "description": "Source file name."}, "size": {"title": "Size", "typ...
656631bd-6847-4a50-9522-a47ff8cc0c08/9da64df6-5cf9-4c3e-b216-f4ed3df8fa1c/2/0
QRCode
Customisable QR Codes. Support for styles, images and more! Bare metal engine gives it incredible speed. Full documentation can be found at: https://linqr.app/docs
9.7
Upload image
This endpoint allows you to upload images to LinQR storage. In the response, metadata of the submitted image is sent, including the identifier used by other endpoints from the Image management group for image identification.
422
null
{"detail": [{"loc": ["string"], "msg": "string", "type": "string"}]}
{"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...
656631bd-6847-4a50-9522-a47ff8cc0c08/2eaeddfd-7837-413d-aa65-94f366182489/0/0
QRCode
Customisable QR Codes. Support for styles, images and more! Bare metal engine gives it incredible speed. Full documentation can be found at: https://linqr.app/docs
9.7
List image
This endpoint allows you to list single image hosted in the LinQR storage.
200
null
{"id": "b550f00b-c9b2-4352-8769-679bc504cf42", "source": "example.png", "size": 13212, "created": "2019-08-24T14:15:22Z"}
{"title": "ImageMetadata", "required": ["id", "source", "size", "created"], "type": "object", "properties": {"id": {"title": "Id", "type": "string", "description": "Image identifier.", "format": "uuid4"}, "source": {"title": "Source", "type": "string", "description": "Source file name."}, "size": {"title": "Size", "typ...
656631bd-6847-4a50-9522-a47ff8cc0c08/2eaeddfd-7837-413d-aa65-94f366182489/2/0
QRCode
Customisable QR Codes. Support for styles, images and more! Bare metal engine gives it incredible speed. Full documentation can be found at: https://linqr.app/docs
9.7
List image
This endpoint allows you to list single image hosted in the LinQR storage.
422
null
{"detail": [{"loc": ["string"], "msg": "string", "type": "string"}]}
{"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...
656631bd-6847-4a50-9522-a47ff8cc0c08/2eaeddfd-7837-413d-aa65-94f366182489/3/0
QRCode
Customisable QR Codes. Support for styles, images and more! Bare metal engine gives it incredible speed. Full documentation can be found at: https://linqr.app/docs
9.7
List image
This endpoint allows you to list single image hosted in the LinQR storage.
404
null
{"detail": "string"}
{"title": "GenericError", "required": ["detail"], "type": "object", "properties": {"detail": {"title": "Detail", "type": "string"}}}
656631bd-6847-4a50-9522-a47ff8cc0c08/c7f6c535-ae78-479a-994d-f84f2a27a8ef/1/0
QRCode
Customisable QR Codes. Support for styles, images and more! Bare metal engine gives it incredible speed. Full documentation can be found at: https://linqr.app/docs
9.7
List all images
This endpoint allows you to list images hosted in the LinQR storage. If there are no images hosted, an empty array is returned.
200
null
[{"id": "b550f00b-c9b2-4352-8769-679bc504cf42", "source": "example.png", "size": 13212, "created": ""}]
{"title": "Response Imagelistall Images Get", "type": "array", "items": {"title": "ImageMetadata", "required": ["id", "source", "size", "created"], "type": "object", "properties": {"id": {"title": "Id", "type": "string", "description": "Image identifier.", "format": "uuid4"}, "source": {"title": "Source", "type": "stri...
656631bd-6847-4a50-9522-a47ff8cc0c08/9f64f473-af79-4e2b-9112-3ca6f969f119/1/0
QRCode
Customisable QR Codes. Support for styles, images and more! Bare metal engine gives it incredible speed. Full documentation can be found at: https://linqr.app/docs
9.7
Delete image
This endpoint allows you to delete images hosted in the LinQR storage.
404
null
{"detail": "string"}
{"title": "GenericError", "required": ["detail"], "type": "object", "properties": {"detail": {"title": "Detail", "type": "string"}}}
656631bd-6847-4a50-9522-a47ff8cc0c08/9f64f473-af79-4e2b-9112-3ca6f969f119/3/0
QRCode
Customisable QR Codes. Support for styles, images and more! Bare metal engine gives it incredible speed. Full documentation can be found at: https://linqr.app/docs
9.7
Delete image
This endpoint allows you to delete images hosted in the LinQR storage.
422
null
{"detail": [{"loc": ["string"], "msg": "string", "type": "string"}]}
{"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...
656631bd-6847-4a50-9522-a47ff8cc0c08/09bd7fc4-eea7-4759-ab03-5276968fd49c/0/0
QRCode
Customisable QR Codes. Support for styles, images and more! Bare metal engine gives it incredible speed. Full documentation can be found at: https://linqr.app/docs
9.7
Contact QR Code
This endpoint allows you to create a QR Code that allows user to quickly add contact information to the phone book. The code contains an appropriately encoded electronic business card. After scanning, the device prompts to save the contact in the phone book.
424
null
{"detail": "string"}
{"title": "GenericError", "required": ["detail"], "type": "object", "properties": {"detail": {"title": "Detail", "type": "string"}}}
656631bd-6847-4a50-9522-a47ff8cc0c08/09bd7fc4-eea7-4759-ab03-5276968fd49c/2/0
QRCode
Customisable QR Codes. Support for styles, images and more! Bare metal engine gives it incredible speed. Full documentation can be found at: https://linqr.app/docs
9.7
Contact QR Code
This endpoint allows you to create a QR Code that allows user to quickly add contact information to the phone book. The code contains an appropriately encoded electronic business card. After scanning, the device prompts to save the contact in the phone book.
400
null
{"detail": "string"}
{"title": "GenericError", "required": ["detail"], "type": "object", "properties": {"detail": {"title": "Detail", "type": "string"}}}
656631bd-6847-4a50-9522-a47ff8cc0c08/09bd7fc4-eea7-4759-ab03-5276968fd49c/3/0
QRCode
Customisable QR Codes. Support for styles, images and more! Bare metal engine gives it incredible speed. Full documentation can be found at: https://linqr.app/docs
9.7
Contact QR Code
This endpoint allows you to create a QR Code that allows user to quickly add contact information to the phone book. The code contains an appropriately encoded electronic business card. After scanning, the device prompts to save the contact in the phone book.
422
null
{"detail": [{"loc": ["string"], "msg": "string", "type": "string"}]}
{"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...
656631bd-6847-4a50-9522-a47ff8cc0c08/09bd7fc4-eea7-4759-ab03-5276968fd49c/4/0
QRCode
Customisable QR Codes. Support for styles, images and more! Bare metal engine gives it incredible speed. Full documentation can be found at: https://linqr.app/docs
9.7
Contact QR Code
This endpoint allows you to create a QR Code that allows user to quickly add contact information to the phone book. The code contains an appropriately encoded electronic business card. After scanning, the device prompts to save the contact in the phone book.
415
null
{"detail": "string"}
{"title": "GenericError", "required": ["detail"], "type": "object", "properties": {"detail": {"title": "Detail", "type": "string"}}}
656631bd-6847-4a50-9522-a47ff8cc0c08/6cf7769d-b884-43ce-8051-e76ddc44eb1a/2/0
QRCode
Customisable QR Codes. Support for styles, images and more! Bare metal engine gives it incredible speed. Full documentation can be found at: https://linqr.app/docs
9.7
Geolocation QR Code
This endpoint allows you to create a QR Code that allows to share location with the user. The code contains appropriately encoded geographic coordinates. After scanning the code, device maps application is invoked, pointing to the selected location (address).
424
null
{"detail": "string"}
{"title": "GenericError", "required": ["detail"], "type": "object", "properties": {"detail": {"title": "Detail", "type": "string"}}}