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 |
|---|---|---|---|---|---|---|---|---|---|
b1c7fb5d-34de-45fa-877b-99008be52d09/384df0a2-e82d-44bf-a004-b65bd45380e0/0/0 | Postali | Mexico zip codes / Códigos postales de México | 7.5 | Codes | Search by code ej. 66446 | 200 | New Example | [{"city": "San Nicol\u00e1s de los Garza", "code": "66446", "state": "Nuevo Le\u00f3n", "suburb": "An\u00e1huac la Escondida"}, {"city": "San Nicol\u00e1s de los Garza", "code": "66446", "state": "Nuevo Le\u00f3n", "suburb": "Balcones de Santo Domingo"}, {"city": "San Nicol\u00e1s de los Garza", "code": "66446", "state... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"city": {"type": "string"}, "code": {"type": "string"}, "state": {"type": "string"}, "suburb": {"type": "string"}}, "required": ["city", "code", "state", "suburb"]}} |
15cb3c0b-149d-493a-b73c-451bc81d9234/96f701dd-8000-469a-938f-7e2dfec13a7d/0/0 | My CEP | API to GET Simple Data from a CEP | null | GET CEP Details | GET CEP Details
https://cep-rapid.herokuapp.com/mycep/01001000 | 200 | GET CEP Data | {"cep": "01001-000", "logradouro": "Pra\u00e7a da S\u00e9", "complemento": "lado \u00edmpar", "bairro": "S\u00e9", "localidade": "S\u00e3o Paulo", "uf": "SP", "ibge": "3550308", "gia": "1004", "ddd": "11", "siafi": "7107"} | {"type": "object", "properties": {"cep": {"type": "string"}, "logradouro": {"type": "string"}, "complemento": {"type": "string"}, "bairro": {"type": "string"}, "localidade": {"type": "string"}, "uf": {"type": "string"}, "ibge": {"type": "string"}, "gia": {"type": "string"}, "ddd": {"type": "string"}, "siafi": {"type": ... |
b1ec5ab4-dad2-43a4-9d57-bf3506663bc6/7475affb-da43-4912-8cec-61bb4ac38fea/0/0 | Essentials | Find nonprofits using variable search criteria and explore essential information. | null | essentials_lookup | Provides a list of all the tables used as a filter_name with the Essentials Lookup endpoints. The tables and their contents can be used to generate dropdowns and filters in your system when using the Essentials API. | 403 | null | {"code": 403, "message": "Forbidden, we found insufficient permissions to grant access to the resources. Please check the detailed message of the response."} | {"type": "object", "properties": {"code": {"type": "string", "description": "HTTP response status code."}, "message": {"type": "string"}}} |
b1ec5ab4-dad2-43a4-9d57-bf3506663bc6/7475affb-da43-4912-8cec-61bb4ac38fea/1/0 | Essentials | Find nonprofits using variable search criteria and explore essential information. | null | essentials_lookup | Provides a list of all the tables used as a filter_name with the Essentials Lookup endpoints. The tables and their contents can be used to generate dropdowns and filters in your system when using the Essentials API. | 200 | null | {"code": 200, "message": "Request was processed successfully!", "took": 20, "errors": [], "data": []} | {"type": "object", "properties": {"code": {"type": "integer", "description": "Response Code"}, "message": {"type": "string", "description": "Diagnostic message for response status"}, "took": {"type": "integer", "description": "Time taken for request to process"}, "errors": {"type": "array", "description": "List of erro... |
b1ec5ab4-dad2-43a4-9d57-bf3506663bc6/7475affb-da43-4912-8cec-61bb4ac38fea/2/0 | Essentials | Find nonprofits using variable search criteria and explore essential information. | null | essentials_lookup | Provides a list of all the tables used as a filter_name with the Essentials Lookup endpoints. The tables and their contents can be used to generate dropdowns and filters in your system when using the Essentials API. | 404 | null | {"code": 404, "message": "Request was processed successfully but we could not find the resource ein"} | {"type": "object", "properties": {"code": {"type": "string", "description": "HTTP response status code."}, "message": {"type": "string"}}} |
b1ec5ab4-dad2-43a4-9d57-bf3506663bc6/7475affb-da43-4912-8cec-61bb4ac38fea/3/0 | Essentials | Find nonprofits using variable search criteria and explore essential information. | null | essentials_lookup | Provides a list of all the tables used as a filter_name with the Essentials Lookup endpoints. The tables and their contents can be used to generate dropdowns and filters in your system when using the Essentials API. | 406 | null | {"code": 406, "message": "The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request."} | {"type": "object", "properties": {"code": {"type": "string", "description": "HTTP response status code."}, "message": {"type": "string"}}} |
b1ec5ab4-dad2-43a4-9d57-bf3506663bc6/7475affb-da43-4912-8cec-61bb4ac38fea/4/0 | Essentials | Find nonprofits using variable search criteria and explore essential information. | null | essentials_lookup | Provides a list of all the tables used as a filter_name with the Essentials Lookup endpoints. The tables and their contents can be used to generate dropdowns and filters in your system when using the Essentials API. | 401 | null | {"code": 401, "message": "Access denied due to missing subscription key. Make sure to include subscription key when making requests to an API."} | {"type": "object", "properties": {"code": {"type": "string", "description": "HTTP response status code."}, "message": {"type": "string"}}} |
b1ec5ab4-dad2-43a4-9d57-bf3506663bc6/7475affb-da43-4912-8cec-61bb4ac38fea/5/0 | Essentials | Find nonprofits using variable search criteria and explore essential information. | null | essentials_lookup | Provides a list of all the tables used as a filter_name with the Essentials Lookup endpoints. The tables and their contents can be used to generate dropdowns and filters in your system when using the Essentials API. | 400 | null | {"code": 400, "message": "The request cannot be fulfilled due to bad syntax."} | {"type": "object", "properties": {"code": {"type": "string", "description": "HTTP response status code."}, "message": {"type": "string"}}} |
b1ec5ab4-dad2-43a4-9d57-bf3506663bc6/7475affb-da43-4912-8cec-61bb4ac38fea/6/0 | Essentials | Find nonprofits using variable search criteria and explore essential information. | null | essentials_lookup | Provides a list of all the tables used as a filter_name with the Essentials Lookup endpoints. The tables and their contents can be used to generate dropdowns and filters in your system when using the Essentials API. | 429 | null | {"code": 429, "message": "Rate limit is exceeded. Try again later."} | {"type": "object", "properties": {"code": {"type": "string", "description": "HTTP response status code."}, "message": {"type": "string"}}} |
b1ec5ab4-dad2-43a4-9d57-bf3506663bc6/7475affb-da43-4912-8cec-61bb4ac38fea/7/0 | Essentials | Find nonprofits using variable search criteria and explore essential information. | null | essentials_lookup | Provides a list of all the tables used as a filter_name with the Essentials Lookup endpoints. The tables and their contents can be used to generate dropdowns and filters in your system when using the Essentials API. | 500 | null | {"code": 500, "message": "Oh no!, this is bad, something went wrong... please contact API support!"} | {"type": "object", "properties": {"code": {"type": "string", "description": "HTTP response status code."}, "message": {"type": "string"}}} |
b1ec5ab4-dad2-43a4-9d57-bf3506663bc6/e84e1a38-2967-4c39-a902-f141bde77f29/0/0 | Essentials | Find nonprofits using variable search criteria and explore essential information. | null | essentials_lookup_{filter_name}_{key_or_value} | Lookup details on a specific filter using the known filter_name and key_or_value. The resulting search_value can be passed as a search value in the Essentials API. | 500 | null | {"code": 500, "message": "Oh no!, this is bad, something went wrong... please contact API support!"} | {"type": "object", "properties": {"code": {"type": "string", "description": "HTTP response status code."}, "message": {"type": "string"}}} |
b1ec5ab4-dad2-43a4-9d57-bf3506663bc6/e84e1a38-2967-4c39-a902-f141bde77f29/1/0 | Essentials | Find nonprofits using variable search criteria and explore essential information. | null | essentials_lookup_{filter_name}_{key_or_value} | Lookup details on a specific filter using the known filter_name and key_or_value. The resulting search_value can be passed as a search value in the Essentials API. | 403 | null | {"code": 403, "message": "Forbidden, we found insufficient permissions to grant access to the resources. Please check the detailed message of the response."} | {"type": "object", "properties": {"code": {"type": "string", "description": "HTTP response status code."}, "message": {"type": "string"}}} |
b1ec5ab4-dad2-43a4-9d57-bf3506663bc6/e84e1a38-2967-4c39-a902-f141bde77f29/2/0 | Essentials | Find nonprofits using variable search criteria and explore essential information. | null | essentials_lookup_{filter_name}_{key_or_value} | Lookup details on a specific filter using the known filter_name and key_or_value. The resulting search_value can be passed as a search value in the Essentials API. | 404 | null | {"code": 404, "message": "Request was processed successfully but we could not find the resource ein"} | {"type": "object", "properties": {"code": {"type": "string", "description": "HTTP response status code."}, "message": {"type": "string"}}} |
b1ec5ab4-dad2-43a4-9d57-bf3506663bc6/e84e1a38-2967-4c39-a902-f141bde77f29/3/0 | Essentials | Find nonprofits using variable search criteria and explore essential information. | null | essentials_lookup_{filter_name}_{key_or_value} | Lookup details on a specific filter using the known filter_name and key_or_value. The resulting search_value can be passed as a search value in the Essentials API. | 429 | null | {"code": 429, "message": "Rate limit is exceeded. Try again later."} | {"type": "object", "properties": {"code": {"type": "string", "description": "HTTP response status code."}, "message": {"type": "string"}}} |
b1ec5ab4-dad2-43a4-9d57-bf3506663bc6/e84e1a38-2967-4c39-a902-f141bde77f29/4/0 | Essentials | Find nonprofits using variable search criteria and explore essential information. | null | essentials_lookup_{filter_name}_{key_or_value} | Lookup details on a specific filter using the known filter_name and key_or_value. The resulting search_value can be passed as a search value in the Essentials API. | 200 | null | {"code": 200, "message": "Request was processed successfully!", "took": 20, "errors": [], "data": []} | {"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}, "took": {"type": "integer"}, "errors": {"type": "array", "items": {"type": "string", "description": "Error messaging"}}, "data": {"type": "array", "items": {"type": "object", "description": "Key value pair of filter and descri... |
b1ec5ab4-dad2-43a4-9d57-bf3506663bc6/e84e1a38-2967-4c39-a902-f141bde77f29/5/0 | Essentials | Find nonprofits using variable search criteria and explore essential information. | null | essentials_lookup_{filter_name}_{key_or_value} | Lookup details on a specific filter using the known filter_name and key_or_value. The resulting search_value can be passed as a search value in the Essentials API. | 406 | null | {"code": 406, "message": "The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request."} | {"type": "object", "properties": {"code": {"type": "string", "description": "HTTP response status code."}, "message": {"type": "string"}}} |
b1ec5ab4-dad2-43a4-9d57-bf3506663bc6/e84e1a38-2967-4c39-a902-f141bde77f29/6/0 | Essentials | Find nonprofits using variable search criteria and explore essential information. | null | essentials_lookup_{filter_name}_{key_or_value} | Lookup details on a specific filter using the known filter_name and key_or_value. The resulting search_value can be passed as a search value in the Essentials API. | 401 | null | {"code": 401, "message": "Access denied due to missing subscription key. Make sure to include subscription key when making requests to an API."} | {"type": "object", "properties": {"code": {"type": "string", "description": "HTTP response status code."}, "message": {"type": "string"}}} |
b1ec5ab4-dad2-43a4-9d57-bf3506663bc6/e84e1a38-2967-4c39-a902-f141bde77f29/7/0 | Essentials | Find nonprofits using variable search criteria and explore essential information. | null | essentials_lookup_{filter_name}_{key_or_value} | Lookup details on a specific filter using the known filter_name and key_or_value. The resulting search_value can be passed as a search value in the Essentials API. | 400 | null | {"code": 400, "message": "The request cannot be fulfilled due to bad syntax."} | {"type": "object", "properties": {"code": {"type": "string", "description": "HTTP response status code."}, "message": {"type": "string"}}} |
b1ec5ab4-dad2-43a4-9d57-bf3506663bc6/1cb47548-8220-4991-bdeb-a37ed97478e3/0/0 | Essentials | Find nonprofits using variable search criteria and explore essential information. | null | essentials_lookup_{filter_name} | Provides a list of all the human-readable search values within a specific filter_name table that can be used in search queries with the Essentials endpoints. Each array contains a table key, name value, and search value. The resulting search_value (s) can be passed as search values in the Essentials API. | 200 | null | {"code": 200, "message": "Request was processed successfully!", "took": 20, "errors": [], "data": []} | {"type": "object", "properties": {"code": {"type": "integer", "description": "HTTP response status code."}, "message": {"type": "string"}, "took": {"type": "integer"}, "errors": {"type": "array", "items": {"type": "string", "description": "error messaging"}}, "data": {"type": "array", "description": "A list of all the ... |
b1ec5ab4-dad2-43a4-9d57-bf3506663bc6/a3cc63d0-4f90-475f-ad09-a241df6ecfcc/0/0 | Essentials | Find nonprofits using variable search criteria and explore essential information. | null | essentials_v2 | Find nonprofits using variable search criteria and explore essential information. | 429 | null | {"code": 429, "message": "Rate limit is exceeded. Try again later."} | {"type": "object", "properties": {"code": {"type": "string", "description": "HTTP response status code."}, "message": {"type": "string"}}} |
b1ec5ab4-dad2-43a4-9d57-bf3506663bc6/a3cc63d0-4f90-475f-ad09-a241df6ecfcc/1/0 | Essentials | Find nonprofits using variable search criteria and explore essential information. | null | essentials_v2 | Find nonprofits using variable search criteria and explore essential information. | 500 | null | {"code": 500, "message": "Oh no!, this is bad, something went wrong... please contact API support!"} | {"type": "object", "properties": {"code": {"type": "string", "description": "HTTP response status code."}, "message": {"type": "string"}}} |
b1ec5ab4-dad2-43a4-9d57-bf3506663bc6/a3cc63d0-4f90-475f-ad09-a241df6ecfcc/2/0 | Essentials | Find nonprofits using variable search criteria and explore essential information. | null | essentials_v2 | Find nonprofits using variable search criteria and explore essential information. | 200 | null | {"code": 200, "message": "Request was processed successfully!", "took": 24, "errors": [], "data": {"took": 22, "total_hits": 1, "hits": [{"organization_id": "9938979", "bridge_id": "", "ein": "82-4267025", "organization_name": "Illinois Youth Rugby Association", "also_known_as": "chillicothe rugby football club", "miss... | {"type": "object", "properties": {"code": {"type": "integer", "description": "Response Code"}, "message": {"type": "string", "description": "Diagnostic message for response status"}, "took": {"type": "integer", "description": "Time taken for request to process"}, "errors": {"type": "array", "description": "List of erro... |
b1ec5ab4-dad2-43a4-9d57-bf3506663bc6/a3cc63d0-4f90-475f-ad09-a241df6ecfcc/3/0 | Essentials | Find nonprofits using variable search criteria and explore essential information. | null | essentials_v2 | Find nonprofits using variable search criteria and explore essential information. | 403 | null | {"code": 403, "message": "Forbidden, we found insufficient permissions to grant access to the resources. Please check the detailed message of the response."} | {"type": "object", "properties": {"code": {"type": "string", "description": "HTTP response status code."}, "message": {"type": "string"}}} |
b1ec5ab4-dad2-43a4-9d57-bf3506663bc6/a3cc63d0-4f90-475f-ad09-a241df6ecfcc/4/0 | Essentials | Find nonprofits using variable search criteria and explore essential information. | null | essentials_v2 | Find nonprofits using variable search criteria and explore essential information. | 401 | null | {"code": 401, "message": "Access denied due to missing subscription key. Make sure to include subscription key when making requests to an API."} | {"type": "object", "properties": {"code": {"type": "string", "description": "HTTP response status code."}, "message": {"type": "string"}}} |
b1ec5ab4-dad2-43a4-9d57-bf3506663bc6/a3cc63d0-4f90-475f-ad09-a241df6ecfcc/5/0 | Essentials | Find nonprofits using variable search criteria and explore essential information. | null | essentials_v2 | Find nonprofits using variable search criteria and explore essential information. | 406 | null | {"code": 406, "message": "The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request."} | {"type": "object", "properties": {"code": {"type": "string", "description": "HTTP response status code."}, "message": {"type": "string"}}} |
b1ec5ab4-dad2-43a4-9d57-bf3506663bc6/a3cc63d0-4f90-475f-ad09-a241df6ecfcc/6/0 | Essentials | Find nonprofits using variable search criteria and explore essential information. | null | essentials_v2 | Find nonprofits using variable search criteria and explore essential information. | 404 | null | {"code": 404, "message": "Request was processed successfully but we could not find the resource ein"} | {"type": "object", "properties": {"code": {"type": "string", "description": "HTTP response status code."}, "message": {"type": "string"}}} |
b1ec5ab4-dad2-43a4-9d57-bf3506663bc6/a3cc63d0-4f90-475f-ad09-a241df6ecfcc/7/0 | Essentials | Find nonprofits using variable search criteria and explore essential information. | null | essentials_v2 | Find nonprofits using variable search criteria and explore essential information. | 400 | null | {"code": 400, "message": "The request cannot be fulfilled due to bad syntax."} | {"type": "object", "properties": {"code": {"type": "string", "description": "HTTP response status code."}, "message": {"type": "string"}}} |
b1ec5ab4-dad2-43a4-9d57-bf3506663bc6/28d3265b-c7e7-499b-8349-5d2f83cafbf8/0/0 | Essentials | Find nonprofits using variable search criteria and explore essential information. | null | essentials_v1 | Find nonprofits using variable search criteria and explore essential information. | 401 | null | {"code": 401, "message": "Access denied due to missing subscription key. Make sure to include subscription key when making requests to an API."} | {"type": "object", "properties": {"code": {"type": "string", "description": "HTTP response status code."}, "message": {"type": "string"}}} |
b1ec5ab4-dad2-43a4-9d57-bf3506663bc6/28d3265b-c7e7-499b-8349-5d2f83cafbf8/1/0 | Essentials | Find nonprofits using variable search criteria and explore essential information. | null | essentials_v1 | Find nonprofits using variable search criteria and explore essential information. | 403 | null | {"code": 403, "message": "Forbidden, we found insufficient permissions to grant access to the resources. Please check the detailed message of the response."} | {"type": "object", "properties": {"code": {"type": "string", "description": "HTTP response status code."}, "message": {"type": "string"}}} |
b1ec5ab4-dad2-43a4-9d57-bf3506663bc6/28d3265b-c7e7-499b-8349-5d2f83cafbf8/2/0 | Essentials | Find nonprofits using variable search criteria and explore essential information. | null | essentials_v1 | Find nonprofits using variable search criteria and explore essential information. | 400 | null | {"code": 400, "message": "The request cannot be fulfilled due to bad syntax."} | {"type": "object", "properties": {"code": {"type": "string", "description": "HTTP response status code."}, "message": {"type": "string"}}} |
b1ec5ab4-dad2-43a4-9d57-bf3506663bc6/28d3265b-c7e7-499b-8349-5d2f83cafbf8/3/0 | Essentials | Find nonprofits using variable search criteria and explore essential information. | null | essentials_v1 | Find nonprofits using variable search criteria and explore essential information. | 200 | null | {"code": 200, "message": "Request was processed successfully!", "took": 24, "errors": [], "data": {"took": 22, "total_hits": 1, "hits": [{"organization_id": "9938979", "bridge_id": "", "ein": "82-4267025", "organization_name": "Illinois Youth Rugby Association", "also_known_as": "chillicothe rugby football club", "miss... | {"type": "object", "properties": {"code": {"type": "integer", "description": "Response Code"}, "message": {"type": "string", "description": "Diagnostic message for response status"}, "took": {"type": "integer", "description": "Time taken for request to process"}, "errors": {"type": "array", "description": "List of erro... |
b1ec5ab4-dad2-43a4-9d57-bf3506663bc6/28d3265b-c7e7-499b-8349-5d2f83cafbf8/4/0 | Essentials | Find nonprofits using variable search criteria and explore essential information. | null | essentials_v1 | Find nonprofits using variable search criteria and explore essential information. | 404 | null | {"code": 404, "message": "Request was processed successfully but we could not find the resource ein"} | {"type": "object", "properties": {"code": {"type": "string", "description": "HTTP response status code."}, "message": {"type": "string"}}} |
b1ec5ab4-dad2-43a4-9d57-bf3506663bc6/28d3265b-c7e7-499b-8349-5d2f83cafbf8/5/0 | Essentials | Find nonprofits using variable search criteria and explore essential information. | null | essentials_v1 | Find nonprofits using variable search criteria and explore essential information. | 406 | null | {"code": 406, "message": "The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request."} | {"type": "object", "properties": {"code": {"type": "string", "description": "HTTP response status code."}, "message": {"type": "string"}}} |
b1ec5ab4-dad2-43a4-9d57-bf3506663bc6/28d3265b-c7e7-499b-8349-5d2f83cafbf8/6/0 | Essentials | Find nonprofits using variable search criteria and explore essential information. | null | essentials_v1 | Find nonprofits using variable search criteria and explore essential information. | 500 | null | {"code": 500, "message": "Oh no!, this is bad, something went wrong... please contact API support!"} | {"type": "object", "properties": {"code": {"type": "string", "description": "HTTP response status code."}, "message": {"type": "string"}}} |
b1ec5ab4-dad2-43a4-9d57-bf3506663bc6/28d3265b-c7e7-499b-8349-5d2f83cafbf8/7/0 | Essentials | Find nonprofits using variable search criteria and explore essential information. | null | essentials_v1 | Find nonprofits using variable search criteria and explore essential information. | 429 | null | {"code": 429, "message": "Rate limit is exceeded. Try again later."} | {"type": "object", "properties": {"code": {"type": "string", "description": "HTTP response status code."}, "message": {"type": "string"}}} |
656ca5c4-4732-4327-9b84-e01c05127eda/0eb21695-4e58-4234-867a-7724a116625a/0/0 | YouTube Keyword Search | YouTube Keyword Search API | 8.8 | YouTube Keyword Search | YouTube Keyword Search | 200 | Response | ["footlocker", "football", "footloose", "football cleats", "footloose 2011", "football today", "football schedule", "footlocker near me", "footaction", "foot doctor", "foot massager", "foot massage near me", "footjoy golf shoes", "football positions"] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}} |
7c9b4f62-8451-46b5-b0ee-fba77f483a27/90e836c0-8d3e-47ce-b867-9fdf8ce3c411/0/0 | Google Lens Image Search | Google Lens Image Search API – find information about speeches around | 8.1 | v1/google-lens/search | Google Lens Image Search – find information about speeches around | 200 | New Example | {"Success": {"status": 200, "query_url": "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png", "items": 60}, "data": [{"query_url": "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png", "platform": "google lens", "page_url": "https://twitter.com/versenyjog... | {"type": "object", "properties": {"Success": {"type": "object", "properties": {"status": {"type": "integer"}, "query_url": {"type": "string"}, "items": {"type": "integer"}}}, "data": {"type": "array", "items": {"type": "object", "properties": {"query_url": {"type": "string"}, "platform": {"type": "string"}, "page_url":... |
00f9fc24-eb1b-4ea2-88ce-a8497cf852af/5a7faf0e-0886-4ce2-9bd3-fec67affa357/0/0 | Google Search | API used to retrieve data from Google search results in real time. Support web search and image search. | 9.1 | Web Search | This endpoint is used for web searches. | 200 | Response | {"results": [{"title": "FIFA World Cup Qatar 2022\u2122", "description": "The FIFA World Cup Qatar 2022\u2122 will be played from 20 November to 18 December. 32 teams will compete across 64 matches\u00a0...", "url": "https://www.fifa.com/tournaments/mens/worldcup/qatar2022", "is_sponsored": false, "favicons": {"high_re... | {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "is_sponsored": {"type": "boolean"}, "favicons": {"type": "object", "properties": {"high_res": {"type": "string"}, "low_res... |
9f1c55b5-a4bd-4956-9674-fa8425b5bec9/b9ecddbd-d663-4d69-94a0-96d2f7233612/0/0 | NPM Repository Search | Search for NPM repositories via search query | null | NPM Search | Search and query NPM packages | 200 | Query with results | {"query": "stats", "page": 1, "pages": 189, "size": 20, "results": [{"title": "sudoku-stats", "packageUrl": "/package/sudoku-stats", "description": "[](https://circleci.... | {"type": "object", "properties": {"query": {"type": "string"}, "page": {"type": "integer"}, "pages": {"type": "integer"}, "size": {"type": "integer"}, "errors": [{"type": "object", "properties": {"msg": {"type": "string"}, "value": {"type": "string"}, "param": {"type": "string"}, "location": {"type": "string"}}}], "res... |
9f1c55b5-a4bd-4956-9674-fa8425b5bec9/b9ecddbd-d663-4d69-94a0-96d2f7233612/0/1 | NPM Repository Search | Search for NPM repositories via search query | null | NPM Search | Search and query NPM packages | 200 | Zero results | {"query": "1245235235", "results": [], "pages": 0, "page": 1, "size": 0} | {"type": "object", "properties": {"query": {"type": "string"}, "page": {"type": "integer"}, "pages": {"type": "integer"}, "size": {"type": "integer"}, "errors": [{"type": "object", "properties": {"msg": {"type": "string"}, "value": {"type": "string"}, "param": {"type": "string"}, "location": {"type": "string"}}}], "res... |
2677764b-6e42-4c74-ab37-1107fad38f2a/470e6d64-2570-4361-a6dd-a5da450e1cc2/0/0 | Netlas All-in-One Host | WHOIS, rDNS, fDNS, Privacy, GeoIP, Domain/IP Lookup.
What is Netlas?
Netlas is the useful tool for OSINT and data collecting. Access billions of objects on the Internet: domains and subdomains, IP addresses, certificates, and the WHOIS database with just one request to our API.
All the data that you can get with our ... | 7.9 | host_read | Both ip address and domain might be used as a search query. | 200 | Example_1 | {"related_domains_count": 62, "related_domains": ["api-football-v1.p.rapidapi.com", "www.stacks.rapidapi.com", "covid-19-dados-abertos.p.rapidapi.com", "wp.rapidapi.com", "docs.rapidapi.com", "guides.rapidapi.com", "cdn.rapidapi.com", "covid-19-data.p.rapidapi.com", "wallett.p.rapidapi.com", "org.rapidapi.com"], "dns":... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"related_domains_count": {"type": "integer"}, "related_domains": {"type": "array", "items": {"type": "string"}}, "dns": {"type": "object", "properties": {"a": {"type": "array", "items": {"type": "string"}}, "level": {"type": "integer"}, "zon... |
942d3255-596b-406b-b312-fb211997c205/a61ff343-93d3-4f20-8dcc-63ab06c7f3fb/0/0 | inbo | google search result with moz rating extension | null | search result | for test | 200 | Response | [{"url": "https://www.55places.com/", "title": "Retirement Communities | 55+ Communities | 55places", "description": "Search over 2000 active adult retirement communities on our site. View homes for sale, browse photos, and read resident reviews.", "mozScore": {"domain_authority": 54, "external_nofollow_urls_to_url": 1... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "mozScore": {"type": "object", "properties": {"domain_authority": {"type": "integer"}, "external_nofollow_urls_to_url": {"t... |
fea68bc2-a9c8-47f7-a4b7-a6ae5e65dace/29e1fb8d-6e52-40e3-9be8-8c6158141555/0/0 | Vehicle Ownership Cost | Estimate the total cost of owning a vehicle for the next five years based on the license plate number or vehicle identification number. By analyzing millions of records in the vehicle database, the estimator takes into account factors such as depreciation, insurance, fuel costs, maintenance and repairs, and national ta... | 8.8 | Vehicle Ownership Cost by License Plate | Vehicle Ownership Cost by License Plate | 200 | Response | {"service": "voc", "date": "05/25/2023 11:35:28 PM", "status": "SUCCESS", "vehicle": "2020 Mitsubishi Outlander ", "mileage_start": 45000, "mileage_year": 15000, "depreciation_cost": [4110, 1973, 1726, 1562, 1398], "insurance_cost": [2119, 2193, 2270, 2349, 2432], "fuel_cost": [2229, 2295, 2376, 2471, 2582], "maintenan... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"service": {"type": "string"}, "date": {"type": "string"}, "status": {"type": "string"}, "vehicle": {"type": "string"}, "mileage_start": {"type": "integer"}, "mileage_year": {"type": "integer"}, "depreciation_cost": {"type": "array", "items"... |
fea68bc2-a9c8-47f7-a4b7-a6ae5e65dace/b82ec7fb-bd8f-4300-a184-0ba62e317a4c/0/0 | Vehicle Ownership Cost | Estimate the total cost of owning a vehicle for the next five years based on the license plate number or vehicle identification number. By analyzing millions of records in the vehicle database, the estimator takes into account factors such as depreciation, insurance, fuel costs, maintenance and repairs, and national ta... | 8.8 | Vehicle Ownership Cost by VINs | Vehicle Ownership Cost by VINs | 200 | Response | {"date": "05/25/2023 11:35:09 PM", "depreciation_cost": [19001, 2438, 1992, 2231, 1951], "financing_cost": [4125, 3362, 2522, 1600, 586], "fuel_cost": [1057, 1088, 1121, 1155, 1189], "insurance_cost": [2027, 2098, 2171, 2248, 2326], "maintenance_cost": [149, 213, 191, 1680, 199], "mileage_start": 90000, "mileage_year":... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"date": {"type": "string"}, "depreciation_cost": {"type": "array", "items": {"type": "integer"}}, "financing_cost": {"type": "array", "items": {"type": "integer"}}, "fuel_cost": {"type": "array", "items": {"type": "integer"}}, "insurance_cos... |
4317d0f2-f07d-47a2-a387-1d2157adfdb0/cfedac2d-1866-4053-892e-95ea1b744a18/0/0 | Question-Answered | Ask a question and get an answer. Example: When did World War two end? answer - September 2, 1945 | 0.1 | Get Answer to Question | This endpoint fetches the answer to a single question. | 200 | New Example | {"question": "How far away is the sun from earth?", "answer": "about 93 million miles"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"question": {"type": "string"}, "answer": {"type": "string"}}, "required": ["answer", "question"]} |
83ee1e05-562a-42c2-9394-cfe67ccc4751/e8881405-c165-4a21-9a3d-2cd127de4321/0/0 | Bracco AI Search Engine | WWW AI Search Engine | null | Search | Search Using Ai | 200 | Response | {"results": [{"index": 159026064, "title": "iOS | Release Dates, Features, Updates, Rumors", "url": "https://appleinsider.com/inside/ios"}, {"index": 153365278, "title": "Empowering the world to develop technology through collective knowledge", "url": "https://stackoverflow.co/"}, {"index": 273331994, "title": "Unix & ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"index": {"type": "integer"}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["index", "title", "url"]}}}, "required": ["results"]} |
ed39d7ad-d743-4a5f-96f6-b6c154c9728c/e2475d2b-92b7-40b9-bc37-b9d499596f71/0/0 | Arxiv JSON | A convenient API to search Arxiv papers, code, influential citations and references. | 8 | Get paper details | Get the details of a paper, including code, citations, and references. | 200 | New Example | {"id": "2001.04451", "version": 2, "published": "2020-01-13T18:38:28Z", "updated": "2020-02-18T16:01:18Z", "title": "Reformer: The Efficient Transformer", "authors": [{"name": "Nikita Kitaev", "url": "https://www.semanticscholar.org/author/143808231"}, {"name": "Lukasz Kaiser", "url": "https://www.semanticscholar.org/a... | {"type": "object", "properties": {"id": {"type": "string"}, "version": {"type": "integer"}, "published": {"type": "string"}, "updated": {"type": "string"}, "title": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}}}, "summ... |
ed39d7ad-d743-4a5f-96f6-b6c154c9728c/0cf7ef8f-6c5a-4520-b7ad-6a042f6e9777/0/0 | Arxiv JSON | A convenient API to search Arxiv papers, code, influential citations and references. | 8 | Search papers by author and/or keywords | Search papers based on authors (comma separated) and/or keywords (comma separated). You can use either authors or keywords or both for searching. | 200 | Example_1 | [{"id": "2102.12627", "version": 1, "published": "2021-02-25T01:51:22Z", "updated": "2021-02-25T01:51:22Z", "title": "How to represent part-whole hierarchies in a neural network", "authors": [{"name": "Geoffrey Hinton"}], "summary": "This paper does not describe a working system. Instead, it presents a single idea abou... | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "version": {"type": "integer"}, "published": {"type": "string"}, "updated": {"type": "string"}, "title": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}}}, "summ... |
4b87bf7e-8130-4414-baed-00d4c508992c/c27c089c-d54a-491e-9991-7753f81c34ad/0/0 | Auto Suggest Queries | This is a Free Query Suggest API which provides suggestions for search queries based on a given keyword | 9 | suggestqueries | Use this endpoint to fetch Suggestions | 200 | New Example | ["how to screenshot on mac", "how to screenshot on windows", "how to watch world cup final", "how to watch world cup", "how to tie a tie", "how to light a menorah", "how to vote", "how to take a screenshot on windows", "how to watch yellowstone", "how to watch 1923"] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}} |
ed7874bd-6ac0-407a-9fed-2a23cbc7974e/bf2e9bbd-02c8-44bc-a20d-3150b9bf150e/0/0 | Emplois OPT-NC | Les offres d'emplois à l'OPT-NC | null | All | L'intégralité des offres d'emploi, sans pagination. | 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"]} |
1a5bd8eb-3ad9-48b9-a5c0-6761cb02616c/0edb7ebf-1779-4cd0-8d87-3400f47adc54/1/0 | Search Engine API | This API lets you input any search query to fetch comprehensive results, including from Google Search and other engines, directly from the SERP. | 8.5 | /SearchGateway/basic-search | This API endpoint executes a basic search against selected search engines with the specified parameters. | 200 | Example Search | {"query": "Wikipedia BigBen", "numberOfResults": 25, "results": [{"title": "Big Ben - Wikipedia", "content": "Big Ben is the nickname for the Great Bell of the Great Clock of Westminster, [1] [2] at the north end of the Palace of Westminster in London, England, [3] and the name is frequently extended to refer also to t... | {"type": "object", "properties": {"query": {"type": "string"}, "numberOfResults": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "string"}, "url": {"type": "string"}, "engine": {"type": "string"}, "parsedUrl": {"type": "null"... |
1a5bd8eb-3ad9-48b9-a5c0-6761cb02616c/0edb7ebf-1779-4cd0-8d87-3400f47adc54/2/0 | Search Engine API | This API lets you input any search query to fetch comprehensive results, including from Google Search and other engines, directly from the SERP. | 8.5 | /SearchGateway/basic-search | This API endpoint executes a basic search against selected search engines with the specified parameters. | 400 | Example_1 | {"type": "", "title": "", "status": 0, "detail": "", "instance": ""} | {"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperti... |
c9d50ea8-1cfb-479f-a8ad-9fd464fa987b/65161e3b-56d8-4468-9fb3-90f306caec5a/0/0 | Webit Image Search | Powerful web image search with rating, reverse search by image and multi-lingual capabilities. | 9.2 | Reverse (Search by Image) | Reverse search by Image between billion of images.
This endpoint supports "URL" parameter only. For "image" file upload, use POST endpoint. | 200 | Response | {"status": "success", "data": {"results": [{"title": "\u041f\u0438\u0446\u0446\u0430 \u0441 \u043a\u043e\u043f\u0447\u0451\u043d\u043e\u0439 \u043a\u043e\u0440\u0435\u0439\u043a\u043e\u0439", "url": "https://hochu.ua/images/articles/cookie_pictures/810/5782_7d9fbc9ddfcf.jpg?849acceafdc0f613721140d1d2c0cf0a", "id": "X7I... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "id": {"type": "string"}, "confidence": {... |
c9d50ea8-1cfb-479f-a8ad-9fd464fa987b/424d9498-4556-450f-bc66-92e4d32525eb/0/0 | Webit Image Search | Powerful web image search with rating, reverse search by image and multi-lingual capabilities. | 9.2 | Similar | Search for Visually Similar images to an image from a previous Search result. | 200 | Response | {"status": "success", "data": {"results": [{"title": "3d aesthetics with shapes in vaporwave style", "url": "https://img.freepik.com/free-photo/3d-aesthetics-with-shapes-vaporwave-style_23-2148981118.jpg?size=626&ext=jpg", "id": "7TJ6HT2DAUMDFITP4LSIJLWICKWRCQOE", "confidence": 0.9830678900082906}, {"title": "Best 25+ ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "id": {"type": "string"}, "confidence": {... |
c9d50ea8-1cfb-479f-a8ad-9fd464fa987b/473e6030-ed94-46c6-8ac3-c2c131a5745e/0/0 | Webit Image Search | Powerful web image search with rating, reverse search by image and multi-lingual capabilities. | 9.2 | Search | Webit Image Search API provides you a powerful endpoint to search billions of images from the world wide web featuring rating, reverse search by image and multi-lingual capabilities. | 200 | Response | {"status": "success", "data": {"results": [{"title": "pizza logo vector image", "url": "https://cdn3.vectorstock.com/i/thumb-large/55/27/pizza-logo-vector-11125527.jpg", "id": "CIMJFDICFNWVPKBD8UE9E4VBRBPCZVGW", "confidence": 0.8541118105252584}, {"title": "Famous Pizza", "url": "https://cnstlltn.com/1024x768/5873f01c-... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "id": {"type": "string"}, "confidence": {... |
a33cfe1e-d1af-44de-9f93-87b745ccbdf5/686fbd00-89fa-409e-ae73-c0c5321e32c5/0/0 | Google Search | Google Search API. Search the world’s information, including webpages, related keywords and more. | 9.7 | search | search | 200 | Response | {"search_term": "Nike", "knowledge_panel": {"name": "Nike", "label": "Unternehmen", "description": {"text": "Nike Inc. ist ein 1964 bzw. 1971 gegr\u00fcndeter, international t\u00e4tiger, US-amerikanischer Sportartikelhersteller. Sein Firmensitz ist Beaverton im US-Bundesstaat Oregon. Nike ist seit 1989 weltweit f\u00f... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"search_term": {"type": "string"}, "knowledge_panel": {"type": "object", "properties": {"name": {"type": "string"}, "label": {"type": "string"}, "description": {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "st... |
bab34945-6536-4256-9c4f-a58efcc93f98/913b6439-25a1-44db-ac43-e21b339374d4/0/0 | WiKi Search | Get summary of anything you search on wiki | null | Love Calculator | Find The best Match For You and Your partner | 200 | New Example | {"love": "74%", "love_status": "in love, if you still didn't say something, Just go and Tell Him/Her", "name": "mitin+abrity"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"love": {"type": "string"}, "love_status": {"type": "string"}, "name": {"type": "string"}}, "required": ["love", "love_status", "name"]} |
bab34945-6536-4256-9c4f-a58efcc93f98/a7947d95-d233-4e57-90d4-53530943837e/0/0 | WiKi Search | Get summary of anything you search on wiki | null | Wiki Search | Search anything on Wikipedia and get the summery result of it | 200 | New Example | {"Response": "200 Ok", "Thor Love and Thunder": "Thor: Love and Thunder is a 2022 American superhero film based on Marvel Comics featuring the character Thor, produced by Marvel Studios and distributed by Walt Disney Studios Motion Pictures. It is the sequel to Thor: Ragnarok (2017) and the 29th film in the Marvel Cine... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Response": {"type": "string"}, "Thor Love and Thunder": {"type": "string"}}, "required": ["Response", "Thor Love and Thunder"]} |
db77dc04-ec93-4927-bd48-c41725a9cb1f/c1ad81ca-542c-4fb2-8b3c-df68e4b2a038/0/0 | PK Domain Information | Get whois information about any .pk domain | null | Lookup .pk domain | Get information about .pk domain | 200 | Invalid domain name | {"valid": false, "domain": "google.com", "registered": false} | {"type": "object", "properties": {"valid": {"type": "boolean"}, "domain": {"type": "string"}, "registered": {"type": "boolean"}}, "required": ["valid", "domain", "registered"]} |
db77dc04-ec93-4927-bd48-c41725a9cb1f/c1ad81ca-542c-4fb2-8b3c-df68e4b2a038/0/1 | PK Domain Information | Get whois information about any .pk domain | null | Lookup .pk domain | Get information about .pk domain | 200 | Domain not registered | {"valid": true, "domain": "non-existant-domain.pk", "registered": false} | {"type": "object", "properties": {"valid": {"type": "boolean"}, "domain": {"type": "string"}, "registered": {"type": "boolean"}}, "required": ["valid", "domain", "registered"]} |
b22d2bc4-69e9-44d4-87b1-4820720956f0/03c7cf6b-e550-4f04-af03-a9bd2adcea1c/0/0 | Web Search | Web Search API. Search the web pages from billions of results. Related keywords, knowledge panel and more. | 8.8 | Web Search | Get Web Search Results | 200 | Response | {"search_term": "Leo Messi", "knowledge_panel": {"name": "Lionel Messi", "label": "Soccer player", "description": {"text": "Lionel Andr\u00e9s Messi, also known as Leo Messi, is an Argentine professional footballer who plays as a forward for Ligue 1 club Paris Saint-Germain and captains the Argentina national team.", "... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"search_term": {"type": "string"}, "knowledge_panel": {"type": "object", "properties": {"name": {"type": "string"}, "label": {"type": "string"}, "description": {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "st... |
8280ed08-92f2-4c82-9dc8-d9e5b10dd6d6/30e2b27a-93e9-43b9-80b5-e8c201456cf2/0/0 | VIN Decoder | Discover the power of our VIN Decoder & Plate Decoder. Effortlessly extract valuable vehicle information by decoding VINs and license plates. Our accurate and reliable APIs provide comprehensive insights in seconds, enabling you to streamline automotive data analysis and enhance your applications or systems. | 0.1 | VIN Decoder | VIN Decoder | 200 | Success | {"year": "2016", "make": "Ford", "model": "Flex", "trim": "SEL Sport Utility 4D", "trimId": 414979, "drivetrain": "FWD", "engine": "V6, 3.5 Liter", "transmission": "Auto, 6-Spd w/SelShft", "trims": [{"trimId": 414979, "name": "SEL Sport Utility 4D", "body": null, "doors": 0, "drivetrains": [{"name": "AWD", "isDefault":... | {"type": "object", "properties": {"year": {"type": "string"}, "make": {"type": "string"}, "model": {"type": "string"}, "trim": {"type": "string"}, "trimId": {"type": "integer"}, "drivetrain": {"type": "string"}, "engine": {"type": "string"}, "transmission": {"type": "string"}, "trims": {"type": "array", "items": {"type... |
8280ed08-92f2-4c82-9dc8-d9e5b10dd6d6/76f7d493-89ea-4653-88b7-4d03765c13dc/0/0 | VIN Decoder | Discover the power of our VIN Decoder & Plate Decoder. Effortlessly extract valuable vehicle information by decoding VINs and license plates. Our accurate and reliable APIs provide comprehensive insights in seconds, enabling you to streamline automotive data analysis and enhance your applications or systems. | 0.1 | Plate Decoder | Plate Decoder | 200 | Success | {"vin": "2FMHK6C81GBA11966"} | {"vin": "string"} |
8280ed08-92f2-4c82-9dc8-d9e5b10dd6d6/4fbfdf96-e854-45fe-b898-cf5c5ead4624/0/0 | VIN Decoder | Discover the power of our VIN Decoder & Plate Decoder. Effortlessly extract valuable vehicle information by decoding VINs and license plates. Our accurate and reliable APIs provide comprehensive insights in seconds, enabling you to streamline automotive data analysis and enhance your applications or systems. | 0.1 | Get Options | Get Options | 200 | Success | [{"category": "Safety and Security", "options": [{"id": 7002417, "name": "Reverse Sensing System", "isDefault": true, "requiredOptions": [], "conflictingOptions": []}, {"id": 7002500, "name": "Backup Camera", "isDefault": true, "requiredOptions": [], "conflictingOptions": []}, {"id": 7002504, "name": "Dual Air Bags", "... | {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}, "options": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "isDefault": {"type": "boolean"}, "requiredOptions": {"type": "array"}, "conflictingOptions": {"type... |
34c6177d-3982-46c1-95b9-69039620f75c/b0fed83c-a1e6-4a91-b6fb-d33f49448086/0/0 | West Arica Jobs | Give you a list of all jobs in west africa in computer science, telecommunications, etc | 6.4 | job by country/countries and category/categories | Get job in west africa specific country/countries & category/categories | 200 | New Example | [{"jobUrl": "https://www.ghanacurrentjobs.com/job-vacancy-for-retail-shop-executive-3/", "imgUrl": "https://www.ghanacurrentjobs.com/wp-content/uploads/2023/06/AT-Ghana-Jobs-in-Ghana-1024x859.jpeg", "job": "Job Vacancy For Retail shop Executive", "enterprise": "AT Ghana", "location": " Accra", "category": "telecommunic... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"jobUrl": {"type": "string"}, "imgUrl": {"type": "string"}, "job": {"type": "string"}, "enterprise": {"type": "string"}, "location": {"type": "string"}, "category": {"type": "string"}}, "required": ["category", "jo... |
80025d1b-4b51-4440-93e3-58356509a057/82bf5f34-d4e7-4901-9f1a-ddf47709785e/0/0 | Semantic Search | Semantic Search API | null | Search | Pass a query and a list of documents to identify the top_k best matching documents from the list, sorted by semantic similarity. | 200 | Animals | {"output": {"best_docs": [{"id": 3, "text": "They were playing cat and mouse.", "similarity": 0.7967633489005902}, {"id": 2, "text": "Three little kittens are hiding in the mittens.", "similarity": 0.6514746380074894}]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"output": {"type": "object", "properties": {"best_docs": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "text": {"type": "string"}, "similarity": {"type": "number"}}, "required": ["id", "similarity", ... |
ebca056e-f599-4aad-9c92-e8616bd0030e/7e31eaf4-d6b9-4263-a399-8692b723fad6/0/0 | Test1 | This is an API for testing the API endpoints. | null | Research Bulk data | this is a test API for research bulk data | 200 | Response | {"Items": [{"cash_reported": "109", "current_cash_balance": 109, "date_reported": "1992-03-26", "holder_name": "southern california edison company", "holder_state": " ", "holder_street_1": "2244 walnut grove ave po box 400", "holder_street_2": "rosemead ca 91770", "number_of_paid_claims": "0", "number_of_pending_claim... | {"cash_reported": "500", "current_cash_balance": 500, "date_of_last_contact": "2006-09-19", "date_reported": "2010-06-08", "holder_city": "el segundo", "holder_name": "akt so. cal. escrow", "holder_state": "ca", "holder_street_1": "2101 rosecrans avenue", "holder_street_2": "suite 4255", "number_of_paid_claims": "0", "... |
6baddf49-75ce-4147-a3f9-16bcb80b46e8/17138751-2422-4455-8358-cc5150ea0e05/0/0 | Search Engine | Google Search API Free | 0.1 | Search | Search any | 200 | Response | {"stats": {"result": 14330000000, "time": 0.57}, "data": [{"index": 0, "title": "Text Search \u2014 MongoDB Manual", "link": "https://docs.mongodb.com/manual/text-search/", "description": ""}, {"index": 1, "title": "People also ask", "link": "/search?q=What+is+DB2+text+search%3F&sa=X&ved=2ahUKEwjD9u3KkoPzAhVRmmoFHTUfDQ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"stats": {"type": "object", "properties": {"result": {"type": "integer"}, "time": {"type": "number"}}, "required": ["result", "time"]}, "data": {"type": "array", "items": {"type": "object", "properties": {"index": {"type": "integer"}, "title... |
195595fb-1493-4714-b768-f82476af1e40/39f93f3d-fb7e-4baa-b490-9f9f5bfa2519/0/0 | Wiki Briefs | Briefs about anything you search. No need to read lengthy articles, we summarize. | 9.4 | Search WikiHow | Search any 'how-to' question on WikiHow and returns summarized methods and steps. | 200 | New Example | {"title": "Be Thankful", "url": "https://www.wikihow.com/Be-Thankful", "summary": "There is good reason to believe that people who cultivate thankfulness tend to be happier and healthier than those who don't. Thankful people appreciate what they have instead of obsessing over what they lack. They express gratitude to o... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "summary": {"type": "string"}, "how": {"type": "array", "items": {"type": "object", "properties": {"index": {"type": "integer"}, "title": {"type": "string"}, "steps": {"type": "array", ... |
195595fb-1493-4714-b768-f82476af1e40/9898d7f8-cfdd-48dd-8a63-4f75890fe57b/0/0 | Wiki Briefs | Briefs about anything you search. No need to read lengthy articles, we summarize. | 9.4 | Search Wikipedia | Search anything on Wikipedia and returns top K summarized information and similar items. Images and coordinates with map link are provided when available. | 401 | New Example | {"message": "unauthorized"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]} |
195595fb-1493-4714-b768-f82476af1e40/9898d7f8-cfdd-48dd-8a63-4f75890fe57b/1/0 | Wiki Briefs | Briefs about anything you search. No need to read lengthy articles, we summarize. | 9.4 | Search Wikipedia | Search anything on Wikipedia and returns top K summarized information and similar items. Images and coordinates with map link are provided when available. | 200 | New Example | {"title": "Lionel Messi", "url": "https://en.wikipedia.org/wiki/Lionel_Messi", "image": "https://upload.wikimedia.org/wikipedia/commons/c/c1/Lionel_Messi_20180626.jpg", "summary": ["A prolific goalscorer and creative playmaker, Messi holds the records for most goals in La Liga (474), a La Liga and European league seaso... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "image": {"type": "string"}, "summary": {"type": "array", "items": {"type": "string"}}, "similar": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string... |
195595fb-1493-4714-b768-f82476af1e40/9898d7f8-cfdd-48dd-8a63-4f75890fe57b/2/0 | Wiki Briefs | Briefs about anything you search. No need to read lengthy articles, we summarize. | 9.4 | Search Wikipedia | Search anything on Wikipedia and returns top K summarized information and similar items. Images and coordinates with map link are provided when available. | 400 | New Example | {"message": "topk needs to be greater than 0"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]} |
76cc3d0f-981e-4244-9f95-af4a2b56041b/b35a3214-08c3-42af-b47e-b7afcc1ddd13/0/0 | License Plate Lookup | Check VIN by US license plate and state.
VIN decoder from VIN decoder.
View documents | 9.2 | License Plate Lookup | License Plate Lookup | 200 | Response | {"4WD/AWD": {"unit": "", "value": ""}, "ABS_Brakes": {"unit": "", "value": "Std."}, "AM/FM_Radio": {"unit": "", "value": ""}, "Adjustable_Foot_Pedals": {"unit": "", "value": ""}, "Air_Conditioning": {"unit": "", "value": ""}, "Alloy_Wheels": {"unit": "", "value": ""}, "Anti-Brake_System": {"unit": "", "value": "4-Wheel... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"4WD/AWD": {"type": "object", "properties": {"unit": {"type": "string"}, "value": {"type": "string"}}, "required": ["unit", "value"]}, "ABS_Brakes": {"type": "object", "properties": {"unit": {"type": "string"}, "value": {"type": "string"}}, ... |
f7986e9d-b1b2-41db-86ae-660ba81883b9/651ffa6c-1a92-4013-aa43-1909d8878b0d/0/0 | Google Web Search | Google Web Search API. Search the world’s information, including webpages, related keywords and more. | 9.9 | Search | Search | 200 | Response | {"search_term": "World Cup", "knowledge_panel": null, "results": [{"position": 1, "url": "https://www.fifa.com/tournaments/mens/worldcup", "title": "FIFA World Cup\u2122", "description": "The most prestigious tournament in the world. Taking place quadrennially, the FIFA Men's World Cup\u2122 sees 32 nations compete aga... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"search_term": {"type": "string"}, "knowledge_panel": {"type": "null"}, "results": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "integer"}, "url": {"type": "string"}, "title": {"type": "string"}, "descrip... |
5651e72a-83ad-4b06-bc2a-7a5d967b5e95/6939b373-40ff-4a7c-9ff6-a8def30f385d/0/0 | KeySuggest Keyword Data | Get information about keywords including Search Volume, CPC, KD, PD, Intent, and Parent Topic. | 7.7 | Get Keyword Data | Get information about keywords including Search Volume, CPC, KD, PD, Intent, and Parent Topic. | 200 | Response | {"data": {"text": "seo", "search_volume": 418, "cpc": 10, "pd": 3, "intent": "UNKNOWN", "parent_topic": "seo", "trend": [], "text_word_count": 1, "kd": 38}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"text": {"type": "string"}, "search_volume": {"type": "integer"}, "cpc": {"type": "integer"}, "pd": {"type": "integer"}, "intent": {"type": "string"}, "parent_topic": {"type": "string"}, "trend": {"t... |
6dbf5106-304f-4a02-a776-68db35b34bfa/1e321407-1ad9-4843-a21a-17103c747048/0/0 | What Anime is This? | API to search what anime from image scene | 7.8 | Endpoint | / | 200 | Response | {"frameCount": 11948427, "error": "", "result": [{"anilist": 16498, "filename": "[ReinForce] Shingeki no Kyojin - 02 (BDRip 1920x1080 x264 FLAC).mp4", "episode": 2, "from": 1328.33, "to": 1332.83, "similarity": 0.93, "video": "https://media.trace.moe/video/16498/%5BReinForce%5D%20Shingeki%20no%20Kyojin%20-%2002%20(BDRi... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"frameCount": {"type": "integer"}, "error": {"type": "string"}, "result": {"type": "array", "items": {"type": "object", "properties": {"anilist": {"type": "integer"}, "filename": {"type": "string"}, "episode": {"type": ["integer", "null"]}, ... |
86e5e51b-8c89-4ea9-a02b-56df78cb77c9/6c480775-65f2-4238-9490-71808b58d8ef/0/0 | Vehicle Market Value | Query millions of historical vehicle sales in all 50 states of the United States based on license plate number or VIN to obtain market value assessments of new and used vehicles. Data is updated monthly.
View documents | 8.4 | Vehicle Market Value by License Plate | Vehicle Market Value by License Plate | 200 | Response | {"service": "vmv", "date": "05/25/2023 11:45:28 PM", "status": "SUCCESS", "vehicle": "2020 Mitsubishi Outlander SE", "mileage": 42885, "count": 4268, "average_market_price": 23037.97, "market_prices": {"average": 23037.97, "below": 19736.31, "above": 26339.63, "distribution": [{"group": {"min": 13950, "max": 19295, "co... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"service": {"type": "string"}, "date": {"type": "string"}, "status": {"type": "string"}, "vehicle": {"type": "string"}, "mileage": {"type": "integer"}, "count": {"type": "integer"}, "average_market_price": {"type": "number"}, "market_prices"... |
86e5e51b-8c89-4ea9-a02b-56df78cb77c9/074f5d9e-009e-4ffa-bdfe-2dd350f27c8e/0/0 | Vehicle Market Value | Query millions of historical vehicle sales in all 50 states of the United States based on license plate number or VIN to obtain market value assessments of new and used vehicles. Data is updated monthly.
View documents | 8.4 | Vehicle Market Value by VIN | Vehicle Market Value by VIN | 200 | Response | {"service": "vmv", "date": "05/25/2023 11:40:11 PM", "status": "SUCCESS", "vehicle": "2018 BMW X5 XDrive35i", "mileage": 40476, "count": 8862, "average_market_price": 42664.68, "market_prices": {"average": 42664.68, "below": 36792.32, "above": 48537.04, "distribution": [{"group": {"min": 21980, "max": 34855, "count": 8... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"service": {"type": "string"}, "date": {"type": "string"}, "status": {"type": "string"}, "vehicle": {"type": "string"}, "mileage": {"type": "integer"}, "count": {"type": "integer"}, "average_market_price": {"type": "number"}, "market_prices"... |
5182f4b1-657b-44dc-8daa-ffcca6519bbb/33c91562-b0d4-4c90-9541-139ed3125adb/0/0 | Front Page search engine | Search Front Pages of internet and get title and dessription along with screenshot of Front Page of the website and domain. along with a host of other information, like IAB category, size, language, percentile domain rank. | 7.9 | Search | takes any search string in any language. | 200 | Response | [{"id": "9110854", "image_url": "//4.ipv6.systems/data1/hello-yo-in-uptodown-com--.jpeg", "site_url": "http://hello-yo.in.uptodown.com", "domain": "hello-yo.in.uptodown.com", "title": "Hello Yo \u0915\u0947 \u0932\u093f\u090f Android - Uptodown \u0938\u0947 APK \u0921\u093e\u0909\u0928\u0932\u094b\u0921 \u0915\u0930\u0... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "image_url": {"type": "string"}, "site_url": {"type": "string"}, "domain": {"type": "string"}, "title": {"type": "string"}, "keywords": {"type": "string"}, "description": {"type": "string"... |
36c59630-0283-47b1-a78a-cfc99ef74ff2/71d67653-cd77-456c-a891-243021c9e95e/0/0 | City and State Search API | A easy-to-use API for search cities, states, and countries from around the world. | 9.1 | Cities Search | This endpoint allows you to search for specific cities by name. It returns a list of cities that match the specified search query. | 200 | Response | [{"id": 36, "name": "Khor Fakkan", "state_name": "Sharjah Emirate", "country_code": "AE", "country_name": "United Arab Emirates"}, {"id": 81, "name": "Kandah\u0101r", "state_name": "Kandahar", "country_code": "AF", "country_name": "Afghanistan"}, {"id": 332, "name": "Arzakan", "state_name": "Kotayk Region", "country_co... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "state_name": {"type": "string"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}}, "required": ["country_code", "country_name", "id", "... |
36c59630-0283-47b1-a78a-cfc99ef74ff2/d39bf5e7-9a34-4690-bfd0-23f5ee95d851/0/0 | City and State Search API | A easy-to-use API for search cities, states, and countries from around the world. | 9.1 | City Details | This endpoint allows you to retrieve detailed information about a specific city by ID | 200 | Response | {"_id": 132782, "id": 132782, "name": "Lucknow", "state_id": 4022, "state_code": "UP", "state_name": "Uttar Pradesh", "country_id": 101, "country_code": "IN", "country_name": "India", "latitude": "26.83928000", "longitude": "80.92313000", "wikiDataId": "Q47916"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"_id": {"type": "integer"}, "id": {"type": "integer"}, "name": {"type": "string"}, "state_id": {"type": "integer"}, "state_code": {"type": "string"}, "state_name": {"type": "string"}, "country_id": {"type": "integer"}, "country_code": {"type... |
36c59630-0283-47b1-a78a-cfc99ef74ff2/76a551f1-9478-45e4-80e9-4422e89338f7/0/0 | City and State Search API | A easy-to-use API for search cities, states, and countries from around the world. | 9.1 | States Details | This endpoint allows you to retrieve detailed information about a specific state by ID | 404 | New Example | {"message": "State not found"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]} |
36c59630-0283-47b1-a78a-cfc99ef74ff2/76a551f1-9478-45e4-80e9-4422e89338f7/1/0 | City and State Search API | A easy-to-use API for search cities, states, and countries from around the world. | 9.1 | States Details | This endpoint allows you to retrieve detailed information about a specific state by ID | 200 | Response | {"id": 4022, "name": "Uttar Pradesh", "country_id": 101, "country_code": "IN", "country_name": "India", "state_code": "UP", "type": "state", "latitude": "26.84670880", "longitude": "80.94615920"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "country_id": {"type": "integer"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "state_code": {"type": "string"}, "type": {"type": "string"}, "latitude": {"typ... |
36c59630-0283-47b1-a78a-cfc99ef74ff2/0a8f2337-84fd-4927-be0a-f8ff0da43bd0/0/0 | City and State Search API | A easy-to-use API for search cities, states, and countries from around the world. | 9.1 | States Search | This endpoint allows you to search for specific states by name. It returns a list of states that match the specified search query. You can also set country code or country name to search states in that country only. | 200 | Response | [{"id": 1, "name": "Southern Nations, Nationalities, and Peoples' Region", "country_code": "ET", "country_name": "Ethiopia"}, {"id": 259, "name": "Southern Province", "country_code": "RW", "country_name": "Rwanda"}, {"id": 337, "name": "Namutumba District", "country_code": "UG", "country_name": "Uganda"}, {"id": 365, "... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}}, "required": ["country_code", "country_name", "id", "name"]}} |
36c59630-0283-47b1-a78a-cfc99ef74ff2/523489d9-a70b-4c56-ab17-1e9e082b002b/0/0 | City and State Search API | A easy-to-use API for search cities, states, and countries from around the world. | 9.1 | States List | This endpoint returns a list of States .It returns basic information about each state, such as name, code, and country. You can also use this endpoint to retrieve a list of states filtered by various criteria such as country. | 200 | Response | [{"id": 4006, "name": "Meghalaya", "country_code": "IN", "country_name": "India", "state_code": "ML", "type": "state"}, {"id": 4007, "name": "Haryana", "country_code": "IN", "country_name": "India", "state_code": "HR", "type": "state"}, {"id": 4008, "name": "Maharashtra", "country_code": "IN", "country_name": "India", ... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "state_code": {"type": "string"}, "type": {"type": "string"}}, "required": ["country_co... |
36c59630-0283-47b1-a78a-cfc99ef74ff2/c5bcf585-d47d-4984-a4d7-e071ddcd3b0b/0/0 | City and State Search API | A easy-to-use API for search cities, states, and countries from around the world. | 9.1 | Country Details | This endpoint allows you to retrieve detailed information about a specific country by ID or his name. | 200 | Response | {"id": 101, "name": "India", "iso3": "IND", "iso2": "IN", "numeric_code": "356", "phone_code": "91", "capital": "New Delhi", "currency": "INR", "currency_name": "Indian rupee", "currency_symbol": "\u20b9", "tld": ".in", "native": "\u092d\u093e\u0930\u0924", "region": "Asia", "subregion": "Southern Asia", "timezones": [... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "iso3": {"type": "string"}, "iso2": {"type": "string"}, "numeric_code": {"type": "string"}, "phone_code": {"type": "string"}, "capital": {"type": "string"}, "currency": {"type": "string"... |
36c59630-0283-47b1-a78a-cfc99ef74ff2/a98f5b56-757b-4a09-b21c-873b35787bda/0/0 | City and State Search API | A easy-to-use API for search cities, states, and countries from around the world. | 9.1 | Countries List | This endpoint returns a list of countries. | 200 | Response | [{"id": 1, "name": "Afghanistan", "iso2": "AF", "native": "\u0627\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646", "emoji": "\ud83c\udde6\ud83c\uddeb"}, {"id": 2, "name": "Aland Islands", "iso2": "AX", "native": "\u00c5land", "emoji": "\ud83c\udde6\ud83c\uddfd"}, {"id": 3, "name": "Albania", "iso2": "AL", "native": "S... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "iso2": {"type": "string"}, "native": {"type": ["null", "string"]}, "emoji": {"type": "string"}}, "required": ["emoji", "id", "iso2", "name", "native"]}} |
36c59630-0283-47b1-a78a-cfc99ef74ff2/527e69b5-c5fc-446c-89bb-d3ecdcc45561/0/0 | City and State Search API | A easy-to-use API for search cities, states, and countries from around the world. | 9.1 | Search | This endpoint allows you to search for locations (cities, states, or countries) by name. It returns a list of locations that match the specified search query. | 200 | Response | [{"id": 134124, "name": "Tekanpur", "type": "city", "state_code": "MP", "state_name": "Madhya Pradesh", "state_id": 4039, "country_name": "India", "country_id": 101, "country_code": "IN"}, {"id": 133418, "name": "Periyanayakkanpalaiyam", "type": "city", "state_code": "TN", "state_name": "Tamil Nadu", "state_id": 4035, ... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "type": {"type": "string"}, "state_code": {"type": "string"}, "state_name": {"type": "string"}, "state_id": {"type": "integer"}, "country_name": {"type": "stri... |
585ef81f-c54f-48e7-9ccc-1e10dc8c5912/9d3d14a5-ad31-4b4f-a08a-7f008dfb70fb/0/0 | YouTube Search Results | Fetch the YouTube Search Results and the information for each item for a specific search term, without any limits! | 9.5 | YouTubeSearchResults | Get all the YouTube Search Results Items and their Information! No limits and no Google API Key needed! | 200 | Example_1 | {"currentRef": null, "filters": [{"active": true, "name": "Relevance", "ref": null}], "items": [{"author": {"name": "Justin Bieber", "ref": "https://www.youtube.com/channel/UCIwFjwMjI0y7PDBVEO9-bkQ", "verified": true}, "description": "Changes Out Now: https://justinbieber.lnk.to/Changes Follow Justin: http://facebook.c... | {"properties": {"currentRef": {"type": "null"}, "filters": {"items": {"properties": {"active": {"type": "boolean"}, "name": {"type": "string"}, "ref": {"type": "null"}}, "type": "object"}, "type": "array"}, "items": {"items": {"type": "object"}, "type": "array"}, "nextpageRef": {"type": "string"}, "query": {"type": "st... |
e64fbe44-dd8e-42eb-a045-1e8df60e8ada/e789050a-e22a-4fff-b043-700866e32881/0/0 | Question Explorer | This API takes 1-2 keywords and finds the top 10 questions related to those words that are currently being asked in google. | null | Get top 10 Google questions with keywords. | This endpoint takes keywords and searches the top questions that are currently being asked about those keywords | 200 | digital marketing | [{"Relevance": 1, "Question": "digital marketing"}, {"Relevance": 2, "Question": "digital marketing \u0645\u0627\u0647\u0648"}, {"Relevance": 3, "Question": "digital marketing course"}, {"Relevance": 4, "Question": "digital marketing google"}, {"Relevance": 5, "Question": "digital marketing agency"}, {"Relevance": 6, "... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"Relevance": {"type": "integer"}, "Question": {"type": "string"}}, "required": ["Question", "Relevance"]}} |
22ba70e4-dac6-48d9-aa68-f2eeb1da1500/5fe3cec4-7745-4ef7-ae54-200af02e39e6/0/0 | Youtube Keyword Suggestions & Search | Get fast and reliable keyword suggestions with YouTube Keyword Suggestions & Search API. | 7.1 | Keyword Suggestion & Search | Get the realtime data | 200 | New Example | {"alphabetically": {"A": ["google ads", "google assistant", "google ai", "google analytics", "google adsense", "google account", "google account remove", "google ads tutorial", "google ads tutorial 2023", "google analytics 4"], "B": ["google bard", "google business profile", "google birthday", "google baby", "google ba... | {"type": "object", "properties": {"alphabetically": {"type": "object", "properties": {"A": {"type": "array", "items": {"type": "string"}}, "B": {"type": "array", "items": {"type": "string"}}, "C": {"type": "array", "items": {"type": "string"}}, "D": {"type": "array", "items": {"type": "string"}}, "E": {"type": "array",... |
7836095e-be9e-4ce0-bea0-3952c378c8c1/d0fa425e-cdb7-4721-96a9-91ccd044b4d6/0/0 | Bing-SEO Suggestion | Bing-SEO Suggestion | null | Type | Bing-SEO Suggestion | 200 | Response | [["Bing Suggestions"], " Type of Suggestion : what ", {"keyword": ["what java version do i have"]}, {"keyword": ["what java do i have"]}, {"keyword": ["what java do i need for minecraft"]}, {"keyword": ["what javascript is used for"]}, {"keyword": ["what java developer do"]}, {"keyword": ["what java am i running"]}, {"... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "array", "items": {"type": "string"}}, {"type": "object", "properties": {"keyword": {"type": "array", "items": {"type": "string"}}}, "required": ["keyword"]}]}} |
40a4a000-9e82-4718-8f8a-55be66d36593/4f6dee7f-f9db-4bb6-89b7-44868675d8d0/0/0 | Restaurants | Introducing our Restaurants API – Your gateway to a world of culinary delights. Seamlessly access an extensive database of restaurants, complete with menus, locations, ratings, and reviews. Elevate your app, website, or platform with real-time restaurant data, empowering users to discover, explore, and savor unforgetta... | 9.4 | Photos | Restaurant Photos | 200 | New Example | {"status": 200, "msg": null, "results": {"data": [{"images": {"small": {"width": "150", "url": "https://media-cdn.tripadvisor.com/media/photo-l/2a/07/d6/75/caption.jpg", "height": "150"}, "thumbnail": {"width": "50", "url": "https://media-cdn.tripadvisor.com/media/photo-t/2a/07/d6/75/caption.jpg", "height": "50"}, "ori... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "msg": {"type": "null"}, "results": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"images": {"type": "object", "properties": {"small": {"type": "object",... |
40a4a000-9e82-4718-8f8a-55be66d36593/9e89f34a-db6b-4518-ba11-44c1a084f8c7/0/0 | Restaurants | Introducing our Restaurants API – Your gateway to a world of culinary delights. Seamlessly access an extensive database of restaurants, complete with menus, locations, ratings, and reviews. Elevate your app, website, or platform with real-time restaurant data, empowering users to discover, explore, and savor unforgetta... | 9.4 | Detail | Restaurant Detail | 200 | New Example | {"status": 200, "msg": null, "results": {"location_id": "15333482", "name": "Pago Restaurant", "latitude": "-6.923141", "longitude": "107.62387", "num_reviews": "1163", "timezone": "Asia/Jakarta", "location_string": "Bandung, West Java, Java", "photo": {"images": {"small": {"width": "150", "url": "https://media-cdn.tri... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "msg": {"type": "null"}, "results": {"type": "object", "properties": {"location_id": {"type": "string"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "num_reviews... |
40a4a000-9e82-4718-8f8a-55be66d36593/231966ab-b281-4dd7-9b45-26f3080d3597/0/0 | Restaurants | Introducing our Restaurants API – Your gateway to a world of culinary delights. Seamlessly access an extensive database of restaurants, complete with menus, locations, ratings, and reviews. Elevate your app, website, or platform with real-time restaurant data, empowering users to discover, explore, and savor unforgetta... | 9.4 | Typeahead | Location Autocomplete | 200 | New Example | {"status": 200, "msg": null, "results": {"data": [{"result_type": "geos", "result_object": {"location_id": "297704", "name": "Bandung", "latitude": "-6.911733", "longitude": "107.61102", "timezone": "Asia/Jakarta", "location_string": "Bandung, Indonesia", "photo": {"images": {"small": {"width": "150", "url": "https://m... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "msg": {"type": "null"}, "results": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"result_type": {"type": "string"}, "result_object": {"type": "object", ... |
40a4a000-9e82-4718-8f8a-55be66d36593/e384a8b1-7e75-49f3-a637-85957fe1a682/0/0 | Restaurants | Introducing our Restaurants API – Your gateway to a world of culinary delights. Seamlessly access an extensive database of restaurants, complete with menus, locations, ratings, and reviews. Elevate your app, website, or platform with real-time restaurant data, empowering users to discover, explore, and savor unforgetta... | 9.4 | Languages | List of language | 200 | New Example | {"status": 200, "msg": null, "results": [{"locale": "en_US", "hostname": "www.tripadvisor.com", "hreflang": "en", "pointOfSaleName": "United States", "pointOfSaleNameInCurrentLocale": "United States"}, {"locale": "en_CA", "hostname": "www.tripadvisor.ca", "hreflang": "en-CA", "pointOfSaleName": "Canada (English)", "poi... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "msg": {"type": "null"}, "results": {"type": "array", "items": {"type": "object", "properties": {"locale": {"type": "string"}, "hostname": {"type": "string"}, "hreflang": {"type": "string"}, "pointOfSaleName": ... |
40a4a000-9e82-4718-8f8a-55be66d36593/e8a5380b-32a9-4fb2-80dd-ea88642c6ccd/0/0 | Restaurants | Introducing our Restaurants API – Your gateway to a world of culinary delights. Seamlessly access an extensive database of restaurants, complete with menus, locations, ratings, and reviews. Elevate your app, website, or platform with real-time restaurant data, empowering users to discover, explore, and savor unforgetta... | 9.4 | Currencies | List of Currency | 200 | New Example | {"status": 200, "msg": null, "results": [{"code": "USD", "name": "U.S. Dollars", "symbol": "$"}, {"code": "GBP", "name": "British Pounds", "symbol": "\u00a3"}, {"code": "EUR", "name": "Euros", "symbol": "\u20ac"}, {"code": "CAD", "name": "Canadian Dollars", "symbol": "CA$"}, {"code": "CHF", "name": "Swiss Francs", "sym... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "msg": {"type": "null"}, "results": {"type": "array", "items": {"anyOf": [{"type": "null"}, {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "symbol": {"type": "string"}... |
0e2013b9-35e3-4739-9313-207253774869/a5f0c97b-343b-4718-916f-a822d21fdd9b/0/0 | Test - Climate Change | Small API that i made with the instructions from tutorial | null | Get climate change news from one site | Get custom news from one site | 200 | Response | [{"title": "US politics Democrats secure breakthrough with Kyrsten Sinema on climate bill ", "url": "undefinedhttps://www.theguardian.com/us-news/2022/aug/04/democrats-kyrsten-sinema-agreement-climate-and-economic-bill", "source": "guardian"}, {"title": "Democrats secure breakthrough with Kyrsten Sinema on climate bil... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}} |
28154dbb-42eb-40fc-98f2-d4d19b35baab/91fc69e1-6c51-4284-ac09-598cb3ee9bd7/0/0 | Yellowpages | Extract search results from yellowpages.com by specifying search query and location | 6.4 | Search | Simply enter a search query (for eg. restuarants, lawyers, doctors) and location such as city, state name or zipcode and get address, phone number, website url of businesses matching the query. | 200 | Response | {"details": [{"address": "240 Peachtree St NW, Atlanta, GA 30303", "city_state_zip": "Atlanta, GA 30303", "email": ["raysinthecity@raysrestaurants.com", "melissa@melissalibbypr.com"], "name": "Ray's In The City", "phone_number": "(404) 524-9224", "street": "240 Peachtree St NW", "website_url": "http://www.raysrestauran... | {"properties": {"metadata": {"properties": {"content_type": {"type": "string"}, "duration": {"type": "number"}}, "type": "object"}, "result": {"properties": {"details": {"items": {"type": "object"}, "type": "array"}, "next_page": {"type": "string"}}, "type": "object"}}, "type": "object"} |
20b7df6b-594a-47cf-b48a-f8f64a44f4d1/e090c830-485e-4b27-9eb1-c0f482031d3e/0/0 | SuperHero Search | An API to get information about superheroes. | 9.5 | Heroes | Return a list of 20 random heroes | 200 | New Example | [{"appearance": {"eyeColor": "Brown", "gender": "Male", "hairColor": "Auburn", "height": ["6'2'", "188 cm"], "race": null, "weight": ["200 lb", "90 kg"]}, "biography": {"aliases": ["Stargod", "Vanwolf", "Skywolf"], "alignment": "good", "alterEgos": "No alter egos found.", "firstAppearance": "AMAZING SPIDER-MAN #1, (as ... | {"items": {"properties": {"appearance": {"type": "object"}, "biography": {"type": "object"}, "connections": {"properties": {"groupAffiliation": {"type": "string"}, "relatives": {"type": "string"}}, "type": "object"}, "id": {"type": "integer"}, "images": {"properties": {"lg": {"type": "string"}, "md": {"type": "string"}... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.