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 |
|---|---|---|---|---|---|---|---|---|---|
bd9de7c2-1247-4590-a181-3ed6bff8dc81/546a127c-f57f-4cd9-bed8-1cc80dc1a7ee/3/0 | Phone Intelligence API | Trestle's Phone Validation API, formerly known as Phone Intelligence API, validates the phone number and provides phone metadata, such as carrier name, line type (landline, mobile, non-fixed VoIP, etc.), is the phone prepaid, etc, and includes a phone activity score to help identify disconnected phones. Typical use cas... | 8.5 | getPhoneIntel | Trestle Phone Validation API validates the phone number and provides phone metadata such as carrier name, line type (landline, mobile, non-fixed voip, etc.), is the phone prepaid, etc. Typical use cases where the API is used include lead quality assessment and thus lead prioritization, as well as to weed out potential ... | 200 | Example_1 | {"id": "Phone.3dbb6fef-a2df-4b08-cfe3-bc7128b6f5b4", "phone_number": "2069735100", "is_valid": true, "country_calling_code": "1", "country_code": "US", "country_name": "United States", "line_type": "Landline", "carrier": "Ekata Telco", "is_prepaid": true, "error": {"name": "PartialError", "message": "Could not retrieve... | {"required": ["carrier", "country_calling_code", "country_code", "country_name", "error", "id", "is_prepaid", "is_valid", "line_type", "phone_number", "warnings"], "type": "object", "properties": {"id": {"type": ["string", "null"], "description": "The persistent ID of the phone number.", "format": "Phone.<uuid>"}, "pho... |
b1aee4e0-829b-4c3b-b8fb-ede7151bd25f/99f349ea-460c-486d-93d3-d0b01b82f4cc/0/0 | Wethenew API | [2023 UPDATED🚀] API to access all informations about sneakers and prices from Wethenew website | 7.2 | Search | Search for products based on query. Try to use a query that match as much as possible the slug of the product that you try to reach using "-" | 200 | Response | {"hits": 1, "products": [{"handle": "nike-dunk-low-se-fleece-green", "id": 6947249619053, "product_type": "Sneakers", "title": "Dunk Low SE Fleece Green", "vendor": "Nike"}], "success": true} | {"type": "object", "properties": {"hits": {"type": "integer"}, "products": {"type": "array", "items": {"type": "object", "properties": {"barcode": {"type": "string"}, "handle": {"type": "string"}, "id": {"type": "integer"}, "product_type": {"type": "string"}, "sku": {"type": "string"}, "title": {"type": "string"}, "ven... |
b1aee4e0-829b-4c3b-b8fb-ede7151bd25f/3c54a085-007e-4673-95f7-0b240081b76d/0/0 | Wethenew API | [2023 UPDATED🚀] API to access all informations about sneakers and prices from Wethenew website | 7.2 | Product details | Access to all variants and details of a product based on his handle | 200 | Response | {"product": {"created_at": "2022-10-17T10:56:27+02:00", "id": 6899600293997, "images": [{"alt": "Dunk Low Dark Driftwood", "created_at": "2022-10-17T15:04:01+02:00", "height": 420, "id": 29629862674541, "position": 1, "product_id": 6899600293997, "src": "https://cdn.shopify.com/s/files/1/2358/2817/products/DunkLowDarkD... | {"type": "object", "properties": {"product": {"type": "object", "properties": {"created_at": {"type": "string"}, "id": {"type": "integer"}, "images": {"type": "array", "items": {"type": "object", "properties": {"alt": {"type": "string"}, "created_at": {"type": "string"}, "height": {"type": "integer"}, "id": {"type": "i... |
f729212d-ef47-43a3-8aeb-f1ca7f3c19ee/4ffb427b-df88-4af5-bf73-f2096b194878/0/0 | Axesso Data Service | Axesso API to query data from Facebook like posts, comments and corresponding replies. Please contact us if you require a custom plan tailored to your requirements. | 9.6 | page info | Fetch information for a page like followers and many more | 200 | New Example | {"responseStatus": "PRODUCT_FOUND_RESPONSE", "responseMessage": "Product successfully found!", "data": {"complete": true, "result": {"data": {"page": {"comet_page_cards": [{"__typename": "CometPageLiveVideoCardRenderer", "title": {"text": "Happening now"}, "see_all_link": "/DFBTeam/live_videos/", "__module_operation_Co... | {"type": "object", "properties": {"responseStatus": {"type": "string"}, "responseMessage": {"type": "string"}, "data": {"type": "object", "properties": {"complete": {"type": "boolean"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"page": {"type": "object", "properties": {"comet... |
f729212d-ef47-43a3-8aeb-f1ca7f3c19ee/ae909462-e095-4dd7-bdf7-3370d5b5a3eb/0/0 | Axesso Data Service | Axesso API to query data from Facebook like posts, comments and corresponding replies. Please contact us if you require a custom plan tailored to your requirements. | 9.6 | post details | Fetch post details for a single post | 200 | Response | {"responseStatus": "PRODUCT_FOUND_RESPONSE", "responseMessage": "Product successfully found!", "nextUrl": null, "countPosts": 1, "pageId": null, "newLayout": true, "cursor": null, "posts": [{"text": "3\ufe0f\u20e30\ufe0f\u20e3 Alles Gute zum Geburtstag, Antonio R\u00fcdiger! \ud83c\udf89\n\n#HappyBirthday #R\u00fcdiger... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"responseStatus": {"type": "string"}, "responseMessage": {"type": "string"}, "nextUrl": {"type": "null"}, "countPosts": {"type": "integer"}, "pageId": {"type": "null"}, "newLayout": {"type": "boolean"}, "cursor": {"type": "null"}, "posts": {... |
f729212d-ef47-43a3-8aeb-f1ca7f3c19ee/f40d6461-afd0-4c33-a618-3e526ef46cdb/0/0 | Axesso Data Service | Axesso API to query data from Facebook like posts, comments and corresponding replies. Please contact us if you require a custom plan tailored to your requirements. | 9.6 | replies | Fetch comments for for given feedbackId which is located in "data.feedback.display_comments.edges.node.feedback.id" in the post or comments endpoint. For pagination the optional query parameter "after" can be used by including "comments.data.feedback.page_info.end_cursor" from the revious response. | 200 | Response | {"responseStatus": "PRODUCT_FOUND_RESPONSE", "responseMessage": "Product successfully found!", "comments": {"data": {"feedback": {"id": "ZmVlZGJhY2s6MTAxNTg0MTk3Mzc3Nzc5ODlfMTAxNTg0MjAzNTg5MzI5ODk=", "subscription_target_id": "10158420358932989", "display_comments": {"after_count": 0, "before_count": 0, "count": 0, "ed... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"responseStatus": {"type": "string"}, "responseMessage": {"type": "string"}, "comments": {"type": "object", "properties": {"data": {"type": "object", "properties": {"feedback": {"type": "object", "properties": {"id": {"type": "string"}, "sub... |
0d7c66ba-fed0-4f52-873d-709ded6bb788/1bdd19a6-3953-441f-949f-77cb213e8e8c/0/0 | Netflix Data | Netflix data API provides details, stats and information of TV shows, movies, series, documentaries and more. | 9.2 | season-episodes | season-episodes | 200 | Response | [{"seasonId": "80077209", "episodes": [{"episodeId": "80077368", "availability": {"isPlayable": true, "availabilityDate": "July 15", "availabilityStartTime": 1468591200000, "unplayableCause": null}, "bookmarkPosition": 847, "contextualSynopsis": {"text": "On his way home from a friend's house, young Will sees something... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"seasonId": {"type": "string"}, "episodes": {"type": "array", "items": {"type": "object", "properties": {"episodeId": {"type": "string"}, "availability": {"type": "object", "properties": {"isPlayable": {"type": "bo... |
0d7c66ba-fed0-4f52-873d-709ded6bb788/722f7af6-5229-43af-9dba-0e851c9da43c/0/0 | Netflix Data | Netflix data API provides details, stats and information of TV shows, movies, series, documentaries and more. | 9.2 | title-trailers | title-trailers | 200 | Response | [{"id": "80117802", "details": {"summary": {"type": "movie", "id": 80117802, "isOriginal": false}, "title": "Stranger Things 1 (Trailer)", "trackIds": {"trackId": 14277281, "trackId_jaw": 14277281, "trackId_jawEpisode": 14277283, "trackId_jawTrailer": 14277282}, "availability": {"isPlayable": true, "availabilityDate": ... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "details": {"type": "object", "properties": {"summary": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "isOriginal": {"type": "boolean"}}, "requir... |
0d7c66ba-fed0-4f52-873d-709ded6bb788/cd1f18b7-ec61-4640-a2a8-0b30c56d96ba/0/0 | Netflix Data | Netflix data API provides details, stats and information of TV shows, movies, series, documentaries and more. | 9.2 | title-seasons | title-seasons | 200 | Response | [{"titleId": "80057281", "seasons": [{"name": "Stranger Things", "shortName": "S1", "hiddenEpisodeNumbers": false, "length": 8, "seasonId": 80077209}, {"name": "Stranger Things 2", "shortName": "S2", "hiddenEpisodeNumbers": false, "length": 9, "seasonId": 80117715}, {"name": "Stranger Things 3", "shortName": "S3", "hid... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"titleId": {"type": "string"}, "seasons": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "shortName": {"type": "string"}, "hiddenEpisodeNumbers": {"type": "boolean"}, "leng... |
0d7c66ba-fed0-4f52-873d-709ded6bb788/3a9052ef-cf24-4671-8af1-a88e3387cd3a/0/0 | Netflix Data | Netflix data API provides details, stats and information of TV shows, movies, series, documentaries and more. | 9.2 | title-details | title-details | 200 | Response | [{"titleId": "80057281", "details": {"trackIds": {"videoId": 80057281, "trackId_jaw": 14277281, "trackId_jawEpisode": 14277283, "trackId_jawTrailer": 14277282, "trackId": 14277281}, "tags": [{"id": 108911, "name": "Ominous"}, {"id": 100053, "name": "Scary"}], "cast": [{"id": 81117, "name": "Winona Ryder"}, {"id": 30074... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"titleId": {"type": "string"}, "details": {"type": "object", "properties": {"trackIds": {"type": "object", "properties": {"videoId": {"type": "integer"}, "trackId_jaw": {"type": "integer"}, "trackId_jawEpisode": {"... |
ecdefff6-4546-4950-9a3e-91e40642d080/d105fc47-f330-4b18-b9cd-34c659f98aa6/0/0 | Whois Lookup | WHOIS API (v1) returns well-parsed WHOIS records with fields in JSON formats for any domain name. | 6.3 | checkDisposableEmail | REST API to lookup disposable email | 200 | Example_1 | {"status": "", "domain": "", "account": "", "block": true, "valid": true, "disposable": true, "dns": true, "syntaxVerified": true, "error": "", "mxHosts": []} | {"type": "object", "properties": {"status": {"type": "string"}, "domain": {"type": "string"}, "account": {"type": "string"}, "block": {"type": "boolean"}, "valid": {"type": "boolean"}, "disposable": {"type": "boolean"}, "dns": {"type": "boolean"}, "syntaxVerified": {"type": "boolean"}, "error": {"type": "string"}, "mxH... |
ecdefff6-4546-4950-9a3e-91e40642d080/d105fc47-f330-4b18-b9cd-34c659f98aa6/1/0 | Whois Lookup | WHOIS API (v1) returns well-parsed WHOIS records with fields in JSON formats for any domain name. | 6.3 | checkDisposableEmail | REST API to lookup disposable email | 429 | Example_1 | {"status": 0, "path": "", "timestamp": "", "message": "", "internalMessage": "", "failureResultCode": "400872", "trace": "", "validations": []} | {"type": "object", "properties": {"status": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "path": {"type": "string"}, "timestamp": {"type": "string", "format": "date-time"}, "message": {"type": "string"}, "internalMessage": {"type": "string"}, "failureResultCode": {"type": "stri... |
ecdefff6-4546-4950-9a3e-91e40642d080/4f9ef388-47e1-4698-b61e-708f32daed8d/1/0 | Whois Lookup | WHOIS API (v1) returns well-parsed WHOIS records with fields in JSON formats for any domain name. | 6.3 | newlyRegisteredDomains | REST API to lookup newly registered domains | 200 | null | {"date": "", "info": {"totalItems": 0, "pageSize": 0, "totalPages": 0, "currentPage": 0, "sort": ""}, "domains": [{"name": ""}]} | {"type": "object", "properties": {"date": {"type": "string", "format": "date"}, "info": {"type": "object", "properties": {"totalItems": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "pageSize": {"type": "integer", "format": "int32", "minimum": -2147483648, "max... |
ecdefff6-4546-4950-9a3e-91e40642d080/4f9ef388-47e1-4698-b61e-708f32daed8d/2/0 | Whois Lookup | WHOIS API (v1) returns well-parsed WHOIS records with fields in JSON formats for any domain name. | 6.3 | newlyRegisteredDomains | REST API to lookup newly registered domains | 429 | null | {"status": 0, "path": "", "timestamp": "", "message": "", "internalMessage": "", "failureResultCode": "400872", "trace": "", "validations": []} | {"type": "object", "properties": {"status": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "path": {"type": "string"}, "timestamp": {"type": "string", "format": "date-time"}, "message": {"type": "string"}, "internalMessage": {"type": "string"}, "failureResultCode": {"type": "stri... |
ecdefff6-4546-4950-9a3e-91e40642d080/b638fd4e-6250-436e-b5bc-988db3bc717f/0/0 | Whois Lookup | WHOIS API (v1) returns well-parsed WHOIS records with fields in JSON formats for any domain name. | 6.3 | whois | REST API to WhoIS lookup data | 429 | null | {"status": 0, "path": "", "timestamp": "", "message": "", "internalMessage": "", "failureResultCode": "400872", "trace": "", "validations": []} | {"type": "object", "properties": {"status": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "path": {"type": "string"}, "timestamp": {"type": "string", "format": "date-time"}, "message": {"type": "string"}, "internalMessage": {"type": "string"}, "failureResultCode": {"type": "stri... |
ecdefff6-4546-4950-9a3e-91e40642d080/b638fd4e-6250-436e-b5bc-988db3bc717f/2/0 | Whois Lookup | WHOIS API (v1) returns well-parsed WHOIS records with fields in JSON formats for any domain name. | 6.3 | whois | REST API to WhoIS lookup data | 200 | null | {"name": "", "registrationDate": "", "registrarAbuseContactEmail": "", "registrarAbuseContactPhone": "", "domainInfo": {"domainId": "", "registrar": "", "registrarName": "", "registrarWhoIsServer": "", "registrarUrl": "", "registrarIanaId": "", "creationDate": "", "updatedDate": "", "expirationDate": "", "domainStatus"... | {"type": "object", "properties": {"name": {"type": "string"}, "registrationDate": {"type": "string", "format": "date"}, "registrarAbuseContactEmail": {"type": "string"}, "registrarAbuseContactPhone": {"type": "string"}, "domainInfo": {"type": "object", "properties": {"domainId": {"type": "string"}, "registrar": {"type"... |
ecdefff6-4546-4950-9a3e-91e40642d080/abcbe46a-9d69-42e1-ad1f-83aa6c175419/0/0 | Whois Lookup | WHOIS API (v1) returns well-parsed WHOIS records with fields in JSON formats for any domain name. | 6.3 | emailValidation | Clean your email list database with our free email checker and verifier | 429 | null | {"status": 0, "path": "", "timestamp": "", "message": "", "internalMessage": "", "failureResultCode": "400872", "trace": "", "validations": []} | {"type": "object", "properties": {"status": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "path": {"type": "string"}, "timestamp": {"type": "string", "format": "date-time"}, "message": {"type": "string"}, "internalMessage": {"type": "string"}, "failureResultCode": {"type": "stri... |
ecdefff6-4546-4950-9a3e-91e40642d080/abcbe46a-9d69-42e1-ad1f-83aa6c175419/1/0 | Whois Lookup | WHOIS API (v1) returns well-parsed WHOIS records with fields in JSON formats for any domain name. | 6.3 | emailValidation | Clean your email list database with our free email checker and verifier | 200 | null | {"status": "", "domain": "", "account": "", "block": true, "valid": true, "disposable": true, "dns": true, "syntaxVerified": true, "error": "", "mxHosts": [], "mailStatus": "", "reason": "", "role": true} | {"type": "object", "properties": {"status": {"type": "string"}, "domain": {"type": "string"}, "account": {"type": "string"}, "block": {"type": "boolean"}, "valid": {"type": "boolean"}, "disposable": {"type": "boolean"}, "dns": {"type": "boolean"}, "syntaxVerified": {"type": "boolean"}, "error": {"type": "string"}, "mxH... |
9fc3ba25-c914-4ea6-9652-bb529dfe586e/cce69231-3f00-4280-9c4c-dcc664bf683e/1/0 | World Demographics | Get demographic data for chosen countries in a specific year | null | Country Demographics Data | Retrieve demographics data for a specific country in a specific year using its ISO3/ISO2 codes or locId and a year. | 200 | null | [{"locID": 840, "notes": "31", "iso3Code": "USA", "iso2Code": "US", "sdmxCode": 840, "locTypeID": 4, "locTypeName": "Country/Area", "parentID": 918, "location": "United States of America", "varID": 2, "variant": "Medium", "time": 2023, "popDensity": 37.1679, "popSexRatio": 98.0164, "medianAgePop": 38.0989, "natChange":... | {"type": "string"} |
9fc3ba25-c914-4ea6-9652-bb529dfe586e/4b6499e3-12b3-47c3-aa43-2f64106cf74b/0/0 | World Demographics | Get demographic data for chosen countries in a specific year | null | World Demographics Data | Retrieve demographics data for the entire world in a specific year. | 200 | null | [{"locID": 900, "notes": "", "iso3Code": "", "iso2Code": "", "sdmxCode": 1, "locTypeID": 1, "locTypeName": "World", "parentID": 0, "location": "World", "varID": 2, "variant": "Medium", "time": 2023, "popDensity": 61.6956, "popSexRatio": 101.016, "medianAgePop": 30.4887, "natChange": 73519.462, "natChangeRT": 9.138, "po... | {"type": "string"} |
9fc3ba25-c914-4ea6-9652-bb529dfe586e/211638e6-ef70-4925-8bbf-5417a1a8c40f/1/0 | World Demographics | Get demographic data for chosen countries in a specific year | null | Country List | Retrieve a list of countries along with their ISO3/ISO2 codes and locId. | 200 | null | [{"locID": 4, "location": "Afghanistan", "iso2Code": "AF", "iso3Code": "AFG"}, {"locID": 8, "location": "Albania", "iso2Code": "AL", "iso3Code": "ALB"}, {"locID": 12, "location": "Algeria", "iso2Code": "DZ", "iso3Code": "DZA"}, {"locID": 16, "location": "American Samoa", "iso2Code": "AS", "iso3Code": "ASM"}, {"locID": ... | {"type": "string"} |
9fc3ba25-c914-4ea6-9652-bb529dfe586e/56eef8bd-2cc6-4f5a-8808-5a462fe93876/0/0 | World Demographics | Get demographic data for chosen countries in a specific year | null | Region List | Retrieve a list of regions along with their locId. | 200 | null | [{"locID": 903, "location": "Africa"}, {"locID": 935, "location": "Asia"}, {"locID": 908, "location": "Europe"}, {"locID": 904, "location": "Latin America and the Caribbean"}, {"locID": 905, "location": "Northern America"}, {"locID": 909, "location": "Oceania"}] | {"type": "string"} |
9fc3ba25-c914-4ea6-9652-bb529dfe586e/004b954a-2258-48f1-997e-6eeb5a87bbaf/0/0 | World Demographics | Get demographic data for chosen countries in a specific year | null | Region Demographics Data | Retrieve demographics data for a specific region in a specific year using its locId and a year. | 200 | null | [{"locID": 908, "notes": "", "iso3Code": "", "iso2Code": "", "sdmxCode": 150, "locTypeID": 2, "locTypeName": "Geographic region", "parentID": 1840, "location": "Europe", "varID": 2, "variant": "Medium", "time": 2023, "popDensity": 33.6136, "popSexRatio": 93.3309, "medianAgePop": 42.1647, "natChange": -1481.275, "natCha... | {"type": "string"} |
090c641d-300c-4b98-b80e-6e65c96412a9/e4449e97-9a34-476f-ac58-dd42f8c1ef41/0/0 | Tokenizer | Format preserving tokenization. Replace you sensitive data with tokens that cannot be decrypted only detokinzed! | 8.6 | detokenize | The detokenize end point takes a token and returns the original string provided for that token. The original string was provided in the tokenize endpoint call, provided as the "value" parameter. | 200 | Response | {"value": "TextIWantToTokenize"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]} |
090c641d-300c-4b98-b80e-6e65c96412a9/394bba83-d6ee-4927-b415-82cc7b241b00/0/0 | Tokenizer | Format preserving tokenization. Replace you sensitive data with tokens that cannot be decrypted only detokinzed! | 8.6 | tokenize | Tokenizes a value passed to the endpoint. The value must be 1KB or smaller and the follow characters are not allowed:
- The forward slash (/) character
- The backslash () character
- The number sign (#) character
- The question mark (?) character
- Control characters from U+0000 to U+001F, including:
- The horizo... | 200 | Response | {"token": "VwSDiPAQdXDZcHOTFbo"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"token": {"type": "string"}}, "required": ["token"]} |
c789da67-dd5d-4407-a6c4-ecd83a962623/1ef8de50-6d69-4cd2-b699-74ce795be020/0/0 | User IP Data REST API | IP Check. Fast and Detailed User IP Data Provider REST API. Provides IP Geo Location and Other Visitor IP Address Data. | 8.9 | IP Data By IP address | This endpoint responds with detailed information about the IP address specified in the "ip" query parameter. | 200 | New Example | {"ip": "107.181.177.137", "country": "Canada", "iso2": "CA", "iso3": "CAN", "countryFlag": "https://upload.wikimedia.org/wikipedia/commons/d/d9/Flag_of_Canada_(Pantone).svg", "region": "BC", "regionName": "British Columbia", "city": "Vancouver", "zip": "V6E", "lat": 49.2825, "lon": -123.1291, "isp": "Total Server Solut... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ip": {"type": "string"}, "country": {"type": "string"}, "iso2": {"type": "string"}, "iso3": {"type": "string"}, "countryFlag": {"type": "string"}, "region": {"type": "string"}, "regionName": {"type": "string"}, "city": {"type": "string"}, "... |
c789da67-dd5d-4407-a6c4-ecd83a962623/8faf6bdd-7d36-4d66-bee0-bae36268a8be/0/0 | User IP Data REST API | IP Check. Fast and Detailed User IP Data Provider REST API. Provides IP Geo Location and Other Visitor IP Address Data. | 8.9 | Visitor IP data | This endpoint returns information about the IP address of the website visitor. No parameters are required. Sample App: https://userip.netlify.app/ | 200 | New Example | {"ip": "107.181.177.137", "country": "Canada", "iso2": "CA", "iso3": "CAN", "countryFlag": "https://upload.wikimedia.org/wikipedia/commons/d/d9/Flag_of_Canada_(Pantone).svg", "region": "BC", "regionName": "British Columbia", "city": "Vancouver", "zip": "V6E", "lat": 49.2825, "lon": -123.1291, "isp": "Total Server Solut... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ip": {"type": "string"}, "country": {"type": "string"}, "iso2": {"type": "string"}, "iso3": {"type": "string"}, "countryFlag": {"type": "string"}, "region": {"type": "string"}, "regionName": {"type": "string"}, "city": {"type": "string"}, "... |
fc953a01-0b20-4764-b507-26d0ed96949f/0cea3517-be21-423e-8e3d-7b73c70d69b9/0/0 | Domain DA - PA Check | Domain authority score & page authority score, spam score, backlink count information. | 9.7 | Domain DA - PA Check |
Target
Domain Authority Score
Page Authority Score
Spam Score
Total Backlinks
| 200 | Response | {"result": "success", "body": {"target": "www.google.com", "da_score": 100, "pa_score": 100, "spam_score": 14, "total_backlinks": 1517349141}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "string"}, "body": {"type": "object", "properties": {"target": {"type": "string"}, "da_score": {"type": "integer"}, "pa_score": {"type": "integer"}, "spam_score": {"type": "integer"}, "total_backlinks": {"type": "integer"}... |
e8a1fe88-f060-4cd3-937e-326f28acc8e7/25133ab2-a577-4854-a5dc-0404de5096f7/2/0 | Proxycurl | Pull rich and fresh data on people and companies. | 6 | Company Profile Endpoint | Cost: 1 credit / successful request.
Get structured data of a Company Profile | 200 | Example_1 | {"linkedin_internal_id": "", "description": "", "website": "", "industry": "", "company_size": [], "company_size_on_linkedin": 0, "hq": {"country": "", "city": "", "postal_code": "", "line_1": "", "is_hq": true, "state": ""}, "company_type": "", "founded_year": 0, "specialities": [], "locations": [{"country": "", "city... | {"type": "object", "properties": {"linkedin_internal_id": {"type": "string", "description": "\n LinkedIn's Internal and immutable ID of this Company profile. \n "}, "description": {"type": "string"}, "website": {"type": "string"}, "industry": {"type": "string"}, "company_size": {"type": "array", "... |
e8a1fe88-f060-4cd3-937e-326f28acc8e7/96fbc404-7746-4d02-bf24-f996bbd030ad/5/0 | Proxycurl | Pull rich and fresh data on people and companies. | 6 | Person Profile Picture Endpoint | Cost: 0 credit / successful request.
Get the profile picture of a person.
Profile pictures are served from cached people profiles found within LinkDB.
If the profile does not exist within LinkDB, then the API will return a 404 status code. | 200 | null | {"tmp_profile_pic_url": ""} | {"type": "object", "properties": {"tmp_profile_pic_url": {"type": "string", "description": "\n Temporary URL to the profile picture (valid for just 30 minutes).\n See this [blog post](https://nubela.co/blog/why-is-the-api-returning-s3-links-for-profile-pictures-scraped-from-linkedin-profiles/) for... |
e8a1fe88-f060-4cd3-937e-326f28acc8e7/b74918c6-6d41-40b5-b692-48983612a442/0/0 | Proxycurl | Pull rich and fresh data on people and companies. | 6 | Person Lookup Endpoint | Cost: 2 credits / successful request.
Resolve LinkedIn Profile | 200 | null | {"url": ""} | {"type": "object", "properties": {"url": {"type": ["string", "null"]}}} |
e8a1fe88-f060-4cd3-937e-326f28acc8e7/c785d3eb-8615-42d6-a304-7b7ae8bb47ab/6/0 | Proxycurl | Pull rich and fresh data on people and companies. | 6 | Role Lookup Endpoint | Cost: 3 credits / successful request.
Finds the closest (person) profile with a given role in a Company.
For example, you can use this endpoint to find the "CTO" of "Apple".
This API endpoint returns only one result that is the closest match.
There is also a role search
under the Employee Listing Endpoint if you requir... | 200 | null | {"linkedin_profile_url": ""} | {"type": "object", "properties": {"linkedin_profile_url": {"type": "string", "description": "LinkedIn Profile URL of the person that most closely matches the role"}}} |
e8a1fe88-f060-4cd3-937e-326f28acc8e7/41aaba48-c0d9-4b1e-8fc0-21e19026370c/0/0 | Proxycurl | Pull rich and fresh data on people and companies. | 6 | Reveal Endpoint | Cost: 2 credits / successful request.
Deanonymize an IPv4 address and associate the Company behind the IPv4 address. | 200 | null | {"company": {"linkedin_internal_id": "", "description": "", "website": "", "industry": "", "company_size": [], "company_size_on_linkedin": 0, "hq": {"country": "", "city": "", "postal_code": "", "line_1": "", "is_hq": true, "state": ""}, "company_type": "", "founded_year": 0, "specialities": [], "locations": [{"country... | {"type": "object", "properties": {"company": {"allOf": [{"type": "object", "properties": {"linkedin_internal_id": {"type": "string", "description": "\n LinkedIn's Internal and immutable ID of this Company profile. \n "}, "description": {"type": "string"}, "website": {"type": "string"}, "industry":... |
e8a1fe88-f060-4cd3-937e-326f28acc8e7/cc1e6614-b9b6-4b68-9ea1-634d0c1f3d4c/0/0 | Proxycurl | Pull rich and fresh data on people and companies. | 6 | Person Profile Endpoint | Cost: 1 credit / successful request.
Get structured data of a Personal Profile | 200 | null | {"public_identifier": "", "profile_pic_url": "", "background_cover_image_url": "", "first_name": "", "last_name": "", "full_name": "", "occupation": "", "headline": "", "summary": "", "country": "", "country_full_name": "", "city": "", "state": "", "experiences": [{"starts_at": {"day": 0, "month": 0, "year": 0}, "ends_... | {"type": "object", "properties": {"public_identifier": {"type": "string", "description": "The vanity identifier of the public LinkedIn profile. The vanity identifier comes after the `/in/` part of the LinkedIn Profile URL in the following format: `https://www.linkedin.com/in/<public_identifier>`"}, "profile_pic_url": {... |
e8a1fe88-f060-4cd3-937e-326f28acc8e7/9ca61313-c1be-4085-a910-ca28c7549f2f/5/0 | Proxycurl | Pull rich and fresh data on people and companies. | 6 | Personal Contact Number Lookup Endpoint | Cost: 1 credit / contact number returned.
Given an LinkedIn profile, returns a list of personal contact numbers belonging to this identity. | 200 | null | {"numbers": []} | {"type": "object", "properties": {"numbers": {"type": "array", "description": "A list of contact numbers", "items": {"type": "string"}}}} |
e8a1fe88-f060-4cd3-937e-326f28acc8e7/0845cfcc-d2a6-4844-8e2d-1ce5bf994324/7/0 | Proxycurl | Pull rich and fresh data on people and companies. | 6 | Reverse Work Email Lookup Endpoint | Cost: 3 credits / successful request.
Resolve LinkedIn Profile from a work email address | 200 | null | {"url": ""} | {"type": "object", "properties": {"url": {"type": "string"}}} |
e8a1fe88-f060-4cd3-937e-326f28acc8e7/d156e987-cec3-49c8-8198-78faf99c221e/3/0 | Proxycurl | Pull rich and fresh data on people and companies. | 6 | Work Email Lookup Endpoint | Cost: 3 credits / request.
Lookup work email address of a LinkedIn Person Profile.
Email addresses returned are verified to not be role-based or catch-all emails. Email addresses
returned by our API endpoint come with a 95+% deliverability guarantee
Endpoint behavior
This endpoint may not return results immediately.
If... | 200 | null | {"email_queue_count": 0} | {"type": "object", "properties": {"email_queue_count": {"type": "integer", "description": "Total queue in the email extraction process"}}} |
e8a1fe88-f060-4cd3-937e-326f28acc8e7/08dcb438-1d41-4f68-9a4c-49042f277063/3/0 | Proxycurl | Pull rich and fresh data on people and companies. | 6 | Company Profile Picture Endpoint | Cost: 0 credit / successful request.
Get the profile picture of a company.
Profile pictures are served from cached company profiles found within LinkDB.
If the profile does not exist within LinkDB, then the API will return a 404 status code. | 200 | null | {"tmp_profile_pic_url": ""} | {"type": "object", "properties": {"tmp_profile_pic_url": {"type": "string", "description": "\n Temporary URL to the profile picture (valid for just 30 minutes).\n See this [blog post](https://nubela.co/blog/why-is-the-api-returning-s3-links-for-profile-pictures-scraped-from-linkedin-profiles/) for... |
e8a1fe88-f060-4cd3-937e-326f28acc8e7/cb6b5cae-ee47-4852-a70f-c265d2241f93/3/0 | Proxycurl | Pull rich and fresh data on people and companies. | 6 | Personal Email Lookup Endpoint | Cost: 1 credit / email returned.
Given an LinkedIn profile, returns a list of personal emails belonging to this identity. Emails are verified to be deliverable. | 200 | null | {"emails": [], "invalid_emails": []} | {"type": "object", "properties": {"emails": {"type": "array", "description": "A list of personal emails", "items": {"type": "string"}}, "invalid_emails": {"type": "array", "description": "A list of invalid personal emails", "items": {"type": "string"}}}} |
e8a1fe88-f060-4cd3-937e-326f28acc8e7/1074d59d-4703-4ec6-93ee-cda328a491a7/5/0 | Proxycurl | Pull rich and fresh data on people and companies. | 6 | Employee Search API Endpoint | Cost: 10 credits / successful request.
Search employees of a target by their job title. | 200 | null | {"employees": [{"profile_url": "", "profile": {"public_identifier": "", "profile_pic_url": "", "background_cover_image_url": "", "first_name": "", "last_name": "", "full_name": "", "occupation": "", "headline": "", "summary": "", "country": "", "country_full_name": "", "city": "", "state": "", "experiences": [], "educa... | {"type": "object", "properties": {"employees": {"type": "array", "items": {"type": "object", "properties": {"profile_url": {"type": "string"}, "profile": {"allOf": [{"type": "object", "properties": {"public_identifier": {"type": ["string", "null"], "description": "\n The vanity identifier of the public L... |
e8a1fe88-f060-4cd3-937e-326f28acc8e7/5ad10c4e-d8a1-4fd8-aa5f-ee2dc5a49713/6/0 | Proxycurl | Pull rich and fresh data on people and companies. | 6 | Employee Count Endpoint | Cost: 1 credit / successful request.
Get a number of total employees of a Company.
Get an employee count of this company from various sources. | 200 | null | {"total_employee": 0, "linkedin_employee_count": 99, "linkdb_employee_count": 0, "regression_notice": "Hello developer, we have renamed `total_employee` key to `linkdb_employee_count` to fix the bad grammar. We have kept `total_employee` for backwards compatibility, so please do not use it as we will remove it down the... | {"type": "object", "properties": {"total_employee": {"type": "integer"}, "linkedin_employee_count": {"type": ["integer", "null"], "description": "The scraped value of employee count of this company from it's LinkedIn profile. This value does not respect `employement_status` parameter. It will always return the curent e... |
e8a1fe88-f060-4cd3-937e-326f28acc8e7/02493daf-192a-423a-8cc0-487499eee2de/0/0 | Proxycurl | Pull rich and fresh data on people and companies. | 6 | Disposable Email Address Check Endpoint | Cost: 0 credit / request.
Given an email address, checks if the email address belongs to a disposable email service. | 200 | null | {"is_disposable_email": true, "is_free_email": true} | {"type": "object", "properties": {"is_disposable_email": {"type": "boolean", "description": "Returns a boolean value of the disposable nature of the given email address"}, "is_free_email": {"type": "boolean", "description": "Returns a boolean value of the free status of the given email address"}}} |
e8a1fe88-f060-4cd3-937e-326f28acc8e7/f6aa7494-651e-4d8b-b97d-8797d178d6fb/1/0 | Proxycurl | Pull rich and fresh data on people and companies. | 6 | Jobs Listing Endpoint | Cost: 2 credits / successful request.
List jobs posted by a company on LinkedIn | 200 | null | {"job": [{"company": "", "company_url": "", "job_title": "", "job_url": "", "list_date": "", "location": ""}], "next_page_no": 0, "next_page_api_url": "", "previous_page_no": 0, "previous_page_api_url": ""} | {"type": "object", "properties": {"job": {"type": "array", "items": {"type": "object", "properties": {"company": {"type": "string"}, "company_url": {"type": "string"}, "job_title": {"type": "string"}, "job_url": {"type": "string"}, "list_date": {"type": "string"}, "location": {"type": "string"}}}}, "next_page_no": {"ty... |
e8a1fe88-f060-4cd3-937e-326f28acc8e7/16333f56-16bf-4718-815c-0c94b69b19ee/4/0 | Proxycurl | Pull rich and fresh data on people and companies. | 6 | Employee Listing Endpoint | Cost: 3 credits / employee returned.
Get a list of employees of a Company.
This API endpoint is limited by LinkDB which is populated with profiles in the US, UK, Canada, Israel, Australia, Ireland, New Zealand and Singapore.
As such, this endpoint is best used to list employees working in companies based in those locat... | 200 | null | {"employees": [{"profile_url": "", "profile": {"public_identifier": "", "profile_pic_url": "", "background_cover_image_url": "", "first_name": "", "last_name": "", "full_name": "", "occupation": "", "headline": "", "summary": "", "country": "", "country_full_name": "", "city": "", "state": "", "experiences": [], "educa... | {"type": "object", "properties": {"employees": {"type": "array", "items": {"type": "object", "properties": {"profile_url": {"type": "string"}, "profile": {"allOf": [{"type": "object", "properties": {"public_identifier": {"type": ["string", "null"], "description": "\n The vanity identifier of the public L... |
e8a1fe88-f060-4cd3-937e-326f28acc8e7/3f9148d0-43da-44fd-8a07-8505dc3c873a/4/0 | Proxycurl | Pull rich and fresh data on people and companies. | 6 | Company Lookup Endpoint | Cost: 2 credits / successful request.
Resolve Company LinkedIn Profile from company name,
domain name and location. | 200 | null | {"url": ""} | {"type": "object", "properties": {"url": {"type": ["string", "null"]}}} |
e8a1fe88-f060-4cd3-937e-326f28acc8e7/8db44a54-9845-440e-8263-830aed1cf28a/1/0 | Proxycurl | Pull rich and fresh data on people and companies. | 6 | View Credit Balance Endpoint | Cost: 0 credit / successful request.
Get your current credit(s) balance | 200 | null | {"credit_balance": 0} | {"type": "object", "properties": {"credit_balance": {"type": "integer", "description": "Your current credit(s)"}}} |
e8a1fe88-f060-4cd3-937e-326f28acc8e7/2ad775f8-0903-4f89-9e04-233810261534/2/0 | Proxycurl | Pull rich and fresh data on people and companies. | 6 | Job Profile Endpoint | Cost: 2 credits / successful request.
Get structured data of a LinkedIn Job Profile | 200 | null | {"linkedin_internal_id": "", "job_description": "", "apply_url": "", "title": "", "location": {"country": "", "region": "", "city": "", "postal_code": "", "latitude": 0, "longitude": 0, "street": ""}, "company": {"name": "", "url": "", "logo": ""}, "seniority_level": "", "industry": [], "employment_type": "", "job_func... | {"type": "object", "properties": {"linkedin_internal_id": {"type": "string"}, "job_description": {"type": "string"}, "apply_url": {"type": "string"}, "title": {"type": "string"}, "location": {"allOf": [{"type": "object", "properties": {"country": {"type": "string"}, "region": {"type": "string"}, "city": {"type": "strin... |
e8a1fe88-f060-4cd3-937e-326f28acc8e7/b8ba4c67-a61e-4392-857c-a54b030a26ec/2/0 | Proxycurl | Pull rich and fresh data on people and companies. | 6 | School Profile Endpoint | Cost: 1 credit / successful request.
Get structured data of a LinkedIn School Profile | 200 | null | {"linkedin_internal_id": "", "description": "", "website": "", "industry": "", "company_size": [], "company_size_on_linkedin": 0, "hq": {"country": "", "city": "", "postal_code": "", "line_1": "", "is_hq": true, "state": ""}, "company_type": "", "founded_year": 0, "specialities": [], "locations": [{"country": "", "city... | {"type": "object", "properties": {"linkedin_internal_id": {"type": "string", "description": "\n LinkedIn's Internal and immutable ID of this Company profile. \n "}, "description": {"type": "string"}, "website": {"type": "string"}, "industry": {"type": "string"}, "company_size": {"type": "array", "... |
ef9bdb13-6ca8-438e-b7a6-621fcc3fb5d7/96a8ae50-c0e4-489b-aec4-8869f376b755/0/0 | Text Summarize Pro | Text Summarize Pro, powered by cutting-edge Machine Learning and AI technology, is a powerful tool for summarizing text content with adjustable summarization percentage. This advanced API empowers users to compress and summarize text for a wide range of applications, making it a valuable addition to your applications, ... | 8.8 | /summarizeFromText | This endpoint accepts a "text" field as input, along with a "percentage" field that represents the summarization percentage. The API will then summarize the input text based on the specified percentage, where a lower percentage indicates a more compressed summary. The percentage must be an integer between 10 and 90. | 200 | Response | {"queryPercentage": 10, "queryTextCount": 5881, "summary": "Have you experienced this before? Who is right and who is wrong? Neither. Each person has a different mindset that decides their outcome. It was at that point their biggest breakthrough came. Perhaps all those years of perseverance finally paid off. It must co... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"queryPercentage": {"type": "integer"}, "queryTextCount": {"type": "integer"}, "summary": {"type": "string"}, "summaryPercentage": {"type": "string"}, "summaryTextCount": {"type": "integer"}}, "required": ["queryPercentage", "queryTextCount"... |
4ad0997b-7a9a-496f-941f-decfdc159f30/1a4f7095-11c5-460f-b2f4-1bcdcaee1395/0/0 | Android PlayStore Scraper | [Unofficial] Extract and retrieve information about Android applications listed on the Google Play Store. With this API, you can access valuable metadata, ratings, reviews, pricing, and other details for apps available on the Play Store, empowering you to gather insights, conduct market research, and enhance your app-r... | 7.5 | Get App Details | Retrieve app details about the app on the Play Store | 200 | Response | {"status": "ok", "timestamp": 1664566431760, "data": {"title": "Twitter", "description": "Join the conversation! \n\nExpand your social network and stay updated on what\u2019s trending now. Retweet, chime in on a thread, go viral, or just scroll through the Twitter timeline to stay on top of what\u2019s happening, whet... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "timestamp": {"type": "integer"}, "data": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "descriptionHTML": {"type": "string"}, "summary": {"type": "string"}, "... |
8beecdfb-6468-4009-8c2f-32113b7403ee/16bd0248-0f12-4fd2-947c-d544318b74eb/0/0 | Driving Directions | Get driving directions and best routes from an origin to a destination in real-time, from Google Maps. | 9.2 | Get Directions | Get driving directions from an origin to a destination. | 200 | Response | {"status": "OK", "request_id": "b7ad2b3d-a8be-4fea-9a12-bcd2b4b2ee12", "data": {"best_routes": [{"route_name": "US-101 S", "distance_meters": 64453, "distance_label": "40.0 miles", "duration_seconds": 2837, "duration_label": "47 min", "min_duration_seconds": 2405, "max_duration_seconds": 2961, "highlights": ["Fastest r... | {"type": "object", "properties": {"status": {"type": "string"}, "request_id": {"type": "string"}, "data": {"type": "object", "properties": {"best_routes": {"type": "array", "items": {"type": "object", "properties": {"route_name": {"type": "string"}, "distance_meters": {"type": "integer"}, "distance_label": {"type": "st... |
e0c98f3e-b4ec-4cba-a86b-7628cd8f8aa1/ee3b7628-6cb0-4579-8bb8-6dc9fdfbd60f/0/0 | Kick.com | 🟢💚 2023 API Kick.com | 6.2 | Channel Info | Get channel info | 200 | New Example | {"id": "145224", "user_id": 146923, "slug": "iceposeidon", "is_banned": false, "playback_url": "https://fa723fc1b171.us-west-2.playback.live-video.net/api/video/v1/us-west-2.196233775518.channel.aAMMC00nhtv0.m3u8?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJFUzM4NCJ9.eyJhd3M6Y2hhbm5lbC1hcm4iOiJhcm46YXdzOml2czp1cy13ZXN0LTI6MTk2MjMz... | {"type": "object", "properties": {"id": {"type": "string"}, "user_id": {"type": "integer"}, "slug": {"type": "string"}, "is_banned": {"type": "boolean"}, "playback_url": {"type": "string"}, "vod_enabled": {"type": "boolean"}, "subscription_enabled": {"type": "boolean"}, "followers_count": {"type": "integer"}, "subscrib... |
dfa87b3a-4684-431c-ab81-12ef242976f6/8576833d-3369-446e-9e70-cc531ea40fde/0/0 | Webit Content Moderation | Webit Content Moderation | null | Toxicity | Detect toxicity, homophobia, racism and xenophobia scores in a text. | 200 | Response | {"status": "success", "data": {"input_text": "You are a piece of shit. I'll kill you", "toxicity": {"score": 0.9983807802200317, "is_toxic": true, "is_severe": false, "types": {"obscene": 0.908363401889801, "threat": 0.9349408149719238, "insult": 0.8730114102363586, "identity_hate": 0.03455794230103493}}}, "message": n... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"input_text": {"type": "string"}, "toxicity": {"type": "object", "properties": {"score": {"type": "number"}, "is_toxic": {"type": "boolean"}, "is_severe": {"type": "bool... |
dfa87b3a-4684-431c-ab81-12ef242976f6/cba83026-b6f8-4c62-ad37-6fc6db8f7dce/0/0 | Webit Content Moderation | Webit Content Moderation | null | NSFW | NSFW Analysis and Classification. | 200 | Response | {"status": "success", "data": {"input_source": "url", "predictions": {"type": "photo", "rating": "explicit", "safety": "unsafe", "scores": {"nsfw": 0.954687814693898, "sfw": 0.04531218530610204}}}, "message": null} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"input_source": {"type": "string"}, "predictions": {"type": "object", "properties": {"type": {"type": "string"}, "rating": {"type": "string"}, "safety": {"type": "string... |
18c34a72-2b10-4ab7-98f2-396d71ba7220/6ea0bac1-f0ea-4a27-8577-748c6ea64907/0/0 | SchoolDigger K-12 School Data API | SchoolDigger's school data API gives you immediate access to over 125,000 U.S. K-12 schools and associated data, including school address, phone number, student body makeup, free-lunch program recipients, test scores and SchoolDigger ranking. Search for schools and school districts by name, city, zip code, lat/long, an... | 7.9 | Autocomplete | Returns a simple and quick list of schools for use in a client-typed autocomplete | 200 | Example_1 | {"schoolMatches": [{"schoolid": "", "schoolName": "", "city": "", "state": "", "zip": "", "schoolLevel": "", "lowGrade": "", "highGrade": "", "latitude": 0, "longitude": 0, "hasBoundary": true, "rank": 0, "rankOf": 0, "rankStars": 0}]} | {"type": "object", "properties": {"schoolMatches": {"description": "List of the schools that match the query", "type": "array", "items": {"type": "object", "properties": {"schoolid": {"description": "SchoolDigger School ID Number (12 digits). Use /schools/{schoolID} to retrieve the full school record", "type": "string"... |
18c34a72-2b10-4ab7-98f2-396d71ba7220/b9290bff-a07c-4723-848a-f10d3233c486/0/0 | SchoolDigger K-12 School Data API | SchoolDigger's school data API gives you immediate access to over 125,000 U.S. K-12 schools and associated data, including school address, phone number, student body makeup, free-lunch program recipients, test scores and SchoolDigger ranking. Search for schools and school districts by name, city, zip code, lat/long, an... | 7.9 | GetSchool | Retrieve a school record from the SchoolDigger database | 200 | Example_1 | {"schoolid": "", "schoolName": "", "phone": "", "url": "", "urlSchoolDigger": "", "urlCompareSchoolDigger": "", "address": {"latLong": {"latitude": 0, "longitude": 0}, "street": "", "city": "", "state": "", "stateFull": "", "zip": "", "zip4": "", "cityURL": "", "zipURL": "", "html": ""}, "locale": "", "lowGrade": "", "... | {"type": "object", "properties": {"schoolid": {"description": "SchoolDigger School ID Number (12 digits)", "type": "string"}, "schoolName": {"description": "School name", "type": "string"}, "phone": {"description": "School phone number", "type": "string"}, "url": {"description": "URL of the school's public website", "t... |
18c34a72-2b10-4ab7-98f2-396d71ba7220/8c44215f-a503-47c3-80d4-42adaa1c4ab6/0/0 | SchoolDigger K-12 School Data API | SchoolDigger's school data API gives you immediate access to over 125,000 U.S. K-12 schools and associated data, including school address, phone number, student body makeup, free-lunch program recipients, test scores and SchoolDigger ranking. Search for schools and school districts by name, city, zip code, lat/long, an... | 7.9 | GetSchools | Search the SchoolDigger database for schools. You may use any combination of criteria as query parameters. | 200 | Example_1 | {"numberOfSchools": 0, "numberOfPages": 0, "schoolList": [{"schoolid": "", "schoolName": "", "phone": "", "url": "", "urlCompare": "", "address": {"latLong": {"latitude": 0, "longitude": 0}, "street": "", "city": "", "state": "", "stateFull": "", "zip": "", "zip4": "", "cityURL": "", "zipURL": "", "html": ""}, "distanc... | {"type": "object", "properties": {"numberOfSchools": {"format": "int32", "description": "The total count of schools that match your query", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "numberOfPages": {"format": "int32", "description": "The total count of pages in your query list based on given p... |
18c34a72-2b10-4ab7-98f2-396d71ba7220/05e6eaf2-4e1d-4f8e-9d24-f5b69d84402a/0/0 | SchoolDigger K-12 School Data API | SchoolDigger's school data API gives you immediate access to over 125,000 U.S. K-12 schools and associated data, including school address, phone number, student body makeup, free-lunch program recipients, test scores and SchoolDigger ranking. Search for schools and school districts by name, city, zip code, lat/long, an... | 7.9 | GetRankSchools | Returns a SchoolDigger school ranking list | 200 | Example_1 | {"rankYear": 0, "rankYearCompare": 0, "rankYearsAvailable": [], "numberOfSchools": 0, "numberOfPages": 0, "schoolList": [{"schoolid": "", "schoolName": "", "phone": "", "url": "", "urlCompare": "", "address": {"latLong": {"latitude": 0, "longitude": 0}, "street": "", "city": "", "state": "", "stateFull": "", "zip": "",... | {"type": "object", "properties": {"rankYear": {"format": "int32", "description": "Year this ranking list represents (2018 = 2017-18)", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "rankYearCompare": {"format": "int32", "description": "Year rankings returned for comparison (2018 = 2017-18)", "type"... |
18c34a72-2b10-4ab7-98f2-396d71ba7220/ccccc407-7aa2-4bbe-88e3-cdfb216993bf/0/0 | SchoolDigger K-12 School Data API | SchoolDigger's school data API gives you immediate access to over 125,000 U.S. K-12 schools and associated data, including school address, phone number, student body makeup, free-lunch program recipients, test scores and SchoolDigger ranking. Search for schools and school districts by name, city, zip code, lat/long, an... | 7.9 | GetRankDistricts | Returns a SchoolDigger district ranking list | 200 | Example_1 | {"rankYear": 0, "rankYearCompare": 0, "rankYearsAvailable": [], "numberOfDistricts": 0, "numberOfPages": 0, "districtList": [{"districtID": "", "districtName": "", "phone": "", "url": "", "address": {"latLong": {"latitude": 0, "longitude": 0}, "street": "", "city": "", "state": "", "stateFull": "", "zip": "", "zip4": "... | {"type": "object", "properties": {"rankYear": {"format": "int32", "description": "Year this ranking list represents (2018 = 2017-18)", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "rankYearCompare": {"format": "int32", "description": "Year rankings returned for comparison (2018 = 2017-18)", "type"... |
18c34a72-2b10-4ab7-98f2-396d71ba7220/a5ac0f37-a5f5-4061-b7d4-9e25805536ff/0/0 | SchoolDigger K-12 School Data API | SchoolDigger's school data API gives you immediate access to over 125,000 U.S. K-12 schools and associated data, including school address, phone number, student body makeup, free-lunch program recipients, test scores and SchoolDigger ranking. Search for schools and school districts by name, city, zip code, lat/long, an... | 7.9 | GetDistrict | Retrieve a single district record from the SchoolDigger database | 200 | Example_1 | {"districtID": "", "districtName": "", "phone": "", "url": "", "address": {"latLong": {"latitude": 0, "longitude": 0}, "street": "", "city": "", "state": "", "stateFull": "", "zip": "", "zip4": "", "cityURL": "", "zipURL": "", "html": ""}, "boundary": {"polylineCollection": [{"polylineOverlayEncodedPoints": "", "number... | {"type": "object", "properties": {"districtID": {"description": "SchoolDigger District ID Number (7 digits)", "type": "string"}, "districtName": {"description": "District name", "type": "string"}, "phone": {"description": "District phone number", "type": "string"}, "url": {"description": "SchoolDigger URL for this dist... |
18c34a72-2b10-4ab7-98f2-396d71ba7220/278c2015-60a3-43e3-bcca-30d7c5b6a6ff/0/0 | SchoolDigger K-12 School Data API | SchoolDigger's school data API gives you immediate access to over 125,000 U.S. K-12 schools and associated data, including school address, phone number, student body makeup, free-lunch program recipients, test scores and SchoolDigger ranking. Search for schools and school districts by name, city, zip code, lat/long, an... | 7.9 | GetDistricts | Search the SchoolDigger database for districts. You may use any combination of criteria as query parameters. | 200 | Example_1 | {"numberOfDistricts": 0, "numberOfPages": 0, "districtList": [{"districtID": "", "districtName": "", "phone": "", "url": "", "address": {"latLong": {"latitude": 0, "longitude": 0}, "street": "", "city": "", "state": "", "stateFull": "", "zip": "", "zip4": "", "cityURL": "", "zipURL": "", "html": ""}, "locationIsWithinB... | {"type": "object", "properties": {"numberOfDistricts": {"format": "int32", "description": "The total count of districts that match your query", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "numberOfPages": {"format": "int32", "description": "The total count of pages in your query list based on giv... |
ffd7dd09-cc79-4f53-aea6-0ab2c2fa6876/endpoint_74090221-9595-4507-8d80-49e966c86b87/0/0 | Seaports Data | Explore the Seaports Data API, your comprehensive source for global seaport information. From small harbors to large piers, access detailed data including country, city, coordinates, UN/LOCODE, and contact information. Easily integrate with our API endpoints to enhance your application's navigation capabilities. | 7.3 | Seaports By City | Retrieve seaports by provided city name. Example, 'Chennai' | 200 | New Example | [{"Name": "Port of Chennai", "Authority": "Chennai Port Trust", "Country": "India", "Flag": "http://media.tekbunny.com/seaports/images/ind-flag.jpg", "Small_Map": "http://media.tekbunny.com/seaports/images/india_sm00.jpg", "Large_Map": "http://media.tekbunny.com/seaports/images/india_pol96.jpg", "Port_Address": {"Addre... | {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Authority": {"type": "string"}, "Country": {"type": "string"}, "Flag": {"type": "string"}, "Small_Map": {"type": "string"}, "Large_Map": {"type": "string"}, "Port_Address": {"type": "object", "properties": {"Address": {"type": "st... |
ffd7dd09-cc79-4f53-aea6-0ab2c2fa6876/endpoint_db0aa7f6-c2f9-400e-ad12-28b34bba75d1/0/0 | Seaports Data | Explore the Seaports Data API, your comprehensive source for global seaport information. From small harbors to large piers, access detailed data including country, city, coordinates, UN/LOCODE, and contact information. Easily integrate with our API endpoints to enhance your application's navigation capabilities. | 7.3 | Seaports By Size | Retrieve all seaports by Size. Example - "Large" | 200 | New Example | [{"Name": "St Lawrence Seaway", "Authority": "St. Lawrence Seaway Management Corporation", "Country": "Canada", "Flag": "http://media.tekbunny.com/seaports/images/can-flag.jpg", "Small_Map": "http://media.tekbunny.com/seaports/images/canada_sm99.jpg", "Large_Map": "http://media.tekbunny.com/seaports/images/canada_pol99... | {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Authority": {"type": "string"}, "Country": {"type": "string"}, "Flag": {"type": "string"}, "Small_Map": {"type": "string"}, "Large_Map": {"type": "string"}, "Port_Address": {"type": "object", "properties": {"Address": {"type": "st... |
ffd7dd09-cc79-4f53-aea6-0ab2c2fa6876/endpoint_51386435-df46-4df0-9463-1219011c91fe/0/0 | Seaports Data | Explore the Seaports Data API, your comprehensive source for global seaport information. From small harbors to large piers, access detailed data including country, city, coordinates, UN/LOCODE, and contact information. Easily integrate with our API endpoints to enhance your application's navigation capabilities. | 7.3 | Seaports By Country | Retrieve seaports by Country. Example, "India" | 200 | New Example | [{"Name": "Port of Alleppey", "Authority": "Alleppey Port Authority", "Country": "India", "Flag": "http://media.tekbunny.com/seaports/images/ind-flag.jpg", "Small_Map": "http://media.tekbunny.com/seaports/images/india_sm00.jpg", "Large_Map": "http://media.tekbunny.com/seaports/images/india_pol96.jpg", "Port_Address": {... | {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Authority": {"type": "string"}, "Country": {"type": "string"}, "Flag": {"type": "string"}, "Small_Map": {"type": "string"}, "Large_Map": {"type": "string"}, "Port_Address": {"type": "object", "properties": {"Address": {"type": "st... |
ffd7dd09-cc79-4f53-aea6-0ab2c2fa6876/endpoint_ca9016f6-f515-463e-bf37-0a5e63e9397c/0/0 | Seaports Data | Explore the Seaports Data API, your comprehensive source for global seaport information. From small harbors to large piers, access detailed data including country, city, coordinates, UN/LOCODE, and contact information. Easily integrate with our API endpoints to enhance your application's navigation capabilities. | 7.3 | Seaports By Code | Retrieve port by Code. Example, "INAZK" | 200 | New Example | [{"Name": "Port of Azhikkal", "Authority": "Ports Department Government of Kerala", "Country": "India", "Flag": "http://media.tekbunny.com/seaports/images/ind-flag.jpg", "Small_Map": "http://media.tekbunny.com/seaports/images/india_sm00.jpg", "Large_Map": "http://media.tekbunny.com/seaports/images/india_pol96.jpg", "P... | {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Authority": {"type": "string"}, "Country": {"type": "string"}, "Flag": {"type": "string"}, "Small_Map": {"type": "string"}, "Large_Map": {"type": "string"}, "Port_Address": {"type": "object", "properties": {"Address": {"type": "st... |
ffd7dd09-cc79-4f53-aea6-0ab2c2fa6876/endpoint_612a9975-b774-4849-ae58-ae48484718ee/0/0 | Seaports Data | Explore the Seaports Data API, your comprehensive source for global seaport information. From small harbors to large piers, access detailed data including country, city, coordinates, UN/LOCODE, and contact information. Easily integrate with our API endpoints to enhance your application's navigation capabilities. | 7.3 | Seaports By Name | List seaports by port name. Example, ''Yellow Creek Port" | 200 | New Example | [{"Name": "Port of Chennai", "Authority": "Chennai Port Trust", "Country": "India", "Flag": "http://media.tekbunny.com/seaports/images/ind-flag.jpg", "Small_Map": "http://media.tekbunny.com/seaports/images/india_sm00.jpg", "Large_Map": "http://media.tekbunny.com/seaports/images/india_pol96.jpg", "Port_Address": {"Addre... | {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Authority": {"type": "string"}, "Country": {"type": "string"}, "Flag": {"type": "string"}, "Small_Map": {"type": "string"}, "Large_Map": {"type": "string"}, "Port_Address": {"type": "object", "properties": {"Address": {"type": "st... |
b65e4151-95d2-41bd-a90d-669f145a06a3/11c172ea-1422-4a46-9bac-5e1612e84f87/0/0 | Cigars | Data about Cigar brands, Cigars, and country data | 8.8 | Get Brand by ID | Grab a Brand by it's Database ID | 200 | Response | {"brand": {"brandId": 15644, "name": "La Caridad del Cobre"}} | {"type": "object", "properties": {"brand": {"type": "object", "properties": {"brandId": {"type": "integer"}, "name": {"type": "string"}}}}} |
b65e4151-95d2-41bd-a90d-669f145a06a3/0247301c-bfc4-4fbe-9815-83cdf8910a37/0/0 | Cigars | Data about Cigar brands, Cigars, and country data | 8.8 | Get Brands | Get Cigar brands, paginated and searchable. | 400 | New Example | {"name": "ValidationError", "message": "page is a required field"} | {"type": "object", "properties": {"name": {"type": "string"}, "message": {"type": "string"}}} |
b65e4151-95d2-41bd-a90d-669f145a06a3/0247301c-bfc4-4fbe-9815-83cdf8910a37/1/0 | Cigars | Data about Cigar brands, Cigars, and country data | 8.8 | Get Brands | Get Cigar brands, paginated and searchable. | 200 | Response | {"brands": [{"brandId": 13664, "name": "100% Dominican"}, {"brandId": 13710, "name": "Aficionado Dominicana"}, {"brandId": 14240, "name": "CF Dominicana"}, {"brandId": 14526, "name": "Damn Good Dominicans"}, {"brandId": 14609, "name": "Dominican 3rds"}, {"brandId": 14610, "name": "Dominican Big Leaguer"}, {"brandId": 1... | {"type": "object", "properties": {"brands": {"type": "array", "items": {"type": "object", "properties": {"brandId": {"type": "integer"}, "name": {"type": "string"}}}}, "page": {"type": "integer"}, "count": {"type": "integer"}}} |
b65e4151-95d2-41bd-a90d-669f145a06a3/7d0bab24-468d-440c-8b67-3d2298dfd7e9/0/0 | Cigars | Data about Cigar brands, Cigars, and country data | 8.8 | Get Cigar Strengths | Get Enum of cigar strengths | 200 | Response | {"strengths": ["Mild", "Mild-Medium", "Medium", "Medium-Full", "Full"]} | {"type": "object", "properties": {"strengths": {"type": "array", "items": {"type": "string"}}}} |
b65e4151-95d2-41bd-a90d-669f145a06a3/d754f7ad-8426-4be3-9432-2acb8b8b37bd/0/0 | Cigars | Data about Cigar brands, Cigars, and country data | 8.8 | Get Cigar Average Ring Gauge | Get the average ring gauge of cigars, filter supported | 200 | Response | {"average": "49.1635"} | {"type": "object", "properties": {"average": {"type": "string"}}} |
b65e4151-95d2-41bd-a90d-669f145a06a3/0154b457-d093-48a5-89ab-a8221f5632c7/0/0 | Cigars | Data about Cigar brands, Cigars, and country data | 8.8 | Get Cigar Average Length | Get the average length of cigars, filter supported | 200 | Response | {"average": 5.9252} | {"type": "object", "properties": {"average": {"type": "number"}}} |
b65e4151-95d2-41bd-a90d-669f145a06a3/5fbf73d8-ed23-4460-af29-a0864369adfe/0/0 | Cigars | Data about Cigar brands, Cigars, and country data | 8.8 | Get Cigar by ID | Get a Cigar by it's Database ID | 200 | Response | {"cigar": {"cigarId": 87160, "brandId": 13711, "name": "Aganorsa Leaf (formerly Casa Fernandez) New Cuba Connecticut Torpedo", "length": 6, "ringGauge": 52, "country": "Nicaragua", "filler": "Nicaragua", "wrapper": "Connecticut Shade, Ecuador", "color": "Colorado Claro", "strength": "Mild-Medium"}} | {"type": "object", "properties": {"cigar": {"type": "object", "properties": {"cigarId": {"type": "integer"}, "brandId": {"type": "integer"}, "name": {"type": "string"}, "length": {"type": "integer"}, "ringGauge": {"type": "integer"}, "country": {"type": "string"}, "filler": {"type": "string"}, "wrapper": {"type": "stri... |
b65e4151-95d2-41bd-a90d-669f145a06a3/4a7f9f9c-3480-43dd-a33e-07eb6ebe8bac/0/0 | Cigars | Data about Cigar brands, Cigars, and country data | 8.8 | Get Colors | Get Enum of Cigar colors | 200 | Response | {"colors": ["Colorado Maduro", "Colorado Claro", "Colorado", "Maduro", "Rosado", "Naturale", "Claro", "Oscuro", "Double Claro", "Multiple", "Barber Pole"]} | {"type": "object", "properties": {"colors": {"type": "array", "items": {"type": "string"}}}} |
b65e4151-95d2-41bd-a90d-669f145a06a3/ca8085c4-3a4c-4de2-848d-f6111d1eefb7/0/0 | Cigars | Data about Cigar brands, Cigars, and country data | 8.8 | Get Cigars | Get cigar data, paginated with filters | 200 | Response | {"cigars": [{"cigarId": 87126, "brandId": 13711, "name": "Aganorsa Leaf (formerly Casa Fernandez) Connecticut Churchill", "length": 7, "ringGauge": 48, "country": "Nicaragua", "filler": "Nicaragua", "wrapper": "Connecticut, Ecuador", "color": "Colorado Claro", "strength": "Medium"}, {"cigarId": 87127, "brandId": 13711,... | {"type": "object", "properties": {"cigars": {"type": "array", "items": {"type": "object", "properties": {"cigarId": {"type": "integer"}, "brandId": {"type": "integer"}, "name": {"type": "string"}, "length": {"type": "number"}, "ringGauge": {"type": "integer"}, "country": {"type": "string"}, "filler": {"type": "string"}... |
3bcf1763-03db-45d7-accc-2a781651d3c3/2de7426e-8a0c-4fea-8f82-007dbefc35ac/0/0 | Get Keyword Suggestions for SEO and PPC | Hi-quality keyword research tool. Discover keyword suggestions and directly related keywords to perform in-depth keyword research. | 8.1 | getKeywordIdeas | Keywords research tool | 200 | Response | {"keywords": [{"keyword": "create online store website free", "language": "en", "competition": 0.13, "cpc": 17.86, "search_volume": 30, "core_keyword": "create a free online store website", "keyword_difficulty": 100, "google_monthly_searches": [{"year": 2023, "month": 6, "search_volume": 40}, {"year": 2023, "month": 5,... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"keywords": {"type": "array", "items": {"type": "object", "properties": {"keyword": {"type": "string"}, "language": {"type": "string"}, "competition": {"type": "number"}, "cpc": {"type": "number"}, "search_volume": {"type": "integer"}, "core... |
3cee7c40-9d3d-44d5-bb63-1bcf02a8684d/4dbecc15-8d3d-4604-a8db-647ab7dd569d/0/0 | API SIV - Système d'immatriculation des véhicules | L'api de plaque d'immatriculation en France est un outil en ligne pratique pour obtenir des informations sur les véhicules immatriculés en France. Il suffit de saisir la plaque d'immatriculation d'un véhicule pour obtenir des informations détaillées grâce à l'api de plaque d'immatriculation.
Avec l'api de plaque d'imma... | 8 | getCarInfo | This endpoint provides car info from a French car plate, all you need is to interrogate the path with the correct formatted car plate, example "/AA206bc". And you will get all info you need | 200 | Response | {"error": false, "code": "200", "data": {"AWN_carrosserie": "TS TERRAINS/CHEMINS", "AWN_carrosserie_carte_grise": "CI", "AWN_emission_co_2": "211", "AWN_code_moteur": "1AZFE", "AWN_VIN": "JTEHH20V200227091", "AWN_consommation_ex_urbaine": "7.3", "AWN_consommation_mixte": "8.8", "AWN_consommation_urbaine": "11.4", "AWN_... | {"type": "object", "properties": {"error": {"type": "boolean"}, "code": {"type": "string"}, "data": {"type": "object", "properties": {"AWN_carrosserie": {"type": "string"}, "AWN_carrosserie_carte_grise": {"type": "string"}, "AWN_emission_co_2": {"type": "string"}, "AWN_code_moteur": {"type": "string"}, "AWN_VIN": {"typ... |
267d4dff-2d64-4295-a2af-46fdcefaed7d/a3ee2f76-fa73-41ff-931c-f27cf6c568dc/0/0 | Address completion | Address autocompletion for partial and mis-spelled data. Ideal for forms, search fields, etc. | 9.3 | Address completion | The Address Autocomplete API allows developers to build location-based services like autocomplete fields. When a user enters a part of an address in the search box, the API provides suggestions for matching locations. | 200 | Example_1 | {"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {"datasource": {"sourcename": "openstreetmap", "neighbourhood": "Oldenfelde", "suburb": "Rahlstedt", "city_district": "Wandsbek", "country_code": "de", "osm_type": "W", "osm_id": 360386402, "display_name": "1, Wiebkestieg, Oldenfelde, Rahlsted... | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"datasource": {"type": "object", "properties": {"sourcename": {"type": "string"}, "neighbourhood": {"type": "... |
8b7b63e4-7343-4a4b-bd36-6f9721b3031c/1351ebe7-39f3-4ee1-8102-142b6e619772/0/0 | US States | Detailed and accurate information for each U.S. state and territory in JSON format. | 8.9 | Get subdivisions by abbreviation | Retrieve all state subdivisions for the provided state abbreviation. | 200 | New Example | [["Fairfield", "Hartford", "Litchfield", "Middlesex", "New Haven", "New London", "Tolland", "Windham"]] | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}} |
8b7b63e4-7343-4a4b-bd36-6f9721b3031c/1fb57fd0-6014-434f-bbeb-dbbed39ad017/0/0 | US States | Detailed and accurate information for each U.S. state and territory in JSON format. | 8.9 | Get metadata | Get value lists for common fields. | 200 | New Example | ["East North Central", "East South Central", "Mid-Atlantic", "Mountain", "New England", "Pacific", "South Atlantic", "West North Central", "West South Central"] | {"type": "array", "items": {"type": "string"}} |
8b7b63e4-7343-4a4b-bd36-6f9721b3031c/225b9f23-1f80-460c-845a-e130910b75cf/0/0 | US States | Detailed and accurate information for each U.S. state and territory in JSON format. | 8.9 | Get symbols by abbreviation | Retrieve all state symbols for the provided state abbreviation. | 200 | New Example | [{"song": "Our Folks at Home", "marine animal": "Florida Manatee", "fruit": "Orange", "tree": "Sabal Palm", "saltwater mammal": "Porpoise", "soil": "Myakka Soil", "heritage cattle breed": "Florida Cracker Cattle", "reptile": "American Alligator", "freshwater fish": "Florida Largemouth Bass", "pie": "Key Lime Pie", "gem... | {"type": "array", "items": {"type": "object", "properties": {"song": {"type": "string"}, "marine animal": {"type": "string"}, "fruit": {"type": "string"}, "tree": {"type": "string"}, "saltwater mammal": {"type": "string"}, "soil": {"type": "string"}, "heritage cattle breed": {"type": "string"}, "reptile": {"type": "str... |
8b7b63e4-7343-4a4b-bd36-6f9721b3031c/afaac7a4-6a4e-4cfb-be5b-824ab86472d7/0/0 | US States | Detailed and accurate information for each U.S. state and territory in JSON format. | 8.9 | Get states by time zone | get | 200 | New Example | [{"name": "Alaska", "postal": "AK", "capital": {"name": "Juneau", "latitude": "58.301598", "longitude": "-134.420212"}, "date": "Jan 3, 1959", "population": {"density_km": "<1", "total": "733391", "density_mi": "1"}, "nickname": "The Last Frontier", "fips": "02", "demonym": "Alaskan", "cities": [{"name": "Anchorage", "... | {"type": "array", "items": {"type": "object"}} |
8b7b63e4-7343-4a4b-bd36-6f9721b3031c/2d56f53f-912f-4f8c-ba3a-a03c285070f6/0/0 | US States | Detailed and accurate information for each U.S. state and territory in JSON format. | 8.9 | Get states by FIPS | Retrieve all fields for states matching the provided FIPS code(s). Multiple FIPS codes can be provided separated by commas. | 200 | New Example | [{"name": "Idaho", "postal": "ID", "capital": {"name": "Boise", "latitude": "43.617775", "longitude": "-116.199722"}, "date": "Jul 3, 1890", "population": {"density_km": "7", "total": "1839106", "density_mi": "20"}, "nickname": "Gem State", "fips": "16", "demonym": "Idahoan", "cities": [{"name": "Boise", "population": ... | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "postal": {"type": "string"}, "capital": {"type": "object", "properties": {"name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}}}, "date": {"type": "string"}, "population": {"type": "object", ... |
8b7b63e4-7343-4a4b-bd36-6f9721b3031c/979dea6c-a31c-451b-8bbc-29e6d1029d8e/0/0 | US States | Detailed and accurate information for each U.S. state and territory in JSON format. | 8.9 | Search states by capital | Retrieve all fields for states/territories matching the provided capital. Partial and full name searches are accepted. | 200 | New Example | [{"name": "Alaska", "postal": "AK", "capital": {"name": "Juneau", "latitude": "58.301598", "longitude": "-134.420212"}, "date": "Jan 3, 1959", "population": {"density_km": "<1", "total": "733391", "density_mi": "1"}, "nickname": "The Last Frontier", "fips": "02", "demonym": "Alaskan", "cities": [{"name": "Anchorage", "... | {"type": "array", "items": {"type": "object"}} |
8b7b63e4-7343-4a4b-bd36-6f9721b3031c/fd1c9f38-9915-4cb9-84c5-2e9e1b16f14a/0/0 | US States | Detailed and accurate information for each U.S. state and territory in JSON format. | 8.9 | Get states by abbreviation | Retrieve all fields for states/territories matching the provided abbreviation(s). Multiple abbreviations can be provided separated by commas. | 200 | New Example | [{"name": "New Jersey", "postal": "NJ", "capital": {"name": "Trenton", "latitude": "40.220596", "longitude": "-74.769913"}, "date": "Dec 18, 1787", "population": {"density_km": "470", "total": "9288994", "density_mi": "1218"}, "nickname": "Garden State", "fips": "34", "demonym": "New Jerseyan", "cities": [{"name": "New... | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "postal": {"type": "string"}, "capital": {"type": "object", "properties": {"name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}}}, "date": {"type": "string"}, "population": {"type": "object", ... |
8b7b63e4-7343-4a4b-bd36-6f9721b3031c/4d0e3077-0941-4988-b244-68d7cd6cc2c6/0/0 | US States | Detailed and accurate information for each U.S. state and territory in JSON format. | 8.9 | Get detailed state data | Retrieve all fields for each states and territory. | 200 | New Example | [{"name": "Rhode Island", "postal": "RI", "capital": {"name": "Providence", "latitude": "41.830914", "longitude": "-71.414963"}, "date": "May 29, 1790", "population": {"density_km": "394", "total": "1097379", "density_mi": "1021"}, "nickname": "Ocean State", "fips": "44", "demonym": "Rhode Islander", "cities": [{"name"... | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "postal": {"type": "string"}, "capital": {"type": "object", "properties": {"name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}}}, "date": {"type": "string"}, "population": {"type": "object", ... |
8b7b63e4-7343-4a4b-bd36-6f9721b3031c/59fd1b80-5eab-45b2-83ac-a1b1285e5b06/0/0 | US States | Detailed and accurate information for each U.S. state and territory in JSON format. | 8.9 | Get states by census division | Retrieve all fields for states matching the provided Census Division(s). Multiple census divisions can be provided separated by commas. | 200 | New Example | [{"name": "Arkansas", "postal": "AR", "capital": {"name": "Little Rock", "latitude": "34.746613", "longitude": "-92.288986"}, "date": "Jun 15, 1836", "population": {"density_km": "22", "total": "3011524", "density_mi": "57"}, "nickname": "Natural State", "fips": "05", "demonym": "Arkansan", "cities": [{"name": "Little ... | {"type": "array", "items": {"type": "object"}} |
8b7b63e4-7343-4a4b-bd36-6f9721b3031c/0aa66ecb-0726-4289-a7a1-19829d9e6d1a/0/0 | US States | Detailed and accurate information for each U.S. state and territory in JSON format. | 8.9 | Search states by name | Retrieve all fields for states/territories matching the provided Name. Name field is searched. Partial and full name searches are accepted. | 200 | New Example | [{"name": "Northern Mariana Islands", "postal": "MP", "capital": {"name": "Saipan", "latitude": "15.183333", "longitude": "145.75"}, "date": "Jan 9, 1978", "population": {"density_km": "118", "total": "47329", "density_mi": "307"}, "nickname": "H\u00e5fa Adai", "fips": "69", "demonym": "Mariana Islander", "cities": [{"... | {"type": "array", "items": {"type": "object"}} |
8b7b63e4-7343-4a4b-bd36-6f9721b3031c/7ce11382-6e12-44b8-8338-732f2f5844ef/0/0 | US States | Detailed and accurate information for each U.S. state and territory in JSON format. | 8.9 | Get basic state data | Retrieve name, abbreviation, capital, and population for each state and territory. | 200 | New Example | [{"name": "Wyoming", "postal": "WY", "capital": {"name": "Cheyenne", "latitude": "41.140259", "longitude": "-104.820236"}, "population": {"density_km": "2", "total": "576851", "density_mi": "6"}}] | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "postal": {"type": "string"}, "capital": {"type": "object", "properties": {"name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}}}, "population": {"type": "object", "properties": {"density_km":... |
c845198f-62c8-493b-91c2-5e912c6f5c8f/707a2b8a-dc03-48dd-a811-4505a5874fdf/0/0 | Plant Classifier | Identifier thousands of plants from jpg images. | null | /plantclassifier/prediction | 200 | null | [{"scientificName": "", "probability": 0}] | {"type": "array", "items": {"type": "object", "properties": {"scientificName": {"type": ["string", "null"]}, "probability": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}, "additionalProperties": false}} | |
c845198f-62c8-493b-91c2-5e912c6f5c8f/707a2b8a-dc03-48dd-a811-4505a5874fdf/1/0 | Plant Classifier | Identifier thousands of plants from jpg images. | null | /plantclassifier/prediction | 200 | null | [{"scientificName": "", "probability": 0}] | {"type": "array", "items": {"type": "object", "properties": {"scientificName": {"type": ["string", "null"]}, "probability": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}, "additionalProperties": false}} | |
398bda6b-29c9-4c07-8b59-76bbe44ab15b/cd7a3820-e3ef-45a9-85a3-210a58c23571/0/0 | Get Details By Pin Code - India | Get All Details By Pin Code - India | 9 | Get All Details By Pin Code | You can get all details by Pin Code as below
1) Id
2) postoffice_name
3) pincode
4) city_name
5) district_name
6) state_name | 200 | Response | {"details": [{"Id": 34741, "postoffice_name": "Acharya Vihar", "pincode": "751004", "city_name": "Bhubaneswar", "district_name": "Khorda", "state_name": "Orissa"}, {"Id": 34742, "postoffice_name": "Utkal University", "pincode": "751004", "city_name": "Bhubaneswar", "district_name": "Khorda", "state_name": "Orissa"}, {"... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"details": {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "integer"}, "postoffice_name": {"type": "string"}, "pincode": {"type": "string"}, "city_name": {"type": "string"}, "district_name": {"type": "string"}, "s... |
8fd495e2-615e-4cda-b841-94559938a93f/fb1cd583-d5f4-4152-a08d-4fc433f8d260/0/0 | YouTube Influencer Search | The YouTube Influencer Search API returns the most relevant influencers for your target keyword or domain. | 8.3 | createNewSearch | Make a new search | 200 | Response | {"id": 8, "client_id": 2, "query": "fashion bra review", "status": "new", "created_at": "2022-04-07T12:11:12.000Z", "updated_at": "2022-04-07T12:11:12.000Z"} | {"type": "object", "properties": {"id": {"type": "integer"}, "client_id": {"type": "integer"}, "query": {"type": "string"}, "status": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}} |
8fd495e2-615e-4cda-b841-94559938a93f/dc603271-fbc2-4708-9dee-bb373750e60f/0/0 | YouTube Influencer Search | The YouTube Influencer Search API returns the most relevant influencers for your target keyword or domain. | 8.3 | getAllSearches | Get all searches | 200 | Response | [{"id": 5, "client_id": 2, "query": "adoreme box", "status": "waiting_emails", "created_at": "2022-04-07T08:48:57.000Z", "updated_at": "2022-04-07T08:48:57.000Z"}] | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "client_id": {"type": "integer"}, "query": {"type": "string"}, "status": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}}} |
f1639cd5-81a4-4f50-98d4-cb1d1c00121e/endpoint_f0b3cb25-3f1d-48e1-a3f9-587312b74c2c/0/0 | glassdoor | Mantiks provide an easy and fast access to all companies and job information from Glassdoor job board.
Retrieve job postings in real time from Glassdoor with the important meta data as job title, job description, job publication date... | 8.6 | Job details | Crawl information for Glassdoor's Job. | 200 | Response | {"company": {"glassdoor_benefits_url": "/Benefits/Apex-Energy-Solutions-Benefits-E235675.htm", "glassdoor_overview_url": "/Overview/Working-at-Apex-Energy-Solutions-EI_IE235675.11,32.htm", "glassdoor_photos_url": "/Photos/Apex-Energy-Solutions-Office-Photos-E235675.htm", "glassdoor_reviews_url": "/Reviews/Apex-Energy-S... | {"type": "object", "properties": {"company": {"type": "object", "properties": {"glassdoor_benefits_url": {"type": "string"}, "glassdoor_overview_url": {"type": "string"}, "glassdoor_photos_url": {"type": "string"}, "glassdoor_reviews_url": {"type": "string"}, "glassdoor_salaries_url": {"type": "string"}, "id": {"type":... |
f1639cd5-81a4-4f50-98d4-cb1d1c00121e/endpoint_2bd11877-8e75-43e0-9b10-0d0f57b875f5/0/0 | glassdoor | Mantiks provide an easy and fast access to all companies and job information from Glassdoor job board.
Retrieve job postings in real time from Glassdoor with the important meta data as job title, job description, job publication date... | 8.6 | Company details | Crawl information for Glassdoor's Companies. | 200 | Response | {"description": "Our drive to change the world unites us!\r\n\r\nMicrosoft is the ideal place for people who have passion for their work and the desire to make an impact\u2014in their careers, in the community and on the world. Microsoft is a unique company; and not just within the tech industry. Here, smart people thr... | {"type": "object", "properties": {"description": {"type": "string"}, "facebook": {"type": "null"}, "final_id": {"type": "integer"}, "final_url": {"type": "string"}, "headquarters": {"type": "string"}, "id": {"type": "integer"}, "logo": {"type": "string"}, "name": {"type": "string"}, "revenue": {"type": "string"}, "sect... |
f1639cd5-81a4-4f50-98d4-cb1d1c00121e/endpoint_89763154-0f58-4678-beb2-c0413e01f8ce/0/0 | glassdoor | Mantiks provide an easy and fast access to all companies and job information from Glassdoor job board.
Retrieve job postings in real time from Glassdoor with the important meta data as job title, job description, job publication date... | 8.6 | Locations Search | Search a city / country / state to retrieve location_id / location_type. Useful for jobs search | 200 | Response | {"count": 3, "hits": [{"country_name": "United States", "full_type": "CITY", "id": 1128808, "long_name": "Chicago, IL (US)", "name": "Chicago, IL (US)", "type": "C"}, {"country_name": "United States", "full_type": "CITY", "id": 1157986, "long_name": "Chicago Heights, IL (US)", "name": "Chicago Heights, IL (US)", "type"... | {"type": "object", "properties": {"count": {"type": "integer"}, "hits": {"type": "array", "items": {"type": "object", "properties": {"country_name": {"type": "string"}, "full_type": {"type": "string"}, "id": {"type": "integer"}, "long_name": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}}}}... |
f1639cd5-81a4-4f50-98d4-cb1d1c00121e/endpoint_49285aa6-266e-4c0a-a46a-c0e26589c728/0/0 | glassdoor | Mantiks provide an easy and fast access to all companies and job information from Glassdoor job board.
Retrieve job postings in real time from Glassdoor with the important meta data as job title, job description, job publication date... | 8.6 | Companies Search | Search companies by name. | 200 | Response | {"count": 3, "hits": [{"confidence": 7.4236507, "id": 1651, "name": "Microsoft"}, {"confidence": 6.993018, "id": 1651, "name": "Microsoft Corporation"}, {"confidence": 5.8488173, "id": 1651, "name": "Microsoft Store"}]} | {"type": "object", "properties": {"count": {"type": "integer"}, "hits": {"type": "array", "items": {"type": "object", "properties": {"confidence": {"type": "number"}, "id": {"type": "integer"}, "name": {"type": "string"}}}}}} |
f1639cd5-81a4-4f50-98d4-cb1d1c00121e/endpoint_f914e0bd-444c-4bef-beb4-5431bb507597/0/0 | glassdoor | Mantiks provide an easy and fast access to all companies and job information from Glassdoor job board.
Retrieve job postings in real time from Glassdoor with the important meta data as job title, job description, job publication date... | 8.6 | Jobs Search | Search jobs with by keyword and location. | 200 | Response | {"count": 30, "hits": [{"company": null, "id": 1007429319583, "job_title_normalized": "Physician", "job_title_text": "Physician Liaison", "link": "/job/1007429319583", "location_id": 1128808, "location_name": "Chicago, IL", "location_type": "C"}, {"company": null, "id": 1007217218467, "job_title_normalized": "Sales Rep... | {"type": "object", "properties": {"count": {"type": "integer"}, "hits": {"type": "array", "items": {"type": "object"}}, "next_page": {"type": "object", "properties": {"next_page_cursor": {"type": "string"}, "next_page_id": {"type": "integer"}}}}} |
f4551ffe-5059-4b6d-80cd-9ecfbccdc613/c85da91c-ff2e-4411-b7f7-1fba09abc6b4/0/0 | House Plants | HOUSE PLANT DATABASE & RESTful API for house plant data (Over 300+ plant details/images) along with their description and information on how to best take care of them (ideal temperature, light, etc.)
NEW ROUTES COMING SOON (GetAllLite, GetByLatinName, GetByCommonName, GetCategories, GetAllByCategory) | 9.3 | GetAllCategories | Get all available categories for all plants | 200 | New Example | [{"Category": "Dracaena"}, {"Category": "Palm"}, {"Category": "Anthurium"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"Category": {"type": "string"}}, "required": ["Category"]}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.