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
20b7df6b-594a-47cf-b48a-f8f64a44f4d1/0b96ca73-3901-48cf-a017-705d2fb1b833/0/0
SuperHero Search
An API to get information about superheroes.
9.5
Villains
Return 20 random Villains
200
New Example
[{"appearance": {"eyeColor": "Blue", "gender": "Female", "hairColor": "Purple", "height": ["5'9", "175 cm"], "race": "Atlantean", "weight": ["160 lb", "72 kg"]}, "biography": {"aliases": ["-"], "alignment": "bad", "alterEgos": "No alter egos found.", "firstAppearance": "Aquaman #22 (August, 1965)", "fullName": "Hila", ...
{"items": {"properties": {"appearance": {"type": "object"}, "biography": {"properties": {"aliases": {"items": {"type": "string"}, "type": "array"}, "alignment": {"type": "string"}, "alterEgos": {"type": "string"}, "firstAppearance": {"type": "string"}, "fullName": {"type": "string"}, "placeOfBirth": {"type": "string"},...
20b7df6b-594a-47cf-b48a-f8f64a44f4d1/df97f22a-b6c2-43f2-995b-6a48c4754375/0/0
SuperHero Search
An API to get information about superheroes.
9.5
Search
This endpoint searches through our superhero database
200
Example_1
{"appearance": {"eyeColor": "Hazel", "gender": "Male", "hairColor": "Brown", "height": ["5'10", "178 cm"], "race": "Human", "weight": ["165 lb", "74 kg"]}, "biography": {"aliases": ["Spiderman", "Bag-Man", "Black Marvel", "Captain Universe", "Dusk", "Green Hood", "Hornet", "Mad Dog 336", "Peter Palmer", "Prodigy", "Ric...
{"properties": {"appearance": {"properties": {"eyeColor": {"type": "string"}, "gender": {"type": "string"}, "hairColor": {"type": "string"}, "height": {"items": {"type": "string"}, "type": "array"}, "race": {"type": "string"}, "weight": {"items": {"type": "string"}, "type": "array"}}, "type": "object"}, "biography": {"...
151e61c3-5c4d-4325-bff0-6414265289e9/6c5c3227-332d-433f-9985-5500755d353a/0/0
DuckDuckGo
DuckDuckGo Search API
9.3
Search
DuckDuckGo Search
200
Response
{"query": "Nike", "results": [{"position": 1, "url": "https://www.nike.com/", "title": "Nike. Just Do It. Nike.com", "description": "Men's Waterproof Trail Running Shoes. $160. Nike Wildhorse 7. Men's Trail Running Shoes. $130. Nike Air Zoom Terra Kiger 8. Women's Trail Running Shoes. $140. Nike Flex Plu...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"query": {"type": "string"}, "results": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "integer"}, "url": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}}, "required": ["d...
464bfb6a-c249-4eb1-b3ea-abc10b27d55a/9d0e70e9-3786-42c0-904c-ca18eeb7a51b/0/0
Google Search
Do google searches and manage answers in Json with this quick and easy service
null
Lite Web Search
The limited version of the web search, for free users
200
New Example
{"status": 200, "message": "Got data from google.com", "data": {"googlebox": {}, "musicbox": {}, "results": [null, {"link": "https://it.wikipedia.org/wiki/Paolo_Bonolis", "title": "Paolo Bonolis - Wikipediawikipedia.orghttps://it.wikipedia.org \u203a wiki \u203a Paolo_Bonolis", "favicon": "data:image/png;base64,iVBORw0...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"googlebox": {"type": "object"}, "musicbox": {"type": "object"}, "results": {"type": "array", "items": {"anyOf": [{"type": "null"}, {"typ...
27f79718-baa5-4f23-b189-d7886aa8e928/af01325d-e140-4dfb-9bed-71b0314605a5/0/0
Apartments.com
Apartments.com Private API. Our versatile API enables you to effortlessly search for apartments, access detailed apartment information, retrieve apartment reviews, discover similar apartments, access apartment media, and obtain walk scores for various locations. Experience the power of a comprehensive apartment-related...
8.6
Similar
Retrieve similar listing.
200
Sample Response
{"message": null, "results": [{"pets": 3, "isMultifamily": true, "amenities": 831, "freshText": "1 DAY", "rating": 4, "listingType": 1, "hasAvailabilities": true, "availabilityText": "Available Now", "rentDeals": 4, "id": 345829, "bedRange": "1 - 3 Beds", "ad": 4, "address": {"cc": "US", "lineTwo": "Henderson, NV 89012...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "null"}, "results": {"type": "array", "items": {"type": "object", "properties": {"pets": {"type": "integer"}, "isMultifamily": {"type": "boolean"}, "amenities": {"type": "integer"}, "freshText": {"type": "string"}, "ratin...
27f79718-baa5-4f23-b189-d7886aa8e928/67be93f4-c80a-4137-816b-9e026ec29b3e/0/0
Apartments.com
Apartments.com Private API. Our versatile API enables you to effortlessly search for apartments, access detailed apartment information, retrieve apartment reviews, discover similar apartments, access apartment media, and obtain walk scores for various locations. Experience the power of a comprehensive apartment-related...
8.6
Search
Search listing.
200
Sample Response
{"message": null, "results": {"pagination": {"totalData": 16423, "pageSize": 20, "currentPage": 1}, "data": [{"isMultifamily": true, "amenities": 546, "freshText": "1 DAY", "rating": 4, "listingType": 1, "hasAvailabilities": true, "availabilityText": "Available Now", "id": 26926304, "bedRange": "Studio - 2 Beds", "ad":...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "null"}, "results": {"type": "object", "properties": {"pagination": {"type": "object", "properties": {"totalData": {"type": "integer"}, "pageSize": {"type": "integer"}, "currentPage": {"type": "integer"}}, "required": ["c...
27f79718-baa5-4f23-b189-d7886aa8e928/296f00ea-82c3-4b2f-816b-9454ea32b628/0/0
Apartments.com
Apartments.com Private API. Our versatile API enables you to effortlessly search for apartments, access detailed apartment information, retrieve apartment reviews, discover similar apartments, access apartment media, and obtain walk scores for various locations. Experience the power of a comprehensive apartment-related...
8.6
Media
Retrieve listing media.
200
Sample Response
{"message": null, "results": {"items": [{"rs": 11, "c": "Evoq", "t": 4, "u": "https://images1.apartments.com/i2/orDIv4P3ukceda4wA9tVMRG7VCMtTaw4RCNK8DS8bHU/111/image.jpg", "w": 1240, "h": 828, "ak": "ergw4cq", "k": 274529607}, {"rs": 11, "t": 40, "au": "https://vapi.apartments.com/video/play/1e5w5r?source=42", "u": "ht...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "null"}, "results": {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"rs": {"type": "integer"}, "c": {"type": "string"}, "t": {"type": "integer"}, "u": {"type": "stri...
27f79718-baa5-4f23-b189-d7886aa8e928/a237afcd-33b1-4801-89bf-8cf7109051fa/0/0
Apartments.com
Apartments.com Private API. Our versatile API enables you to effortlessly search for apartments, access detailed apartment information, retrieve apartment reviews, discover similar apartments, access apartment media, and obtain walk scores for various locations. Experience the power of a comprehensive apartment-related...
8.6
Reviews
Retrieve listing reviews.
200
Sample Response
{"message": null, "results": {"reviews": [{"isOwner": false, "positiveFeedbackCount": 148, "rating": 5, "submissionDate": "2019-11-12T10:34:05.08-05:00", "text": "Community Has cleaned up quite a bit and we love the neighbours centrally located to everything around us that we need for comfort of life", "title": "Lived ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "null"}, "results": {"type": "object", "properties": {"reviews": {"type": "array", "items": {"type": "object", "properties": {"isOwner": {"type": "boolean"}, "positiveFeedbackCount": {"type": "integer"}, "rating": {"type"...
27f79718-baa5-4f23-b189-d7886aa8e928/c16deb5c-4645-41bc-aba0-d074e9c233bb/0/0
Apartments.com
Apartments.com Private API. Our versatile API enables you to effortlessly search for apartments, access detailed apartment information, retrieve apartment reviews, discover similar apartments, access apartment media, and obtain walk scores for various locations. Experience the power of a comprehensive apartment-related...
8.6
Walk Score
Retrieve listing walk score.
200
Sample Response
{"message": null, "results": {"transitDesc": "Some Transit", "bikeDesc": "Bikeable", "transit": 47, "walkDesc": "Somewhat Walkable", "walk": 63, "bike": 61}, "statusCode": 200}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "null"}, "results": {"type": "object", "properties": {"transitDesc": {"type": "string"}, "bikeDesc": {"type": "string"}, "transit": {"type": "integer"}, "walkDesc": {"type": "string"}, "walk": {"type": "integer"}, "bike":...
27f79718-baa5-4f23-b189-d7886aa8e928/f160a5e0-1cdd-4c79-9eb6-179b8cd51db3/0/0
Apartments.com
Apartments.com Private API. Our versatile API enables you to effortlessly search for apartments, access detailed apartment information, retrieve apartment reviews, discover similar apartments, access apartment media, and obtain walk scores for various locations. Experience the power of a comprehensive apartment-related...
8.6
Neighborhood Content
Retrieve listing neighborhood content.
200
Sample Response
{"message": null, "results": {"StateCode": "NV", "Items": [{"Content": "Like the name implies, this district is home to the University of Nevada, Las Vegas. Although this neighborhood is a clear choice for students, faculty, and staff, the University District offers allure far beyond the campus. The neighborhood is fil...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "null"}, "results": {"type": "object", "properties": {"StateCode": {"type": "string"}, "Items": {"type": "array", "items": {"type": "object", "properties": {"Content": {"type": "string"}, "Images": {"type": "array"}, "Art...
27f79718-baa5-4f23-b189-d7886aa8e928/2819a9b8-e47b-4d81-9dea-0144ff746f96/0/0
Apartments.com
Apartments.com Private API. Our versatile API enables you to effortlessly search for apartments, access detailed apartment information, retrieve apartment reviews, discover similar apartments, access apartment media, and obtain walk scores for various locations. Experience the power of a comprehensive apartment-related...
8.6
Typeahead
Autocomplete search functionality provides real-time suggestions and predictions as you type, streamlining your search process and making it more efficient.
200
Sample Response
{"message": null, "results": [{"id": 27504, "text": "Las Vegas, NV", "value": {"c": [-115.238347, 36.2550225], "box": [-115.414628, 36.129554, -115.062066, 36.380491], "id": 27504, "type": 3, "radius": 0}}, {"id": 1257, "text": "Las Cruces, NM", "value": {"c": [-106.81945305, 32.337077], "box": [-106.9732861, 32.242285...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "null"}, "results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "text": {"type": "string"}, "value": {"type": "object", "properties": {"c": {"type": "array", "items": {"type": "...
72c8ae64-37f1-4a67-baaa-b8639e4be595/f8e3b581-cdbf-4258-aef8-7556ed68cda9/0/0
DuckDuckGo Search API
Easy-to-use API to access DuckDuckGo's comprehensive search results page.
0.2
HTML Search
/htmlSearch allows you to perform a search query of DuckDuckGo's HTML-only site and retrieve the results in JSON format. Optionally easily filter your results by a language+location and date range.
200
New Example
{"response": {"request_id": "d9b81835-fcef-4eeb-9035-d00cafe0d860", "request_error": false, "error_code": null, "error_message": null, "time_taken": 2.1106079669989413, "requested_at": "2023-04-20 03:31:31.000000", "ready_at": "2023-04-20 03:31:33.927857"}, "search": {"q": "apple"}, "results": [{"position": 1, "title":...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"response": {"type": "object", "properties": {"request_id": {"type": "string"}, "request_error": {"type": "boolean"}, "error_code": {"type": "null"}, "error_message": {"type": "null"}, "time_taken": {"type": "number"}, "requested_at": {"type...
11ff0825-369e-41dc-83a3-77161df6af7f/934f0710-ba40-4855-b0dc-4e8c680a355a/0/0
License Plate to VIN
Lookup VIN by US license plate and state.
8.7
License Plate to VIN
License Plate to VIN
200
Response
{"code": "200", "status": "SUCCESS", "vin": "JA4AD3A35LZ038658"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "string"}, "status": {"type": "string"}, "vin": {"type": "string"}}, "required": ["code", "status", "vin"]}
47dbbde6-6ed5-49e1-8269-d2a0df2bbc50/de802020-94e6-4abb-b54a-0f0467a59610/0/0
AskTheWorld
This API lets you get all the questions beeing asked on search plattforms like google.
0.2
getCountryCode
Gets all Country Codes which you can use to search for a specific country.
200
New Example
[["AD", "Andorra"], ["AE", "United Arab Emirates"], ["AF", "Afghanistan"], ["AG", "Antigua and Barbuda"], ["AI", "Anguilla"], ["AL", "Albania"], ["AM", "Armenia"], ["AN", "Netherlands Antilles"], ["AO", "Angola"], ["AQ", "Antarctica"]]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "array", "items": {"type": "string"}}}
47dbbde6-6ed5-49e1-8269-d2a0df2bbc50/5c695eb9-92a7-46ed-8021-35d9e6425c89/0/0
AskTheWorld
This API lets you get all the questions beeing asked on search plattforms like google.
0.2
getQuestions
Gets Questions Asked by Keyword from Search Engines
200
New Example
["tech layoffs", "tech deck", "tech layoffs 2022", "tech news", "tech n9ne", "tec ball", "tech lighting", "tech jobs", "tech company layoffs", "tech football"]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}}
47dbbde6-6ed5-49e1-8269-d2a0df2bbc50/5552b6d1-43d7-4bb2-9d37-a0ea9507be3a/0/0
AskTheWorld
This API lets you get all the questions beeing asked on search plattforms like google.
0.2
getMultipleQuestions
Gets casual questions asked on Search Engine with your keyword.
200
New Example
[["tech layoffs", "tech deck", "tech layoffs 2022", "tech news", "tech n9ne", "tec ball", "tech lighting", "tech jobs", "tech company layoffs", "tech football"], ["what tech companies are laying off", "what tech job is right for me", "what tech companies are hiring", "what tech jobs pay the most", "what tech jobs are i...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"anyOf": [{"type": "null"}, {"type": "array", "items": {"type": "string"}}]}}
52346797-1622-4cfe-92d6-8d38279c8d30/dfeba922-7c02-4378-b3a8-8ede2bf1c4c8/0/0
Google Search
API used to retrieve data from Google search results in real time. Support web search and image search
9.8
Image Search
This endpoint is used for image searches
200
Response
{"status": "success", "items": [{"title": "Why Argentina's win over France was the greatest World Cup final ...", "thumbnailImageUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT7GMNVBWTSSYEtU6PipINZMz4_IJJAjKs5Qlr2triD7I4FxUwN&s", "originalImageUrl": "https://media.cnn.com/api/v1/images/stellar/prod/22121...
{"type": "object", "properties": {"status": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "thumbnailImageUrl": {"type": "string"}, "originalImageUrl": {"type": "string"}, "height": {"type": "integer"}, "width": {"type": "integer"}, "size": {"type"...
52346797-1622-4cfe-92d6-8d38279c8d30/e7582fc8-c87f-4b32-9134-79bc0e570dd9/0/0
Google Search
API used to retrieve data from Google search results in real time. Support web search and image search
9.8
Web Search
This endpoint is used for web searches
200
Response
{"status": "success", "items": [{"title": "FIFA World Cup Qatar 2022\u2122", "htmlTitle": "FIFA World Cup Qatar 2022\u2122", "link": "https://www.fifa.com/worldcuP", "displayLink": "facebook.com", "snippet": "The FIFA World Cup Qatar 2022\u2122 was played from 20 November to 18 December 2022. 32 teams competed across 6...
{"type": "object", "properties": {"status": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "htmlTitle": {"type": "string"}, "link": {"type": "string"}, "displayLink": {"type": "string"}, "snippet": {"type": "string"}, "htmlSnippet": {"type": "strin...
1ae94eeb-e086-46e5-9a91-4ed2db1561a8/92e68688-3b4c-42e1-83f3-b69fab2769b4/0/0
Google QuickSearch
QuickSearch API provides real-time access to Google search results, supporting both web and image searches.
5.1
Web Search
This endpoint returns data from a web search.
200
Response
{"totalResults": "3250000000", "searchTerms": "football", "results": [{"title": "NFL.com | Official Site of the National Football League", "htmlTitle": "NFL.com | Official Site of the National <b>Football</b> League", "link": "https://www.nfl.com/", "displayLink": "www.nfl.com", "snippet": "The official source for NFL ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"totalResults": {"type": "string"}, "searchTerms": {"type": "string"}, "results": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "htmlTitle": {"type": "string"}, "link": {"type": "string"}, "display...
205dcde6-4c34-4c2d-9da4-3ad0386b2a83/6bff51f1-fe7e-48d8-9f5a-4d26981d2fe0/0/0
Youtube Search Fast
Get youtube search results fast.
null
Get Video Title and Thumbnail via Video ID
You can get video title and thumbnail with video id.
200
New Example
{"status": "ok", "data": [{"videoId": "ViaBzK11EkE", "title": "How to Use RapidAPI - (Updated Version Available on Our Channel) - YouTube", "thumbnail": "https://i.ytimg.com/vi/ViaBzK11EkE/0.jpg"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"videoId": {"type": "string"}, "title": {"type": "string"}, "thumbnail": {"type": "string"}}, "required": ["thumbnail", "title", "videoId"]}}}...
205dcde6-4c34-4c2d-9da4-3ad0386b2a83/13314a0b-cc58-4140-88ef-0bff47d6daf1/0/0
Youtube Search Fast
Get youtube search results fast.
null
Get Search Results via Query
You can get search results with query.
200
New Example
{"status": "ok", "data": [{"videoId": "ViaBzK11EkE", "title": "How to Use RapidAPI - (Updated Version Available on Our Channel)", "thumbnail": "https://i.ytimg.com/vi/ViaBzK11EkE/hq720.jpg?sqp=-oaymwEcCOgCEMoBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBwZAown2jHhpUA0Z6UrMsPa5Sl8Q"}, {"videoId": "OcXEd0Qbvj0", "title": "...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"videoId": {"type": "string"}, "title": {"type": "string"}, "thumbnail": {"type": "string"}}, "required": ["thumbnail", "title", "videoId"]}}}...
85b1d23a-4875-4467-b0a0-e29a094b9585/1878bc19-85f6-4a60-8007-2b70db23a39d/0/0
VIN decoder
This VIN decoder covers up to 168 fields for the USA and Canada. It also includes VIN lookup by US license plate and state. The database is updated regularly. View documents
9.6
VIN Decoder@Extended
Get 168 items
200
Response
{"Report_Type": "EXTENDED", "VIN": "5YJ3E1EA6PF384836", "Status": "SUCCESS", "Vehicle_ID": {"value": "82205", "unit": ""}, "Model_Year": {"value": "2023", "unit": ""}, "Make": {"value": "Tesla", "unit": ""}, "Model": {"value": "Model 3", "unit": ""}, "Trim_Level": {"value": "Base", "unit": ""}, "Manufactured_in": {"val...
{"type": "object", "properties": {"Report_Type": {"type": "string"}, "VIN": {"type": "string"}, "Status": {"type": "string"}, "Vehicle_ID": {"type": "object", "properties": {"value": {"type": "string"}, "unit": {"type": "string"}}}, "Model_Year": {"type": "object", "properties": {"value": {"type": "string"}, "unit": {"...
85b1d23a-4875-4467-b0a0-e29a094b9585/079871a3-6023-4f0d-8b8b-d55964eb3cbf/0/0
VIN decoder
This VIN decoder covers up to 168 fields for the USA and Canada. It also includes VIN lookup by US license plate and state. The database is updated regularly. View documents
9.6
VIN Decoder@Basic
Get 22 items
200
Response
{"Report_Type": "BASIC", "VIN": "5YJ3E1EA6PF384836", "Status": "SUCCESS", "Vehicle_ID": {"value": "82205", "unit": ""}, "Model_Year": {"value": "2023", "unit": ""}, "Make": {"value": "Tesla", "unit": ""}, "Model": {"value": "Model 3", "unit": ""}, "Trim_Level": {"value": "Base", "unit": ""}, "Manufactured_in": {"value"...
{"type": "object", "properties": {"Report_Type": {"type": "string"}, "VIN": {"type": "string"}, "Status": {"type": "string"}, "Vehicle_ID": {"type": "object", "properties": {"value": {"type": "string"}, "unit": {"type": "string"}}}, "Model_Year": {"type": "object", "properties": {"value": {"type": "string"}, "unit": {"...
85b1d23a-4875-4467-b0a0-e29a094b9585/3d0b895a-972f-4398-8ab1-5462aaece0eb/0/0
VIN decoder
This VIN decoder covers up to 168 fields for the USA and Canada. It also includes VIN lookup by US license plate and state. The database is updated regularly. View documents
9.6
VIN Decoder@Lite
Get 7 items
200
Response
{"Report_Type": "LITE", "VIN": "5YJ3E1EA6PF384836", "Status": "SUCCESS", "Model_Year": {"value": "2023", "unit": ""}, "Make": {"value": "Tesla", "unit": ""}, "Model": {"value": "Model 3", "unit": ""}, "Trim_Level": {"value": "Base", "unit": ""}, "Manufactured_in": {"value": "UNITED STATES", "unit": ""}, "Body_Style": {...
{"type": "object", "properties": {"Report_Type": {"type": "string"}, "VIN": {"type": "string"}, "Status": {"type": "string"}, "Model_Year": {"type": "object", "properties": {"value": {"type": "string"}, "unit": {"type": "string"}}}, "Make": {"type": "object", "properties": {"value": {"type": "string"}, "unit": {"type":...
85b1d23a-4875-4467-b0a0-e29a094b9585/7897218d-c3a0-4054-9bf5-770ae64b82b6/0/0
VIN decoder
This VIN decoder covers up to 168 fields for the USA and Canada. It also includes VIN lookup by US license plate and state. The database is updated regularly. View documents
9.6
US License Plate to VIN
Get the vin by license plate number.
200
Response
{"code": "200", "status": "SUCCESS", "vin": "JA4AD3A35LZ038658"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "string"}, "status": {"type": "string"}, "vin": {"type": "string"}}, "required": ["code", "status", "vin"]}
85b1d23a-4875-4467-b0a0-e29a094b9585/1d29b90c-eb59-4909-9a91-e9482f581e78/0/0
VIN decoder
This VIN decoder covers up to 168 fields for the USA and Canada. It also includes VIN lookup by US license plate and state. The database is updated regularly. View documents
9.6
VIN Decoder@Standard
Get 123 items
200
Response
{"Report_Type": "STANDARD", "VIN": "5YJ3E1EA6PF384836", "Status": "SUCCESS", "Vehicle_ID": {"value": "82205", "unit": ""}, "Model_Year": {"value": "2023", "unit": ""}, "Make": {"value": "Tesla", "unit": ""}, "Model": {"value": "Model 3", "unit": ""}, "Trim_Level": {"value": "Base", "unit": ""}, "Manufactured_in": {"val...
{"type": "object", "properties": {"Report_Type": {"type": "string"}, "VIN": {"type": "string"}, "Status": {"type": "string"}, "Vehicle_ID": {"type": "object", "properties": {"value": {"type": "string"}, "unit": {"type": "string"}}}, "Model_Year": {"type": "object", "properties": {"value": {"type": "string"}, "unit": {"...
94cff626-ef62-4960-989f-376da74093cd/6b59b0a1-6154-4fd8-b45e-eaaad3597dac/0/0
Live SerpAPI
Retrieve the top 100 serp results for any keyword along with domain and and page authority. Our serp api brings you the top Google serp results for any search term.
5.6
Google Serp
Get the top 100 Google serp results for any keyword including domain and page authority.
200
Response
{"results": [{"index": 0, "title": "What Is SEO - Search Engine Optimization?", "citation": "https://searchengineland.com \u203a guide \u203a what-is-seo", "description": "SEO stands for \u201csearch engine optimization.\u201d In simple terms, SEO means the process of improving your website to increase its visibility i...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"index": {"type": "integer"}, "title": {"type": "string"}, "citation": {"type": "string"}, "description": {"type": "string"}, "href": {"type": "string"}, "siteLinks": {"...
13200c80-4cc9-4612-b4ca-a429bab0d86c/3fb793eb-7c03-43d2-a029-14c4ea508f52/0/0
JoJ Image Search
Fast and Simple JoJ Image Search API. You can get 100+ search results in one query!
9.3
Search
Image Search
200
Response
[{"title": "File:Paris Night.jpg - Wikipedia", "type": "image/jpeg", "thumbnails": [{"url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ-a_nPC06NS8BvCME6ZGtlx1UXsIGROV7hUG5UL8s3wIOhLjU&s", "height": 126, "width": 400}], "image": {"url": "https://upload.wikimedia.org/wikipedia/commons/e/e6/Paris_Night.jpg", ...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "thumbnails": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "height": {"type": "integer"}, "width": {"type": "integ...
588de285-dd66-4176-bc38-96ef590d9f99/75c3fa96-a932-4d57-8156-d4566b72393f/0/0
Neo Google Search
API used to retrieve data from Google search results in real time. Support web search and image search
9.5
Web Search
This endpoint is used for web searches
200
Response
{"status": "success", "items": [{"title": "Welcome to NYC.gov | City of New York", "htmlTitle": "Welcome to NYC.gov | City of <b>New York</b>", "link": "https://www.nyc.gov/", "displayLink": "www.nyc.gov", "snippet": "The official website of the City of New York. Find information about important alerts, 311 services, n...
{"type": "object", "properties": {"status": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "htmlTitle": {"type": "string"}, "link": {"type": "string"}, "displayLink": {"type": "string"}, "snippet": {"type": "string"}, "htmlSnippet": {"type": "strin...
588de285-dd66-4176-bc38-96ef590d9f99/60266282-77ad-48be-8ea7-104d345bc5b8/0/0
Neo Google Search
API used to retrieve data from Google search results in real time. Support web search and image search
9.5
Image Search
This endpoint is used for image searches
200
Response
{"status": "success", "items": [{"title": "New York City - Wikipedia", "thumbnailImageUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQrZ2zhTTP5lx-n_WtDnSVZKmN5zr9cm480i0RMn075VG3P4ZCu&s", "originalImageUrl": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/7a/View_of_Empire_State_Building_from_Rock...
{"type": "object", "properties": {"status": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "thumbnailImageUrl": {"type": "string"}, "originalImageUrl": {"type": "string"}, "height": {"type": "integer"}, "width": {"type": "integer"}, "size": {"type"...
f7333535-51f3-44f8-b237-c7bbe9cb2939/07f955fc-f7ce-4ca0-bc6a-8ec848a65869/0/0
(CO2)REMEDiAPI
The API for the Let's PIRDDIIQ and Move it Project
1.5
CO2RE Discord
This webhook is external with Discord App
200
Discord Webhook Call
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
8ec4e04a-85a7-4b88-afa9-9a24a3ad61be/d9c16585-cd39-4e8b-89a3-295b317b7067/0/0
Digital Health Tools
Digital Health Tools
null
waist-hip-ratio/calculate
200
null
{"whr": 1, "risk": "HIGH_RISK"}
{"title": "200OK1", "type": "object", "properties": {"whr": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "risk": {"type": "string"}}, "required": ["whr", "risk"]}
8ec4e04a-85a7-4b88-afa9-9a24a3ad61be/d9c16585-cd39-4e8b-89a3-295b317b7067/1/0
Digital Health Tools
Digital Health Tools
null
waist-hip-ratio/calculate
400
null
{"payload": {"waist": 120, "hip": 120}, "status": {"success": false, "error": {"code": "ERROR-02", "httpCode": 400, "messages": ["\"gender\" is required"]}}}
{"title": "400BadRequest3", "type": "object", "properties": {"payload": {"title": "Payload2", "type": "object", "properties": {"waist": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hip": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}, "r...
8ec4e04a-85a7-4b88-afa9-9a24a3ad61be/72888eb2-90e1-42c8-b556-5f0e79608a6c/0/0
Digital Health Tools
Digital Health Tools
null
cardiovascular-risk-score/calculate
200
null
{"cholesterolRatio": 4, "sbpIndex": 3, "riskScore": 23.535, "tenYearRisk": 0.505, "risk": "LOW_RISK"}
{"title": "200OK2", "type": "object", "properties": {"cholesterolRatio": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "sbpIndex": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "riskScore": {"type": "number", "format": "double", "minimum"...
8ec4e04a-85a7-4b88-afa9-9a24a3ad61be/8de186bf-ec9d-466a-be23-40047a988ade/0/0
Digital Health Tools
Digital Health Tools
null
body-mass-index/calculate
400
null
{"payload": {"height": 1.75, "weight": 126, "age": 32}, "status": {"success": false, "error": {"code": "ERROR-02", "httpCode": 400, "messages": ["\"gender\" is required"]}}}
{"title": "400BadRequest1", "type": "object", "properties": {"payload": {"title": "Payload", "type": "object", "properties": {"height": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "weight": {"type": "integer", "format": "int32", "minimum": -2147483648...
8ec4e04a-85a7-4b88-afa9-9a24a3ad61be/8de186bf-ec9d-466a-be23-40047a988ade/1/0
Digital Health Tools
Digital Health Tools
null
body-mass-index/calculate
200
null
{"bmi": 41.14, "bmiRange": "OBESITY_CLASS_3"}
{"title": "200OK", "type": "object", "properties": {"bmi": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "bmiRange": {"type": "string"}}, "required": ["bmi", "bmiRange"]}
c8c66953-139f-40c2-be88-7c17b481b882/f4355522-baf3-4126-b0e7-6cdef6d8af21/0/0
4eat
4eat API is the Digital Nutritionist infrastructure for the internet. It provides you with an easy and advanced digital nutritionist that you can integrate into your service. We aim to add value to verticals related to nutrition services, so we can improve people's life through better health, which starts with better n...
null
get-user
This endpoint provides you all the information of a specific user. This will be useful to present to the user specific information. To update any of those values, you need to use PUT /user
400
null
{"success": false, "error": "Description of the error"}
{"type": "object", "properties": {"success": {"default": false, "type": "boolean"}, "error": {"type": "string"}}}
c8c66953-139f-40c2-be88-7c17b481b882/f4355522-baf3-4126-b0e7-6cdef6d8af21/1/0
4eat
4eat API is the Digital Nutritionist infrastructure for the internet. It provides you with an easy and advanced digital nutritionist that you can integrate into your service. We aim to add value to verticals related to nutrition services, so we can improve people's life through better health, which starts with better n...
null
get-user
This endpoint provides you all the information of a specific user. This will be useful to present to the user specific information. To update any of those values, you need to use PUT /user
200
null
{"success": true, "user": {"planType": 2, "weight": 75, "height": 173, "age": 25, "gender": 1, "dietID": 1, "modeID": 3, "langID": 2, "countryID": 236, "signupDate": 1648059517, "mealsDistributions": [{"dayID": 4, "mealsNumber": 3, "mealsDistribution": 3}], "constraints": [{"constraintID": 1, "type": 1, "name": "Gluten...
{"type": "object", "properties": {"success": {"type": "boolean", "default": true}, "user": {"type": "object", "properties": {"planType": {"type": "integer", "title": "planType", "enum": [1, 2], "description": "Defines the type of plan for the user.\n\n- **1** = Automatic plan. The week is pre-filled with the best healt...
c8c66953-139f-40c2-be88-7c17b481b882/ff774af0-a839-4861-af4b-98e2ed223d60/0/0
4eat
4eat API is the Digital Nutritionist infrastructure for the internet. It provides you with an easy and advanced digital nutritionist that you can integrate into your service. We aim to add value to verticals related to nutrition services, so we can improve people's life through better health, which starts with better n...
null
post-getDislikes
Displays the list of ingredients that the user can indicate as disliked. We'll remove these from his diet
200
null
{"success": true, "constraints": [{"constraintID": 1, "type": 1, "name": "Gluten"}]}
{"type": "object", "properties": {"success": {"type": "boolean", "default": true}, "constraints": {"type": "array", "description": "Defines the list of constraints that can be selected as ingredient dislike (type 3)", "items": {"title": "constraintObjectWithName", "type": "object", "properties": {"constraintID": {"type...
c8c66953-139f-40c2-be88-7c17b481b882/ff774af0-a839-4861-af4b-98e2ed223d60/1/0
4eat
4eat API is the Digital Nutritionist infrastructure for the internet. It provides you with an easy and advanced digital nutritionist that you can integrate into your service. We aim to add value to verticals related to nutrition services, so we can improve people's life through better health, which starts with better n...
null
post-getDislikes
Displays the list of ingredients that the user can indicate as disliked. We'll remove these from his diet
400
null
{"success": false, "error": "Description of the error"}
{"type": "object", "properties": {"success": {"default": false, "type": "boolean"}, "error": {"type": "string"}}}
c8c66953-139f-40c2-be88-7c17b481b882/b0f55687-a049-493b-bb9b-a45ed5facc67/0/0
4eat
4eat API is the Digital Nutritionist infrastructure for the internet. It provides you with an easy and advanced digital nutritionist that you can integrate into your service. We aim to add value to verticals related to nutrition services, so we can improve people's life through better health, which starts with better n...
null
put-user
This endpoint allows you to edit any parameter for an user. Any change will be applied since then, so every meal selected from now on, or every week generated since then, will have applied the new settings for the user.
200
null
{"success": true}
{"type": "object", "properties": {"success": {"type": "boolean", "default": true}}}
c8c66953-139f-40c2-be88-7c17b481b882/b0f55687-a049-493b-bb9b-a45ed5facc67/1/0
4eat
4eat API is the Digital Nutritionist infrastructure for the internet. It provides you with an easy and advanced digital nutritionist that you can integrate into your service. We aim to add value to verticals related to nutrition services, so we can improve people's life through better health, which starts with better n...
null
put-user
This endpoint allows you to edit any parameter for an user. Any change will be applied since then, so every meal selected from now on, or every week generated since then, will have applied the new settings for the user.
400
null
{"success": false, "error": "Description of the error"}
{"type": "object", "properties": {"success": {"default": false, "type": "boolean"}, "error": {"type": "string"}}}
c8c66953-139f-40c2-be88-7c17b481b882/b6cf7be2-a842-47b4-a29a-1fa5bf199321/0/0
4eat
4eat API is the Digital Nutritionist infrastructure for the internet. It provides you with an easy and advanced digital nutritionist that you can integrate into your service. We aim to add value to verticals related to nutrition services, so we can improve people's life through better health, which starts with better n...
null
post-getRecipes
This endpoint will provide you a list with all the recipes that you have available as a customer. This includes our recipes, if enabled, and the recipes that you can create. Consider that this method should not be used for user diet selections, as we have a specific endpoint for those cases, where we optimize which rec...
200
null
{"success": true, "recipes": [{"recipeID": 449, "ownRecipe": true, "name": "Macaroni with meat balls and tomato sauce", "subcategoryName": "Pasta"}]}
{"type": "object", "properties": {"success": {"type": "boolean", "default": true}, "recipes": {"type": "array", "items": {"type": "object", "properties": {"recipeID": {"type": "integer", "title": "recipeID", "description": "Defines the recipe ID. See the list of every available recipe with ```GET /recipes``` method"}, ...
c8c66953-139f-40c2-be88-7c17b481b882/547ab45a-c721-483e-bce9-67197d27a853/0/0
4eat
4eat API is the Digital Nutritionist infrastructure for the internet. It provides you with an easy and advanced digital nutritionist that you can integrate into your service. We aim to add value to verticals related to nutrition services, so we can improve people's life through better health, which starts with better n...
null
post-getAllergies
Displays the list of allergies and ingredients that the user can indicate as allergy. We'll remove these from his diet
400
null
{"success": false, "error": "Description of the error"}
{"type": "object", "properties": {"success": {"default": false, "type": "boolean"}, "error": {"type": "string"}}}
c8c66953-139f-40c2-be88-7c17b481b882/547ab45a-c721-483e-bce9-67197d27a853/1/0
4eat
4eat API is the Digital Nutritionist infrastructure for the internet. It provides you with an easy and advanced digital nutritionist that you can integrate into your service. We aim to add value to verticals related to nutrition services, so we can improve people's life through better health, which starts with better n...
null
post-getAllergies
Displays the list of allergies and ingredients that the user can indicate as allergy. We'll remove these from his diet
200
null
{"success": true, "constraints": [{"constraintID": 1, "type": 1, "name": "Gluten"}]}
{"type": "object", "properties": {"success": {"type": "boolean", "default": true}, "constraints": {"type": "array", "description": "Defines the list of constraints that can be selected as standard allergy (type 1) or ingredient allergy (type 2)", "items": {"title": "constraintObjectWithName", "type": "object", "propert...
c8c66953-139f-40c2-be88-7c17b481b882/b2d1d13f-aef2-4b09-90d1-49a801447ac2/0/0
4eat
4eat API is the Digital Nutritionist infrastructure for the internet. It provides you with an easy and advanced digital nutritionist that you can integrate into your service. We aim to add value to verticals related to nutrition services, so we can improve people's life through better health, which starts with better n...
null
post-getCustomerSetup
This endpoint is a generic function that provides all the relevant information for you as a customer to setup your environment. As a response, we provide the list of countries, languages, subcategories of ingredients, ingredients, subcategories of recipes, allergies, etc. This is a critical endpoint that you will need ...
200
null
{"countries": [{"countryID": 209, "name": "Spain"}], "langs": [{"langID": 2, "name": "English"}], "ingredients": [{"ingrediendID": 8, "name": "Tomato", "groupID": 10, "mainNutrientID": 7}], "subcategories": [{"subcategoryID": 1, "name": "Sandwiches"}], "ingredientsGroups": [{"groupID": 1, "name": "White meat"}], "aller...
{"type": "object", "properties": {"countries": {"type": "array", "description": "Defines the list of available countries", "items": {"type": "object", "properties": {"countryID": {"type": "integer"}, "name": {"type": "string"}}}}, "langs": {"type": "array", "description": "Defines the list of available languages", "ite...
c8c66953-139f-40c2-be88-7c17b481b882/bc785b22-8fc7-4437-bead-a8dfbd0589d9/0/0
4eat
4eat API is the Digital Nutritionist infrastructure for the internet. It provides you with an easy and advanced digital nutritionist that you can integrate into your service. We aim to add value to verticals related to nutrition services, so we can improve people's life through better health, which starts with better n...
null
delete-userRecipe
This method allow your users to remove a recipe that they have created previously. Recipes created by your users are only available for themselves, so this will impact only their nutritional plans. Once a recipe is removed, we remove it from previous selections, leaving blank those meals. Make sure you share this with ...
200
null
{"success": true}
{"type": "object", "properties": {"success": {"type": "boolean", "default": true}}}
c8c66953-139f-40c2-be88-7c17b481b882/bc785b22-8fc7-4437-bead-a8dfbd0589d9/1/0
4eat
4eat API is the Digital Nutritionist infrastructure for the internet. It provides you with an easy and advanced digital nutritionist that you can integrate into your service. We aim to add value to verticals related to nutrition services, so we can improve people's life through better health, which starts with better n...
null
delete-userRecipe
This method allow your users to remove a recipe that they have created previously. Recipes created by your users are only available for themselves, so this will impact only their nutritional plans. Once a recipe is removed, we remove it from previous selections, leaving blank those meals. Make sure you share this with ...
400
null
{"success": false, "error": "Description of the error"}
{"type": "object", "properties": {"success": {"default": false, "type": "boolean"}, "error": {"type": "string"}}}
c8c66953-139f-40c2-be88-7c17b481b882/2ee37e3c-59f3-4157-8a8c-82e3e671ed05/0/0
4eat
4eat API is the Digital Nutritionist infrastructure for the internet. It provides you with an easy and advanced digital nutritionist that you can integrate into your service. We aim to add value to verticals related to nutrition services, so we can improve people's life through better health, which starts with better n...
null
post-getCreateRecipeConstraints
This endpoint returns the constraints for creating an user-specific recipe for a certain meal.
200
null
{"success": true, "nutrients": [{"nutrientID": 0, "min": 1, "max": 3, "ingredients": [{"ingredientID": 8, "name": "Tomato", "groupName": "Vegetables", "available": 0}]}]}
{"type": "object", "properties": {"success": {"type": "boolean", "default": true}, "nutrients": {"type": "array", "description": "Defines the list of nutrients available for this meal", "items": {"type": "object", "properties": {"nutrientID": {"type": "integer", "description": "Defines the nutrient ID. See every availa...
c8c66953-139f-40c2-be88-7c17b481b882/2ee37e3c-59f3-4157-8a8c-82e3e671ed05/1/0
4eat
4eat API is the Digital Nutritionist infrastructure for the internet. It provides you with an easy and advanced digital nutritionist that you can integrate into your service. We aim to add value to verticals related to nutrition services, so we can improve people's life through better health, which starts with better n...
null
post-getCreateRecipeConstraints
This endpoint returns the constraints for creating an user-specific recipe for a certain meal.
400
null
{"success": false, "error": "Description of the error"}
{"type": "object", "properties": {"success": {"default": false, "type": "boolean"}, "error": {"type": "string"}}}
c8c66953-139f-40c2-be88-7c17b481b882/ac0320d0-60c8-42d1-bae0-6b6f310d3cf0/0/0
4eat
4eat API is the Digital Nutritionist infrastructure for the internet. It provides you with an easy and advanced digital nutritionist that you can integrate into your service. We aim to add value to verticals related to nutrition services, so we can improve people's life through better health, which starts with better n...
null
post-setRecipeForMeal
This endpoint allows you to select a recipe for a specific meal. Consider that you will be able to select only the meals that you have available for the meal requested, that are provided through GET /recipeForMeal method.
200
null
{"success": true, "meal": {"mealID": 1, "mealType": 3, "recipeID": 449, "name": "Macaroni with meat balls and tomato sauce", "subcategoryName": "Pasta", "level": 2, "time": 45, "done": true, "custom": true, "ingredients": [{"ingredientID": 8, "name": "Tomato", "grams": 60, "quantity": 2, "measurement": "units"}]}}
{"type": "object", "properties": {"success": {"type": "boolean", "default": true}, "meal": {"title": "mealObject", "type": "object", "description": "Defines a meal. \n\nIf recipe ID it's equal to -1, it means that there are no recipe associated to that meal. For example, all meals will be blank by default using the man...
c8c66953-139f-40c2-be88-7c17b481b882/ac0320d0-60c8-42d1-bae0-6b6f310d3cf0/1/0
4eat
4eat API is the Digital Nutritionist infrastructure for the internet. It provides you with an easy and advanced digital nutritionist that you can integrate into your service. We aim to add value to verticals related to nutrition services, so we can improve people's life through better health, which starts with better n...
null
post-setRecipeForMeal
This endpoint allows you to select a recipe for a specific meal. Consider that you will be able to select only the meals that you have available for the meal requested, that are provided through GET /recipeForMeal method.
400
null
{"success": false, "error": "Description of the error"}
{"type": "object", "properties": {"success": {"default": false, "type": "boolean"}, "error": {"type": "string"}}}
c8c66953-139f-40c2-be88-7c17b481b882/aeb956ea-ef85-4a21-8fe8-c0bf3f929407/0/0
4eat
4eat API is the Digital Nutritionist infrastructure for the internet. It provides you with an easy and advanced digital nutritionist that you can integrate into your service. We aim to add value to verticals related to nutrition services, so we can improve people's life through better health, which starts with better n...
null
post-getRecipeImage
This endpoint provides you the image associated to the requested recipe from 4eat. As your recipes are defined by yourself, and only you have access to them, you will be in charge of the images for your own recipes. If you decide to use our recipes, this endpoint gives you those images.
404
null
{"success": false, "error": "Description of the error"}
{"type": "object", "properties": {"success": {"default": false, "type": "boolean"}, "error": {"type": "string"}}}
c8c66953-139f-40c2-be88-7c17b481b882/09a45165-cf38-4311-aedf-6ee68a5b3877/0/0
4eat
4eat API is the Digital Nutritionist infrastructure for the internet. It provides you with an easy and advanced digital nutritionist that you can integrate into your service. We aim to add value to verticals related to nutrition services, so we can improve people's life through better health, which starts with better n...
null
post-toggleMealDone
This endpoint allows the user to indicate if he has done this meal. By marking this, we will be able to better optimize its diet and ingredient quantities for the rest of the meals.
400
null
{"success": false, "error": "Description of the error"}
{"type": "object", "properties": {"success": {"default": false, "type": "boolean"}, "error": {"type": "string"}}}
c8c66953-139f-40c2-be88-7c17b481b882/09a45165-cf38-4311-aedf-6ee68a5b3877/1/0
4eat
4eat API is the Digital Nutritionist infrastructure for the internet. It provides you with an easy and advanced digital nutritionist that you can integrate into your service. We aim to add value to verticals related to nutrition services, so we can improve people's life through better health, which starts with better n...
null
post-toggleMealDone
This endpoint allows the user to indicate if he has done this meal. By marking this, we will be able to better optimize its diet and ingredient quantities for the rest of the meals.
200
null
{"success": true}
{"type": "object", "properties": {"success": {"type": "boolean", "default": true}}}
c8c66953-139f-40c2-be88-7c17b481b882/bbf53e28-5c5e-42ab-be27-dbc8ea1b1149/0/0
4eat
4eat API is the Digital Nutritionist infrastructure for the internet. It provides you with an easy and advanced digital nutritionist that you can integrate into your service. We aim to add value to verticals related to nutrition services, so we can improve people's life through better health, which starts with better n...
null
post-changeMealsDistribution
This method allows you to create the feature to update the meal distribution on a specific day of a selected week. This feature will only change the day selected, keeping the rest of your user's days as defined in his configuration. This is helpful so your users can adapt daily their plan in an independent way of their...
400
null
{"success": false, "error": "Description of the error"}
{"type": "object", "properties": {"success": {"default": false, "type": "boolean"}, "error": {"type": "string"}}}
c8c66953-139f-40c2-be88-7c17b481b882/bbf53e28-5c5e-42ab-be27-dbc8ea1b1149/1/0
4eat
4eat API is the Digital Nutritionist infrastructure for the internet. It provides you with an easy and advanced digital nutritionist that you can integrate into your service. We aim to add value to verticals related to nutrition services, so we can improve people's life through better health, which starts with better n...
null
post-changeMealsDistribution
This method allows you to create the feature to update the meal distribution on a specific day of a selected week. This feature will only change the day selected, keeping the rest of your user's days as defined in his configuration. This is helpful so your users can adapt daily their plan in an independent way of their...
200
null
{"success": true, "day": {"dayID": 4, "mealsNumber": 3, "mealsDistribution": 3, "meals": [{"mealID": 1, "mealType": 3, "recipeID": 449, "name": "Macaroni with meat balls and tomato sauce", "subcategoryName": "Pasta", "level": 2, "time": 45, "done": true, "custom": true, "ingredients": [{"ingredientID": 8, "name": "Toma...
{"type": "object", "properties": {"success": {"type": "boolean", "default": true}, "day": {"title": "dayObject", "type": "object", "properties": {"dayID": {"type": "integer", "title": "dayID", "description": "Defines the day ID inside a week. Each plan represents one week and have 7 days associated to it", "minimum": 1...
c8c66953-139f-40c2-be88-7c17b481b882/d6c440aa-04eb-41f6-b4b8-ce83dd6418bc/0/0
4eat
4eat API is the Digital Nutritionist infrastructure for the internet. It provides you with an easy and advanced digital nutritionist that you can integrate into your service. We aim to add value to verticals related to nutrition services, so we can improve people's life through better health, which starts with better n...
null
post-getShoppingList
This endpoint returns the list of ingredients and their quantities for a range of weeks, days or meals. You can select as many ranges as you need, to get the specific list of ingredients that you need. For every range, you can define: - Week - Week and day - Week, day and meal We also convert the quantities to a measur...
400
null
{"success": false, "error": "Description of the error"}
{"type": "object", "properties": {"success": {"default": false, "type": "boolean"}, "error": {"type": "string"}}}
c8c66953-139f-40c2-be88-7c17b481b882/d6c440aa-04eb-41f6-b4b8-ce83dd6418bc/1/0
4eat
4eat API is the Digital Nutritionist infrastructure for the internet. It provides you with an easy and advanced digital nutritionist that you can integrate into your service. We aim to add value to verticals related to nutrition services, so we can improve people's life through better health, which starts with better n...
null
post-getShoppingList
This endpoint returns the list of ingredients and their quantities for a range of weeks, days or meals. You can select as many ranges as you need, to get the specific list of ingredients that you need. For every range, you can define: - Week - Week and day - Week, day and meal We also convert the quantities to a measur...
200
null
{"success": true, "ingredients": [{"ingredientID": 8, "name": "Tomato", "quantity": 2, "measurement": "units"}]}
{"type": "object", "properties": {"success": {"type": "boolean", "default": true}, "ingredients": {"type": "array", "items": {"title": "ingredientShoppingListObject", "type": "object", "description": "Defines the shopping list quantity for an ingredient for the specified ranges", "properties": {"ingredientID": {"type":...
c8c66953-139f-40c2-be88-7c17b481b882/3f26ad56-7bfd-4b6d-a339-d44483bacd75/0/0
4eat
4eat API is the Digital Nutritionist infrastructure for the internet. It provides you with an easy and advanced digital nutritionist that you can integrate into your service. We aim to add value to verticals related to nutrition services, so we can improve people's life through better health, which starts with better n...
null
post-getWeek
This method returns a previously generated week for a user.
404
null
{"success": false, "error": "Description of the error"}
{"type": "object", "properties": {"success": {"default": false, "type": "boolean"}, "error": {"type": "string"}}}
c8c66953-139f-40c2-be88-7c17b481b882/3f26ad56-7bfd-4b6d-a339-d44483bacd75/1/0
4eat
4eat API is the Digital Nutritionist infrastructure for the internet. It provides you with an easy and advanced digital nutritionist that you can integrate into your service. We aim to add value to verticals related to nutrition services, so we can improve people's life through better health, which starts with better n...
null
post-getWeek
This method returns a previously generated week for a user.
200
null
{"success": true, "week": {"weekID": 0, "days": [{"dayID": 4, "mealsNumber": 3, "mealsDistribution": 3, "meals": [{"mealID": 1, "mealType": 3, "recipeID": 449, "name": "Macaroni with meat balls and tomato sauce", "subcategoryName": "Pasta", "level": 2, "time": 45, "done": true, "custom": true, "ingredients": [{"ingredi...
{"type": "object", "properties": {"success": {"type": "boolean", "default": true}, "week": {"title": "weekObject", "type": "object", "description": "Defines a plan for a week", "properties": {"weekID": {"type": "integer", "title": "weekID", "description": "Defines the week ID for a diet plan. Each user can have several...
2f561e9c-be15-44f6-af49-54e3c19ad26f/cf426ba4-4516-4836-8423-a5cb3dd32f05/0/0
Mega Fitness Calculator
Use 7 different Fitness Calculators with one API, Find "Ideal Body Weight", "BMI", "TDEE", "BMR", "ABSI", "Waist-hip Ratio" and "Body Fat Percentage".
9.2
Get Body Mass Index (BMI)
**Health Status Available : ** - Under Weight - Normal Weight - Over Weight - Obesity class I - Obesity class II - Obesity class III
200
New Example
{"info": {"bmi": 23.67, "health": "Normal Weight"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"bmi": {"type": "number"}, "health": {"type": "string"}}, "required": ["bmi", "health"]}}, "required": ["info"]}
2f561e9c-be15-44f6-af49-54e3c19ad26f/500c52af-7448-49cf-ad5b-e25b05e5b38d/0/0
Mega Fitness Calculator
Use 7 different Fitness Calculators with one API, Find "Ideal Body Weight", "BMI", "TDEE", "BMR", "ABSI", "Waist-hip Ratio" and "Body Fat Percentage".
9.2
Get Total Daily Energy Expenditure (TDEE)
TDEE is the total amount of calories burned when the activity rate is taken into account.. Activity Level Possible Values - se => sedentary - la => lightly active - ma => moderately active - va => very active - ea => extra active
200
New Example
{"info": {"tdee": 2892.2163}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"tdee": {"type": "number"}}, "required": ["tdee"]}}, "required": ["info"]}
2f561e9c-be15-44f6-af49-54e3c19ad26f/821d8b64-e75c-442c-930b-93be64ba4dac/0/0
Mega Fitness Calculator
Use 7 different Fitness Calculators with one API, Find "Ideal Body Weight", "BMI", "TDEE", "BMR", "ABSI", "Waist-hip Ratio" and "Body Fat Percentage".
9.2
Get A Body Shape Index (ABSI)
ABSI index is used to estimate the risk of premature mortality based on health factors. Available Mortality Risk Status - Very Low - Low - Average - High - Very High
200
New Example
{"info": {"absi": "0.0762", "absiZ": "-0.7254", "mortalityRisk": "Low", "gender": "female"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"absi": {"type": "string"}, "absiZ": {"type": "string"}, "mortalityRisk": {"type": "string"}, "gender": {"type": "string"}}, "required": ["absi", "absiZ", "gender", "mortalityRisk"]}}, "required": ["...
2f561e9c-be15-44f6-af49-54e3c19ad26f/e9d8fd75-ef4c-43f2-877e-4a5054bc23c0/0/0
Mega Fitness Calculator
Use 7 different Fitness Calculators with one API, Find "Ideal Body Weight", "BMI", "TDEE", "BMR", "ABSI", "Waist-hip Ratio" and "Body Fat Percentage".
9.2
Get Waist–Hip ratio (WHR)
WHR is used to determine fat distribution in body and indicate the person’s overall health. Available Shapes Status - Pear - Apple Available risk level Status - Low Health Risk - Moderate Health Risk - High Health Risk
200
New Example
{"info": {"whr": 0.649, "bodyShape": "Pear", "riskLevel": "Low Health Risk", "gender": "female"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"whr": {"type": "number"}, "bodyShape": {"type": "string"}, "riskLevel": {"type": "string"}, "gender": {"type": "string"}}, "required": ["bodyShape", "gender", "riskLevel", "whr"]}}, "required": ["in...
2f561e9c-be15-44f6-af49-54e3c19ad26f/f86c1b7b-4408-492d-a1c3-1f1ee08cb30d/0/0
Mega Fitness Calculator
Use 7 different Fitness Calculators with one API, Find "Ideal Body Weight", "BMI", "TDEE", "BMR", "ABSI", "Waist-hip Ratio" and "Body Fat Percentage".
9.2
Get Ideal Body Weight (IBW)
*Get IBW in 4 different Formulas : * - Robinson - Miller - Devine - Hamwi
200
New Example
{"info": {"robinson": 59.440944881889756, "miller": 61.45275590551181, "devine": 59.6259842519685, "hamwi": 59.01181102362204, "gender": "female"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"robinson": {"type": "number"}, "miller": {"type": "number"}, "devine": {"type": "number"}, "hamwi": {"type": "number"}, "gender": {"type": "string"}}, "required": ["devine", "gender", "hamwi", "mill...
2f561e9c-be15-44f6-af49-54e3c19ad26f/e1b9946d-3c94-45a9-9d8c-a1dde5fb472e/0/0
Mega Fitness Calculator
Use 7 different Fitness Calculators with one API, Find "Ideal Body Weight", "BMI", "TDEE", "BMR", "ABSI", "Waist-hip Ratio" and "Body Fat Percentage".
9.2
Get Body Fat Percentage (BFP)
Find BFP value , Total Fat Mass & Lean Mass (Weight of everything except fat) Available Health Status - Less than Essential Fat - Essential Fat - Athletes - Fitness - Acceptable - Obese
200
New Example
{"info": {"bfp": 16.499999999999996, "fat_mass": 11.054999999999996, "lean_mass": 55.94500000000001, "health": "Fitness", "gender": "male"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"bfp": {"type": "number"}, "fat_mass": {"type": "number"}, "lean_mass": {"type": "number"}, "health": {"type": "string"}, "gender": {"type": "string"}}, "required": ["bfp", "fat_mass", "gender", "hea...
2f561e9c-be15-44f6-af49-54e3c19ad26f/71ee0867-eccb-4a9f-aff6-bca97b2805a3/0/0
Mega Fitness Calculator
Use 7 different Fitness Calculators with one API, Find "Ideal Body Weight", "BMI", "TDEE", "BMR", "ABSI", "Waist-hip Ratio" and "Body Fat Percentage".
9.2
Get Basal Metabolic Rate (BMR)
BMR is the number of calories required to keep your body functioning at rest.
200
New Example
{"info": {"bmr": 1605.756, "gender": "male"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"bmr": {"type": "number"}, "gender": {"type": "string"}}, "required": ["bmr", "gender"]}}, "required": ["info"]}
25729ed5-5853-420a-9c9a-89dc69c5c806/06089aae-6bd4-498d-ba53-502bb0099d57/1/0
Cheerful API
You are doing great!
null
Cheerful API
Hello!
204
New Example
{"key1": "value", "key2": "value"}
{"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}}
6de549f5-f5d7-4516-a438-a00920849741/b8061c76-21a9-481d-a9a5-8a25e52ca3c8/0/0
Covid India
Get India's Daily & total active,deaths,recoverd vaccinated cases . Get Indian States' active,deaths,recoverd,positive cases
null
State By State Code
Get Data For specific by its state code
400
Invalid State Code
{"error": "Invalid State Code"}
{"type": "object", "properties": {"error": {"type": "string"}}}
6de549f5-f5d7-4516-a438-a00920849741/b8061c76-21a9-481d-a9a5-8a25e52ca3c8/1/0
Covid India
Get India's Daily & total active,deaths,recoverd vaccinated cases . Get Indian States' active,deaths,recoverd,positive cases
null
State By State Code
Get Data For specific by its state code
200
Sucess
[{"id": 11, "active_today": -3, "death_today": 0, "recovered_today": 23, "active": 205, "death": 10089, "recovered": 816283, "positive": 826577, "positive_today": 20, "state_name": "Gujarat", "state_code": 24, "state_abbr": "GJ", "date": "2021-10-31T18:30:00.000Z"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "active_today": {"type": "integer"}, "death_today": {"type": "integer"}, "recovered_today": {"type": "integer"}, "active": {"type": "integer"}, "death": {"type": "integer"}, "recovered": ...
6de549f5-f5d7-4516-a438-a00920849741/4421ec5a-ba5c-4ea9-8648-8c6994931a14/0/0
Covid India
Get India's Daily & total active,deaths,recoverd vaccinated cases . Get Indian States' active,deaths,recoverd,positive cases
null
India
Get active , recovered , deaths and vaccinated cases of India Get All Info from 1 November 2021
200
Country
[{"id": 1, "active_today": 158817, "death_today": 458437, "recovered_today": 33668560, "vaccinated_today": 1277542, "active": 455, "death": 251, "recovered": 12718, "vaccinated": 1063124205, "date": "2021-10-31T18:30:00.000Z"}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "active_today": {"type": "integer"}, "death_today": {"type": "integer"}, "recovered_today": {"type": "integer"}, "vaccinated_today": {"type": "integer"}, "active": {"type": "integer"}, "death": {"type": "integer"}, "recovered": {"ty...
6de549f5-f5d7-4516-a438-a00920849741/05b672a1-47bf-4e97-a0e6-85836c80872b/0/0
Covid India
Get India's Daily & total active,deaths,recoverd vaccinated cases . Get Indian States' active,deaths,recoverd,positive cases
null
State By Abbreviation
Get Data of specific States using Abbr
200
Sucess
[{"id": 11, "active_today": -3, "death_today": 0, "recovered_today": 23, "active": 205, "death": 10089, "recovered": 816283, "positive": 826577, "positive_today": 20, "state_name": "Gujarat", "state_code": 24, "state_abbr": "GJ", "date": "2021-10-31T18:30:00.000Z"}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "active_today": {"type": "integer"}, "death_today": {"type": "integer"}, "recovered_today": {"type": "integer"}, "active": {"type": "integer"}, "death": {"type": "integer"}, "recovered": {"type": "integer"}, "positive": {"type": "in...
6de549f5-f5d7-4516-a438-a00920849741/163ed6c9-a0f6-45ec-b289-f1deb85007fc/0/0
Covid India
Get India's Daily & total active,deaths,recoverd vaccinated cases . Get Indian States' active,deaths,recoverd,positive cases
null
All States
Gives Data of the states
200
New Example
[{"id": 1, "active_today": 0, "death_today": 0, "recovered_today": 0, "active": 4, "death": 129, "recovered": 7518, "positive": 7651, "positive_today": 0, "state_name": "Andaman and Nicobar Islands", "state_code": 35, "state_abbr": "AN", "date": "2021-10-31T18:30:00.000Z"}, {"id": 2, "active_today": -294, "death_today"...
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "active_today": {"type": "integer"}, "death_today": {"type": "integer"}, "recovered_today": {"type": "integer"}, "active": {"type": "integer"}, "death": {"type": "integer"}, "recovered": {"type": "integer"}, "positive": {"type": "in...
0fba1d4c-f195-474a-a89f-1ed8f6ebf393/endpoint_8d847390-1066-40da-a637-29b503a5a3b0/0/0
BMR and TMR
API calculates BMR (Basal Metabolic Rate) and TMR (Total Metabolic Rate)
0.3
BMR index
Endpoint allows you to calculate the Basal Metabolic Rate
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"]}
c6a32a32-5c3e-4710-95f9-471d7895b28e/399149ea-c2f9-4715-9a01-935418750794/0/0
selector-tipo-consultas
decide el tipo de consulta
6.8
triage virtual
define si un paciente debe ser atendido via consulta virtual o presencial
200
Response
{"resp": {"probabilidad": 98.91881010218322, "telemedicine": "Yes", "tipo_consulta": "virtual"}}
{"type": "object", "properties": {"resp": {"type": "object", "properties": {"probabilidad": {"type": "number"}, "telemedicine": {"type": "string"}, "tipo_consulta": {"type": "string"}}}}}
cf0eda80-5425-46e4-b37a-d33b3458ff66/57cbc627-0d54-4fb7-ad15-d17a2d6965ac/0/0
Exercises
Access thousands of exercises with individual exercise data and animated demonstrations.
0
exercises
Access thousands of exercises with individual exercise data and animated demonstrations.
200
Response
[{"id": "53", "name": "band fixed back close grip pulldown", "bodyPart": "back", "muscleTarget": "lats", "equipmentUsed": "band", "image": "https://cdn.exowatts.com/images/exercises/53.gif"}, {"id": "1234", "name": "stalder press", "bodyPart": "upper-arms", "muscleTarget": "triceps", "equipmentUsed": "body-weight", "im...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "bodyPart": {"type": "string"}, "muscleTarget": {"type": "string"}, "equipmentUsed": {"type": "string"}, "image": {"type": "string"}}, "required": ["bodyPart", ...
18cfc735-7bde-4baa-8df2-c644afa2551e/48681b36-e123-4c12-a4b2-8ca08db65fb9/0/0
AirVisual
Query for Air Pollution Data, Weather information, Health Recommendations, etc... as on the official application
9.3
stations/v2/get-measurements
Get measurements at specific station by its id
200
Response
{"status": "success", "data": {"id": "Jmy9oL75KSZnsqi6L", "hourlyMeasurements": [{"ts": "2022-09-20T12:00:00.000Z", "measurements": [{"value": 11, "measure": "pm25", "color": "green", "label": "Good"}, {"measure": "aqius", "value": 45, "color": "green", "label": "Good"}, {"value": 19, "measure": "pm10", "color": "green...
{"type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"stations": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"},...
18cfc735-7bde-4baa-8df2-c644afa2551e/2975d5fe-498a-4d21-a478-2fd819f586c3/0/0
AirVisual
Query for Air Pollution Data, Weather information, Health Recommendations, etc... as on the official application
9.3
cities/v2/get-measurements
Get measurements in specific city by its id
200
Response
{"status": "success", "data": {"id": "hW7vArorRd8cT9h6v", "hourlyMeasurements": [{"ts": "2022-09-20T12:00:00.000Z", "measurements": [{"value": 26.1, "measure": "pm25", "color": "yellow", "label": "Moderate"}, {"measure": "aqius", "value": 80, "color": "yellow", "label": "Moderate"}, {"value": 17, "measure": "pm10", "co...
{"type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"stations": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"},...
18cfc735-7bde-4baa-8df2-c644afa2551e/22390c8c-e513-424c-a166-f6b9d6452a55/0/0
AirVisual
Query for Air Pollution Data, Weather information, Health Recommendations, etc... as on the official application
9.3
cities/v2/get-information
Get information in specific city by its id
200
Response
{"status": "success", "data": {"id": "hW7vArorRd8cT9h6v", "city": "Singapore", "state": "Singapore", "country": "Singapore", "location": {"lat": 1.3669815, "lon": 103.83350372}, "timezone": "Asia/Singapore", "websiteLink": "https://www.iqair.com/singapore", "report": {"link": "https://cdn.airvisual.net/pages/report-a-p...
{"type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"stations": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"},...
18cfc735-7bde-4baa-8df2-c644afa2551e/4d4c5c4f-02e8-4579-ad3d-f94e4c3520fd/0/0
AirVisual
Query for Air Pollution Data, Weather information, Health Recommendations, etc... as on the official application
9.3
places/v2/list
List places with brief information
200
Response
{"status": "sucess", "data": [{"id": "nw4vB6pomahfoasqT", "name": "Loudonville", "city": "Albany", "state": "New York", "country": "USA", "location": {"lat": 42.68075, "lon": -73.75733}, "timezone": "America/New_York", "websiteLink": "https://www.iqair.com/usa/new-york/albany/loudonville", "report": {"link": "https://c...
{"type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"stations": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"},...
18cfc735-7bde-4baa-8df2-c644afa2551e/34b3e248-8196-4331-804e-3dfebfe9bc31/0/0
AirVisual
Query for Air Pollution Data, Weather information, Health Recommendations, etc... as on the official application
9.3
v2/auto-complete
Find countries, cities, places by name
200
Response
{"status": "success", "data": {"cities": [{"id": "hW7vArorRd8cT9h6v", "city": "Singapore", "state": "Singapore", "country": "Singapore", "location": {"lat": 1.3669815, "lon": 103.83350372}, "currentMeasurement": {"ts": "2022-09-20T13:00:00.000Z", "aqius": 82, "aqicn": 39, "isEstimated": 0}, "sensorDefinitions": [{"poll...
{"type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"stations": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"},...
18cfc735-7bde-4baa-8df2-c644afa2551e/b4bf3616-e892-4725-bb0c-d0de995ecf59/0/0
AirVisual
Query for Air Pollution Data, Weather information, Health Recommendations, etc... as on the official application
9.3
stations/v2/get-information
Get information at specific station by its id
200
Response
{"status": "success", "data": {"id": "Jmy9oL75KSZnsqi6L", "name": "East", "city": "Singapore", "state": "Singapore", "country": "Singapore", "location": {"lat": 1.36011699, "lon": 103.95521164}, "timezone": "Asia/Singapore", "websiteLink": "https://www.iqair.com/singapore/east", "report": {"link": "https://cdn.airvisua...
{"type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"stations": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"},...
18cfc735-7bde-4baa-8df2-c644afa2551e/471689f1-ba76-4f0a-b9dd-9954c3521c85/0/0
AirVisual
Query for Air Pollution Data, Weather information, Health Recommendations, etc... as on the official application
9.3
places/list-by-map (Deprecated)
List places in an area by providing a boundary box
200
Example_1
{"status": "success", "data": [{"id": "iNSJP7ao39ar7pAfc", "name": "Rahway Fire Dept", "city": "Rahway", "i18n": {}, "location": {"type": "Point", "coordinates": [-74.27517, 40.6041]}, "providers": {"pictures": ["https://ui-avatars.com/api/?rounded=true&name=Department%20of%20Environmental%20Protection"], "link": "http...
{"type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object"}}}}
18cfc735-7bde-4baa-8df2-c644afa2551e/0fe76e9a-e198-4a4e-852f-635fa83b5352/0/0
AirVisual
Query for Air Pollution Data, Weather information, Health Recommendations, etc... as on the official application
9.3
places/list (Deprecated)
List places with brief information
200
Example_1
{"status": "success", "data": [{"id": "hW7vArorRd8cT9h6v", "country": "Singapore", "state": "Singapore", "city": "Singapore", "current_weather": {"ts": "2019-10-19T04:00:00.000Z", "tp": 31, "pr": 1011, "hu": 49, "ws": 4.1, "wd": 130, "ic": "04d"}, "current_measurement": {"ts": "2019-10-19T04:00:00.000Z", "p2": {"conc":...
{"type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}, "current_weather": {"type": "object", "properties": {"ts": {"type": "stri...
99a8b370-0e12-431f-b1fc-4e70c42498a5/48e23130-f6fa-4f2e-9893-b151ed0a5c3e/1/0
Parkinson API
A micro-service API for the detection of Parkinson. Based on the work done in https://www.sciencedirect.com/science/article/abs/pii/S0952197618302045
null
sample_sentences_parkinson_sentences_examples_get
Get a random sample of sentences for demonstration purposes. The sentences (PT) are the ones originally used in the paper/study. The EN ones are translations of the sentences. These sentences are just examples of what people can say, but the model should be robust enough to other sentences. The endpoint gives a rand...
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...
81aacc1d-b6c4-4baf-91b1-99b3d4fca8b1/2b3d0fd3-fae6-4142-8201-0de527b008fa/0/0
Gender Detector API
Determine the gender associated with a given name or name and country. With this API, you can easily integrate gender detection capabilities into your applications, platforms, or services, enabling you to identify the likely gender associated with a person's name based on statistical analysis and data patterns.
6.7
Detect Gender From Name and Country
Detect Gender From Name and Country
200
Success
{"status": "ok", "error": null, "data": {"country": "us", "detected": true, "name": "Andrea", "gender": "female"}}
{"type": "object", "properties": {"status": {"type": "string"}, "error": {"type": "null"}, "data": {"type": "object", "properties": {"country": {"type": "string"}, "detected": {"type": "boolean"}, "name": {"type": "string"}, "gender": {"type": "string"}}}}}
81aacc1d-b6c4-4baf-91b1-99b3d4fca8b1/946e31f6-8b22-46a4-99ba-2d2ee16630fe/0/0
Gender Detector API
Determine the gender associated with a given name or name and country. With this API, you can easily integrate gender detection capabilities into your applications, platforms, or services, enabling you to identify the likely gender associated with a person's name based on statistical analysis and data patterns.
6.7
Detect Gender From Name
Detect Gender From Name
200
Success
{"status": "ok", "error": null, "data": {"country": "unknown", "detected": true, "name": "Tim Johnson", "gender": "male"}}
{"type": "object", "properties": {"status": {"type": "string"}, "error": {"type": "null"}, "data": {"type": "object", "properties": {"country": {"type": "string"}, "detected": {"type": "boolean"}, "name": {"type": "string"}, "gender": {"type": "string"}}}}}
ea93a360-7a86-4437-9ee8-18341764215c/1f195f25-d4c2-45ea-9791-c3dbd21a55c5/0/0
CDC Disease or Condition of the Week
An API that pulls the CDC's Disease or Condition of the Week. This allows developers to include this information easily, while linking to the CDC's source.
0
Get Current Disease/Condition of the Week
This endpoint will return the current week's Disease or Condition of the Week from the CDC's website.
200
New Example
{"title": "Tourette Syndrome", "summary": "Tourette syndrome causes people to have tics. Tics are sudden twitches, movements, or sounds that people do repeatedly, such as blinking repeatedly or making a grunting sound.", "url": "https://www.cdc.gov/dotw/tourette-syndrome/index.html"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"title": {"type": "string"}, "summary": {"type": "string"}, "url": {"type": "string"}}, "required": ["summary", "title", "url"]}
a4d5487b-fa99-43b2-a010-1e60999c9152/b909f993-71a0-4141-81ea-8482589d5cfa/0/0
Checking an European Digital COVID Certificates - EU DCC
Coronavirus Pandemic API to decode and verify the digital signature of an European Health Certificate QR-code
0.2
Check QR from a base64 image string
Post a QR image in base64 data format (string) to decode
400
New Example
{"error": "Unable to check QR", "message": "Invalid image file"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}, "message": {"type": "string"}}, "required": ["error", "message"]}
a4d5487b-fa99-43b2-a010-1e60999c9152/b909f993-71a0-4141-81ea-8482589d5cfa/1/0
Checking an European Digital COVID Certificates - EU DCC
Coronavirus Pandemic API to decode and verify the digital signature of an European Health Certificate QR-code
0.2
Check QR from a base64 image string
Post a QR image in base64 data format (string) to decode
200
New Example
{"birthDate": "1979-07-06", "name": {"surname": "C\u00c2RJEA", "standardisedSurname": "CARJEA", "forename": "NICU-GABRIEL", "standardisedForename": "NICU<GABRIEL"}, "vaccinationCertificate": [{"certificateIdentifier": "URN:UVCI:01:RO:09EKD7P62WYOZ9O8DNR51Q84GLVXM3#E", "country": "RO", "doseNumber": 2, "vaccinationDate"...
{"type": "object", "properties": {"birthDate": {"type": "string"}, "name": {"type": "object", "properties": {"surname": {"type": "string"}, "standardisedSurname": {"type": "string"}, "forename": {"type": "string"}, "standardisedForename": {"type": "string"}}}, "vaccinationCertificate": {"type": "array", "items": {"type...
a4d5487b-fa99-43b2-a010-1e60999c9152/416168c5-e2c2-44b2-9118-88fab0f388f7/0/0
Checking an European Digital COVID Certificates - EU DCC
Coronavirus Pandemic API to decode and verify the digital signature of an European Health Certificate QR-code
0.2
Check QR from image file
Upload a QR image file (jpg or png) to decode and verify the certificate
200
New Example
{"birthDate": "1979-07-06", "name": {"surname": "C\u00c2RJEA", "standardisedSurname": "CARJEA", "forename": "NICU-GABRIEL", "standardisedForename": "NICU<GABRIEL"}, "vaccinationCertificate": [{"certificateIdentifier": "URN:UVCI:01:RO:09EKD7P62WYOZ9O8DNR51Q84GLVXM3#E", "country": "RO", "doseNumber": 2, "vaccinationDate"...
{"type": "object", "properties": {"birthDate": {"type": "string"}, "name": {"type": "object", "properties": {"surname": {"type": "string"}, "standardisedSurname": {"type": "string"}, "forename": {"type": "string"}, "standardisedForename": {"type": "string"}}}, "vaccinationCertificate": {"type": "array", "items": {"type...
a4d5487b-fa99-43b2-a010-1e60999c9152/416168c5-e2c2-44b2-9118-88fab0f388f7/1/0
Checking an European Digital COVID Certificates - EU DCC
Coronavirus Pandemic API to decode and verify the digital signature of an European Health Certificate QR-code
0.2
Check QR from image file
Upload a QR image file (jpg or png) to decode and verify the certificate
400
Response
{"error": "Unable to check QR", "message": "Invalid image file"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}, "message": {"type": "string"}}, "required": ["error", "message"]}
a4d5487b-fa99-43b2-a010-1e60999c9152/29a27965-4ec5-4ab2-94e2-fcca351ec528/0/0
Checking an European Digital COVID Certificates - EU DCC
Coronavirus Pandemic API to decode and verify the digital signature of an European Health Certificate QR-code
0.2
Check QR
Decode and verify the digital signature of an European Health Certificate QR-code
400
New Example
{"error": "Unable to check QR", "message": "QR is missing"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}, "message": {"type": "string"}}, "required": ["error", "message"]}
a4d5487b-fa99-43b2-a010-1e60999c9152/29a27965-4ec5-4ab2-94e2-fcca351ec528/1/0
Checking an European Digital COVID Certificates - EU DCC
Coronavirus Pandemic API to decode and verify the digital signature of an European Health Certificate QR-code
0.2
Check QR
Decode and verify the digital signature of an European Health Certificate QR-code
200
New Example
{"birthDate": "1979-07-06", "name": {"surname": "C\u00c2RJEA", "standardisedSurname": "CARJEA", "forename": "NICU-GABRIEL", "standardisedForename": "NICU<GABRIEL"}, "vaccinationCertificate": [{"certificateIdentifier": "URN:UVCI:01:RO:09EKD7P62WYOZ9O8DNR51Q84GLVXM3#E", "country": "RO", "doseNumber": 2, "vaccinationDate"...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"birthDate": {"type": "string"}, "name": {"type": "object", "properties": {"surname": {"type": "string"}, "standardisedSurname": {"type": "string"}, "forename": {"type": "string"}, "standardisedForename": {"type": "string"}}, "required": ["f...
07672889-cb03-4e98-b92d-f17074745463/a504a95b-8762-4177-91cb-e94383902e7f/0/0
TreatmentGo
independent study msu denver 2022
null
getLocations
200
null
{"id": 0, "name1": "", "phone": "", "intake1": "", "intake2": "", "website": "", "beds": 0, "tag": ""}
{"type": "object", "required": ["id", "name1", "phone", "intake1", "intake2", "website", "beds"], "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name1": {"type": "string"}, "phone": {"type": "string"}, "intake1": {"type": "string"}, "intake...
07672889-cb03-4e98-b92d-f17074745463/842b8780-1983-4e21-8c3d-c6b114fa1f04/0/0
TreatmentGo
independent study msu denver 2022
null
listfaclilites
200
null
{"id": 0, "name1": "", "phone": "", "intake1": "", "intake2": "", "website": "", "beds": 0, "tag": ""}
{"type": "object", "required": ["id", "name1", "phone", "intake1", "intake2", "website", "beds"], "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name1": {"type": "string"}, "phone": {"type": "string"}, "intake1": {"type": "string"}, "intake...
8e670b23-84a5-4856-810d-7dae7a362c6d/ae9d1583-e4c0-41fb-b8f8-39453f30943d/0/0
Gratitude Questions
Get questions to ask oneself in an attempt to invoke feelings of gratitude
0.2
Random question
Get a random question designed to invoke feelings of gratitude
200
New Example
{"question": "How have you used your talents recently, and what have you enjoyed about doing that?"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"question": {"type": "string"}}, "required": ["question"]}
ee34ac83-7b59-43d3-a8e6-dc87a1ad509a/f2fae2df-6111-41e2-a2c4-70b32057a4fc/0/0
Worldometer Covid 19
This Freemium API that provides Covid 19 statistics from https://www.worldometers.info/coronavirus/ This API periodically updates live data from https://www.worldometers.info/coronavirus/#countries.
0.1
GetCountries
List all COVID-19 countries and their country codes. The country code will be required to get Statistics for the specific country. Parameters : - sorted : Show countries sorted alphabetically.
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"]}
ee34ac83-7b59-43d3-a8e6-dc87a1ad509a/cc867410-380f-4591-9d5e-ba4ac38d4a09/0/0
Worldometer Covid 19
This Freemium API that provides Covid 19 statistics from https://www.worldometers.info/coronavirus/ This API periodically updates live data from https://www.worldometers.info/coronavirus/#countries.
0.1
GetCovidStats
Provides covid statistics for a specific country(as per Worldometer's definition). Paramters :- countrycode : Required date : Format : MMM DD, YYYY (Optional)
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"]}