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 |
|---|---|---|---|---|---|---|---|---|---|
f4551ffe-5059-4b6d-80cd-9ecfbccdc613/c9fa93e0-a036-4285-8220-4b94be8c6243/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 | GetByCategory | Get all item based on a category | 200 | New Example | [{"Categories": "Fern", "Disease": "Gray mold", "Use": ["Potted plant", "Ground cover", "Table top"], "Latin name": "Adiantum raddianum", "Insects": ["Mealy bug", "Aphid", "Snail"], "Avaibility": "Regular", "url": "http://www.tropicopia.com/house-plant/detail.np/detail-02.html", "Style": null, "Bearing": "Clump", "Ligh... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"Categories": {"type": "string"}, "Disease": {"type": "string"}, "Use": {"type": "array", "items": {"type": "string"}}, "Latin name": {"type": "string"}, "Insects": {"type": "array", "items": {"type": "string"}}, "... |
9b79a1cd-39ed-4e1a-ba29-d3301f530197/a0560979-6463-47ef-8161-8441c48f3a9a/0/0 | Real-Time Events Search | Search for local and online events such as concerts, workshops, festivals, movies and more on Google in real-time. | 9.4 | Search Events | Search for local public events in real-time. Supports filters and options as available on Google Events (i.e date and online filters). | 200 | Response | {"status": "OK", "request_id": "3db8ceac-006e-46d9-832d-9b8519336ea1", "parameters": {"query": "workshops in san-francisco", "start": 0}, "data": [{"event_id": "/g/11sv_49x8t", "name": "Gabriel Miss\u00e9 & Maru Rifourcat's workshops in SF", "link": "https://allevents.in/cotati/natasha?ref=eventlist-also-sugg", "descri... | {"type": "object", "properties": {"status": {"type": "string"}, "request_id": {"type": "string"}, "parameters": {"type": "object", "properties": {"query": {"type": "string"}, "start": {"type": "integer"}}}, "data": {"type": "array", "items": {"type": "object"}}}} |
20a454be-f7fd-4443-97a0-6bc35622df61/d990528c-3982-4fd1-b0e4-3176fbb11567/0/0 | Youtube video subtitles list | Youtube video subtitle list | 9.4 | SubtitleList | Get list of subtitle for video | 200 | New Example | [{"baseUrl": "https://www.youtube.com/api/timedtext?v=ibCg9o5Wfhs&caps=asr&xoaf=4&hl=ru&ip=0.0.0.0&ipbits=0&expire=1657501307&sparams=ip,ipbits,expire,v,caps,xoaf&signature=DC12FCE852D393F73DCE43553B7925107FC0BB0A.CD820B5B9B0D695BDA0C6B72E1177802B0B832CF&key=yt8&kind=asr&lang=ru", "name": {"simpleText": "\u0420\u0443\u... | {"type": "array", "items": {"type": "object", "properties": {"baseUrl": {"type": "string"}, "name": {"type": "object", "properties": {"simpleText": {"type": "string"}}}, "vssId": {"type": "string"}, "languageCode": {"type": "string"}, "kind": {"type": "string"}, "isTranslatable": {"type": "boolean"}}}} |
7d59afd9-9e53-40e2-acca-4139b9821f47/43314f81-8aa5-4448-97ae-edfb295ee742/0/0 | 🔴 Reddit 🔴 Daddy | This API allows users to scrape data from any subreddit, including new, top and rising posts. | 8.6 | subreddit top | his endpoint accepts a JSON object with a 'data' key that contains either the subreddit name or URL. It returns a JSON object containing detailed data about each top post in the subreddit.
Example input:
json
Copy code
{
"data": "https://www.reddit.com/r/example"
}
Or:
json
Copy code
{
"data": "example"
} | 200 | Example | {"post_kind": "text", "author": "author1", "author_id": "1", "time_posted": "1628608261000", "title": "example title", "body_text": "example body text", "permalink": "/r/example/comments/abc/example_title/", "comment_count": "5", "score": "6", "content-href": "N/A", "external_links": "N/A"} | {"type": "object", "properties": {"post_kind": {"type": "string"}, "author": {"type": "string"}, "author_id": {"type": "string"}, "time_posted": {"type": "string"}, "title": {"type": "string"}, "body_text": {"type": "string"}, "permalink": {"type": "string"}, "comment_count": {"type": "string"}, "score": {"type": "stri... |
7d59afd9-9e53-40e2-acca-4139b9821f47/653ceec6-2e88-40b1-b107-6e96fb2363ef/0/0 | 🔴 Reddit 🔴 Daddy | This API allows users to scrape data from any subreddit, including new, top and rising posts. | 8.6 | subreddit rising | his endpoint accepts a JSON object with a 'data' key that contains either the subreddit name or URL. It returns a JSON object containing detailed data about each rising post in the subreddit.
Example input:
json
Copy code
{
"data": "https://www.reddit.com/r/example"
}
Or:
json
Copy code
{
"data": "example"
} | 200 | Example | {"post_kind": "text", "author": "author1", "author_id": "1", "time_posted": "1628608261000", "title": "example title", "body_text": "example body text", "permalink": "/r/example/comments/abc/example_title/", "comment_count": "5", "score": "6", "content-href": "N/A", "external_links": "N/A"} | {"type": "object", "properties": {"post_kind": {"type": "string"}, "author": {"type": "string"}, "author_id": {"type": "string"}, "time_posted": {"type": "string"}, "title": {"type": "string"}, "body_text": {"type": "string"}, "permalink": {"type": "string"}, "comment_count": {"type": "string"}, "score": {"type": "stri... |
7d59afd9-9e53-40e2-acca-4139b9821f47/b1e069ca-191d-49b1-9c06-c88265e120ed/0/0 | 🔴 Reddit 🔴 Daddy | This API allows users to scrape data from any subreddit, including new, top and rising posts. | 8.6 | subreddit new | his endpoint accepts a JSON object with a 'data' key that contains either the subreddit name or URL. It returns a JSON object containing detailed data about each new post in the subreddit.
Example input:
json
Copy code
{
"data": "https://www.reddit.com/r/example"
}
Or:
json
Copy code
{
"data": "example"
} | 200 | Example | {"post_kind": "text", "author": "author1", "author_id": "1", "time_posted": "1628608261000", "title": "example title", "body_text": "example body text", "permalink": "/r/example/comments/abc/example_title/", "comment_count": "5", "score": "6", "content-href": "N/A", "external_links": "N/A"} | {"type": "object", "properties": {"post_kind": {"type": "string"}, "author": {"type": "string"}, "author_id": {"type": "string"}, "time_posted": {"type": "string"}, "title": {"type": "string"}, "body_text": {"type": "string"}, "permalink": {"type": "string"}, "comment_count": {"type": "string"}, "score": {"type": "stri... |
7d59afd9-9e53-40e2-acca-4139b9821f47/93d60baa-0669-4b09-8f0e-36b4073c1798/0/0 | 🔴 Reddit 🔴 Daddy | This API allows users to scrape data from any subreddit, including new, top and rising posts. | 8.6 | subreddit | his endpoint accepts a JSON object with a 'data' key that contains either the subreddit name or URL. It returns a JSON object containing detailed data about each post in the subreddit.
Example input:
json
Copy code
{
"data": "https://www.reddit.com/r/example"
}
Or:
json
Copy code
{
"data": "example"
} | 200 | Example | {"post_kind": "text", "author": "author1", "author_id": "1", "time_posted": "1628608261000", "title": "example title", "body_text": "example body text", "permalink": "/r/example/comments/abc/example_title/", "comment_count": "5", "score": "6", "content-href": "N/A", "external_links": "N/A"} | {"type": "object", "properties": {"post_kind": {"type": "string"}, "author": {"type": "string"}, "author_id": {"type": "string"}, "time_posted": {"type": "string"}, "title": {"type": "string"}, "body_text": {"type": "string"}, "permalink": {"type": "string"}, "comment_count": {"type": "string"}, "score": {"type": "stri... |
9b2179fa-01f1-453a-8232-0af942c57bae/d30cbfea-b748-452a-96c3-5ba24d2e0ee7/0/0 | Payment card numbers generator | A simple service to generate random credit/debit card numbers | 8.3 | Generate | Generate payment card numbers
Default values
scheme: "visa"
count: 5 | 200 | Response | {"scheme": "VISA", "cards": ["4916285617500998", "4485398622597940", "4532628003187991", "4024007151285508", "4532034366123436"]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"scheme": {"type": "string"}, "cards": {"type": "array", "items": {"type": "string"}}}, "required": ["cards", "scheme"]} |
8ada3ea4-d582-4868-a4c2-54b283f1efd1/b731b813-3419-4c34-b084-f196af9e0616/0/0 | Redfin.com Data | Real-time data, unofficial API Redfin com, search for-sale and rental listings
Redfin com is a prominent online real estate marketplace in the United States that specializes in buying and selling residential properties. | 9.3 | Autocomplete | Autocomplete | 200 | New Example | {"data": {"extraResults": {}, "hasFakeResults": false, "isGeocoded": false, "isRedfinServiced": false, "responseTime": 0, "sections": [{"name": "Places", "rows": [{"active": true, "businessMarketIds": [66, 17], "claimedHome": false, "countryCode": "US", "id": "2_30749", "internalSearchVolume": 24367, "invalidMRS": fals... | {"type": "object", "properties": {"data": {"type": "object", "properties": {"extraResults": {"type": "object"}, "hasFakeResults": {"type": "boolean"}, "isGeocoded": {"type": "boolean"}, "isRedfinServiced": {"type": "boolean"}, "responseTime": {"type": "integer"}, "sections": {"type": "array", "items": {"type": "object"... |
8ada3ea4-d582-4868-a4c2-54b283f1efd1/33dbd368-5e40-4e58-8e79-9cd2a1963c47/0/0 | Redfin.com Data | Real-time data, unofficial API Redfin com, search for-sale and rental listings
Redfin com is a prominent online real estate marketplace in the United States that specializes in buying and selling residential properties. | 9.3 | agents/search | agents/search | 200 | New Example | {"data": [{"adminOnlyPhoneNumber": false, "agentId": 27503, "complianceText": "", "givenName": "Zachariah", "isPremier": false, "languages": [], "name": "Zachariah McBride", "numReviews": 52, "partner": false, "pastYearDeals": 25, "pastYearDealsInRegion": 1, "phoneNumber": "(240) 345-3404", "photoUrl": "https://ssl.cdn... | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"adminOnlyPhoneNumber": {"type": "boolean"}, "agentId": {"type": "integer"}, "complianceText": {"type": "string"}, "givenName": {"type": "string"}, "isPremier": {"type": "boolean"}, "languages": {"type": "array"}, "na... |
8ada3ea4-d582-4868-a4c2-54b283f1efd1/b42ba0d7-3f79-4e7b-9f8e-737b8c8df808/0/0 | Redfin.com Data | Real-time data, unofficial API Redfin com, search for-sale and rental listings
Redfin com is a prominent online real estate marketplace in the United States that specializes in buying and selling residential properties. | 9.3 | agents/auto-complete | agents/auto-complete | 200 | New Example | {"data": [{"active": true, "claimedHome": false, "countryCode": "US", "id": "10_350594", "invalidMRS": false, "name": "Chase Agents", "subName": "Citrus Heights, CA, USA", "type": "10", "url": "/neighborhood/350594/CA/Citrus-Heights/Chase/real-estate/agents"}, {"active": true, "claimedHome": false, "countryCode": "US",... | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"active": {"type": "boolean"}, "claimedHome": {"type": "boolean"}, "countryCode": {"type": "string"}, "id": {"type": "string"}, "invalidMRS": {"type": "boolean"}, "name": {"type": "string"}, "subName": {"type": "strin... |
1d6d9a53-3c84-4e70-90f0-229bc7af2e2f/50eac345-7cbb-4814-a233-2fea2e5ed408/0/0 | US Zipcodes | The API offers detailed data about zip codes in the USA, including geographic coordinates, county, city, and time zone. This information is valuable for targeted marketing, data analysis, and location-based services. Users can retrieve location-specific details about a given zip code using the API. | 7.5 | code_search | Find by city name | 400 | Example_1 | {"status": true, "message": "", "query": ""} | {"type": "object", "properties": {"status": {"type": "boolean"}, "message": {"type": "string"}, "query": {"type": "string"}}} |
1d6d9a53-3c84-4e70-90f0-229bc7af2e2f/50eac345-7cbb-4814-a233-2fea2e5ed408/1/0 | US Zipcodes | The API offers detailed data about zip codes in the USA, including geographic coordinates, county, city, and time zone. This information is valuable for targeted marketing, data analysis, and location-based services. Users can retrieve location-specific details about a given zip code using the API. | 7.5 | code_search | Find by city name | 200 | Example_1 | [{"zip_code": "10032", "state": "New York", "state_code": "NY", "city": "New York", "population": 63214, "timezone": "America/New_York", "latitude": 40.83884, "longitude": -73.94279}, {"zip_code": "51656", "state": "Iowa", "state_code": "IA", "city": "Yorktown", "population": 37, "timezone": "America/Chicago", "latitud... | {"type": "array", "items": {"type": "object", "properties": {"zip_code": {"type": "string"}, "state": {"type": "string"}, "state_code": {"type": "string"}, "city": {"type": "string"}, "population": {"type": "integer"}, "timezone": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}}}} |
1d6d9a53-3c84-4e70-90f0-229bc7af2e2f/50eac345-7cbb-4814-a233-2fea2e5ed408/3/0 | US Zipcodes | The API offers detailed data about zip codes in the USA, including geographic coordinates, county, city, and time zone. This information is valuable for targeted marketing, data analysis, and location-based services. Users can retrieve location-specific details about a given zip code using the API. | 7.5 | code_search | Find by city name | 404 | Example_1 | {"status": true, "message": "", "query": ""} | {"type": "object", "properties": {"status": {"type": "boolean"}, "message": {"type": "string"}, "query": {"type": "string"}}} |
1d6d9a53-3c84-4e70-90f0-229bc7af2e2f/c78ba912-0724-4d11-b0bd-a2c91dc59e34/1/0 | US Zipcodes | The API offers detailed data about zip codes in the USA, including geographic coordinates, county, city, and time zone. This information is valuable for targeted marketing, data analysis, and location-based services. Users can retrieve location-specific details about a given zip code using the API. | 7.5 | code_get | Return a zip code detail | 404 | Example_1 | {"status": true, "message": "", "query": ""} | {"type": "object", "properties": {"status": {"type": "boolean"}, "message": {"type": "string"}, "query": {"type": "string"}}} |
1d6d9a53-3c84-4e70-90f0-229bc7af2e2f/c78ba912-0724-4d11-b0bd-a2c91dc59e34/2/0 | US Zipcodes | The API offers detailed data about zip codes in the USA, including geographic coordinates, county, city, and time zone. This information is valuable for targeted marketing, data analysis, and location-based services. Users can retrieve location-specific details about a given zip code using the API. | 7.5 | code_get | Return a zip code detail | 200 | Example_1 | {"zip_code": "05033", "state": "Vermont", "state_code": "VT", "city": "Bradford", "population": 2572, "timezone": "America/New_York", "latitude": 44.00888, "longitude": -72.15799} | {"type": "object", "properties": {"zip_code": {"type": "string"}, "state": {"type": "string"}, "state_code": {"type": "string"}, "city": {"type": "string"}, "population": {"type": "integer"}, "timezone": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}}} |
dd62bd4f-fc54-411b-b74c-0eead431a010/e7bb3faf-3bcb-489b-be81-faae0a1c005c/0/0 | Zipcodebase Zip Code Search | Zip Code API - Free Access to Worldwide Postal Code Data | 9.3 | Postalcode to location information (/search) | This endpoint allows you to receive information for one or multiple given postalcodes. | 200 | Response | {"query": {"codes": ["10005"], "country": null}, "results": {"10005": [{"city": "Ouled Zidane", "country_code": "DZ", "latitude": "36.26960000", "longitude": "3.66360000", "postal_code": "10005", "province": null, "province_code": null, "state": "Bouira", "state_code": "10"}, {"city": "Ain Bessem", "country_code": "DZ"... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"query": {"type": "object", "properties": {"codes": {"type": "array", "items": {"type": "string"}}, "country": {"type": "null"}}, "required": ["codes", "country"]}, "results": {"type": "object", "properties": {"10005": {"type": "array", "ite... |
3a0708da-3096-46e5-aabf-91e3326500b5/0f9769dd-621e-4f9a-b225-5cd9681b51ab/0/0 | YouTube | With the YouTube Data API, you can add various YouTube features to your app. Use the API for search, videos, playlists, channels and more. | 9.9 | Search | Search | 200 | Response | {"contents": [{"type": "video", "video": {"author": {"avatar": [{"height": 68, "url": "https://yt3.ggpht.com/8Lwf4LCR2VmxD2JKiozRu7Lo2jGdnhRs42NawHmMN_xJ8TdW-30e3J9DhumEksivp1Esog4A=s88-c-k-c0x00ffffff-no-rj", "width": 68}], "badges": [{"text": "Official Artist Channel", "type": "OFFICIAL_ARTIST_CHANNEL"}], "canonicalB... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"contents": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "video": {"type": "object", "properties": {"author": {"type": "object", "properties": {"avatar": {"type": "array", "items": {"type": "object... |
3a0708da-3096-46e5-aabf-91e3326500b5/4c5ad961-4fc2-4066-bd68-6ea5bb94408c/0/0 | YouTube | With the YouTube Data API, you can add various YouTube features to your app. Use the API for search, videos, playlists, channels and more. | 9.9 | Auto Complete | Auto Complete | 200 | Response | {"query": "despacito", "results": ["despacito", "despacito justin bieber", "despacito lyrics", "despacito song", "despacito remix", "despacito slowed", "despacito dance", "despacito english version", "despacito karaoke", "despacito luis fonsi", "despacito piano", "despacito cover", "despacito 1 hour", "despacito guitar... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"query": {"type": "string"}, "results": {"type": "array", "items": {"type": "string"}}}, "required": ["query", "results"]} |
3a0708da-3096-46e5-aabf-91e3326500b5/17b5b931-9482-46d3-a4c7-599e403d96e6/0/0 | YouTube | With the YouTube Data API, you can add various YouTube features to your app. Use the API for search, videos, playlists, channels and more. | 9.9 | Home | Home | 200 | Response | {"contents": [{"type": "video", "video": {"author": {"avatar": [{"height": 68, "url": "https://yt3.ggpht.com/DQKHWL4ZSGJdb_XOc3MjWQrLwDuUwdmqTp7BKahvdTYEazfp0PqRF79eaHbsCPhPyGecLjL9UsM=s68-c-k-c0x00ffffff-no-rj", "width": 68}], "badges": [{"text": "Verified", "type": "VERIFIED_CHANNEL"}], "canonicalBaseUrl": "/@KaiCena... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"contents": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "video": {"type": "object", "properties": {"author": {"type": "object", "properties": {"avatar": {"type": "array", "items": {"type": "object... |
3a0708da-3096-46e5-aabf-91e3326500b5/ec94e76b-0c7b-4de5-8674-8ec696f369a5/0/0 | YouTube | With the YouTube Data API, you can add various YouTube features to your app. Use the API for search, videos, playlists, channels and more. | 9.9 | Channel Channels | Channel Channels | 200 | Response | {"contents": [{"channel": {"avatar": [{"height": 48, "url": "https://yt3.ggpht.com/z-V7NoY8nmFQyUNfQLQqxsD1RTCqn9Im3uj5dL8r65ti7wO1dUmle2JeiBzpT_MWgKTw8jvxpG0=s48-c-k-c0x00ffffff-no-rj-mo", "width": 48}, {"height": 88, "url": "https://yt3.ggpht.com/z-V7NoY8nmFQyUNfQLQqxsD1RTCqn9Im3uj5dL8r65ti7wO1dUmle2JeiBzpT_MWgKTw8jv... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"contents": {"type": "array", "items": {"type": "object", "properties": {"channel": {"type": "object", "properties": {"avatar": {"type": "array", "items": {"type": "object", "properties": {"height": {"type": "integer"}, "url": {"type": "stri... |
3a0708da-3096-46e5-aabf-91e3326500b5/51156885-a1eb-4a19-9e6b-fcc6b8a3f3c8/0/0 | YouTube | With the YouTube Data API, you can add various YouTube features to your app. Use the API for search, videos, playlists, channels and more. | 9.9 | Channel Community | Channel Community | 200 | Response | {"contents": [{"post": {"attachment": {"images": [{"source": [{"height": 288, "url": "https://yt3.ggpht.com/zCko2fTP7SBHHe7K0WhMJizMx8mFWoGYGZSzg97xtMNgRMY3lsTT5BLKuDxalpD1kyEDEWXeXHQi9Q=s288-c-fcrop64=1,37e00000c81fffff-nd-v1-rwa", "width": 288}, {"height": 293, "url": "https://yt3.ggpht.com/zCko2fTP7SBHHe7K0WhMJizMx8... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"contents": {"type": "array", "items": {"type": "object", "properties": {"post": {"type": "object", "properties": {"attachment": {"type": "object", "properties": {"images": {"type": "array", "items": {"type": "object", "properties": {"source... |
3a0708da-3096-46e5-aabf-91e3326500b5/117cadd4-a405-44e0-b34f-e5b99d21d9da/0/0 | YouTube | With the YouTube Data API, you can add various YouTube features to your app. Use the API for search, videos, playlists, channels and more. | 9.9 | Channel Playlists | Channel Playlists | 200 | Response | {"collections": [{"filter": "created_playlists_newest", "title": "Date added (newest)"}, {"filter": "created_playlists_last_video_added", "title": "Last video added"}, {"filter": "EglwbGF5bGlzdHMgMnAM", "title": "WWE Shows"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"collections": {"type": "array", "items": {"type": "object", "properties": {"filter": {"type": "string"}, "title": {"type": "string"}}, "required": ["filter", "title"]}}}, "required": ["collections"]} |
3a0708da-3096-46e5-aabf-91e3326500b5/7dcb322b-61c5-4ac9-a219-d5bca0124e62/0/0 | YouTube | With the YouTube Data API, you can add various YouTube features to your app. Use the API for search, videos, playlists, channels and more. | 9.9 | Channel Videos | Channel Videos | 200 | Response | {"contents": [{"badges": ["CC"], "isLiveNow": false, "lengthSeconds": 191, "movingThumbnails": [{"height": 180, "url": "https://i.ytimg.com/an_webp/87M7CzCYMps/mqdefault_6s.webp?du=3000&sqp=CIfKpZUG&rs=AOn4CLCkA072e0eB1hqlcw7yiSsFmcx3EA", "width": 320}], "publishedTimeText": "13 minutes ago", "stats": {"views": 7555}, ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"contents": {"type": "array", "items": {"type": "object", "properties": {"badges": {"type": "array", "items": {"type": "string"}}, "isLiveNow": {"type": "boolean"}, "lengthSeconds": {"type": "integer"}, "movingThumbnails": {"type": "array", ... |
3a0708da-3096-46e5-aabf-91e3326500b5/233a49ee-b762-4678-a532-6e7271fe7298/0/0 | YouTube | With the YouTube Data API, you can add various YouTube features to your app. Use the API for search, videos, playlists, channels and more. | 9.9 | Channel Details | Channel Details | 200 | Response | {"artistBio": null, "avatar": [{"height": 48, "url": "https://yt3.ggpht.com/ytc/AKedOLQhW5ilWNDmw4kpwrVc899jT-sx0AJjg5pZJVpqbGY=s48-c-k-c0x00ffffff-no-rj", "width": 48}, {"height": 88, "url": "https://yt3.ggpht.com/ytc/AKedOLQhW5ilWNDmw4kpwrVc899jT-sx0AJjg5pZJVpqbGY=s88-c-k-c0x00ffffff-no-rj", "width": 88}, {"height": ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"artistBio": {"type": "null"}, "avatar": {"type": "array", "items": {"type": "object", "properties": {"height": {"type": "integer"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["height", "url", "width"]}}, "badges"... |
3a0708da-3096-46e5-aabf-91e3326500b5/0a9e43fc-da80-4a6f-a7e3-4a53604f3b4c/0/0 | YouTube | With the YouTube Data API, you can add various YouTube features to your app. Use the API for search, videos, playlists, channels and more. | 9.9 | Community Post Comments | Community Post Comments | 200 | Response | {"comments": [{"author": {"avatar": [{"height": 48, "url": "https://yt3.ggpht.com/ALE4rYnHvk7UZnsn2aRsymvCidOXb6D4hmrXtKVLK-gLGD4H_CUlFsdHn846rfQwb5Y6n0KHaw=s48-c-k-c0x00ffffff-no-rj", "width": 48}, {"height": 88, "url": "https://yt3.ggpht.com/ALE4rYnHvk7UZnsn2aRsymvCidOXb6D4hmrXtKVLK-gLGD4H_CUlFsdHn846rfQwb5Y6n0KHaw=s... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"comments": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "object", "properties": {"avatar": {"type": "array", "items": {"type": "object", "properties": {"height": {"type": "integer"}, "url": {"type": "strin... |
3a0708da-3096-46e5-aabf-91e3326500b5/80e28993-1261-4285-ad6a-19b09a6e6342/0/0 | YouTube | With the YouTube Data API, you can add various YouTube features to your app. Use the API for search, videos, playlists, channels and more. | 9.9 | Community Post Details | Community Post Details | 200 | Response | {"cursorComments": "4qmFsgLxARIYVUNKNXZfTUNZNkdOVUJUTzgtRDNYb0FnGtQBRWdsamIyMXRkVzVwZEhuS0FTZXlBU1JWWjJ0NFExZGxTMUJwU1U5TWMyNW9YelZoTUUxUVNGZERiVmxuWW1ocFptZDNTVnJxQWdRUUFSZ0JxZ05iSWtjd0FOZ0JBZW9CSkZWbmEzaERWMlZMVUdsSlQweHpibWhmTldFd1RWQklWME50V1dkaWFHbG1aM2RKV3ZJQkdGVkRTalYyWDAxRFdUWkhUbFZDVkU4NExVUXpXRzlCWjBJUVkyOXRi... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"cursorComments": {"type": "string"}, "post": {"type": "object", "properties": {"attachment": {"type": "object", "properties": {"images": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "array", "items": {"typ... |
3a0708da-3096-46e5-aabf-91e3326500b5/eca490e4-6d39-4524-95a2-77a76d982db5/0/0 | YouTube | With the YouTube Data API, you can add various YouTube features to your app. Use the API for search, videos, playlists, channels and more. | 9.9 | Video Streaming Data | Video Streaming Data | 200 | Response | {"adaptiveFormats": [{"approxDurationMs": "136208", "averageBitrate": 837914, "bitrate": 1271365, "contentLength": "14266328", "fps": 24, "height": 720, "indexRange": {"end": "1107", "start": "740"}, "initRange": {"end": "739", "start": "0"}, "itag": 136, "lastModified": "1577428497839323", "mimeType": "video/mp4; code... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"adaptiveFormats": {"type": "array", "items": {"type": "object", "properties": {"approxDurationMs": {"type": "string"}, "averageBitrate": {"type": "integer"}, "bitrate": {"type": "integer"}, "contentLength": {"type": "string"}, "fps": {"type... |
3a0708da-3096-46e5-aabf-91e3326500b5/8ace2f84-6cae-47d4-a040-937ba4bb8bac/0/0 | YouTube | With the YouTube Data API, you can add various YouTube features to your app. Use the API for search, videos, playlists, channels and more. | 9.9 | Video Details | Video Details | 200 | Response | {"author": {"avatar": [{"height": 48, "url": "https://yt3.ggpht.com/8Lwf4LCR2VmxD2JKiozRu7Lo2jGdnhRs42NawHmMN_xJ8TdW-30e3J9DhumEksivp1Esog4A=s48-c-k-c0x00ffffff-no-nd-rj", "width": 48}, {"height": 88, "url": "https://yt3.ggpht.com/8Lwf4LCR2VmxD2JKiozRu7Lo2jGdnhRs42NawHmMN_xJ8TdW-30e3J9DhumEksivp1Esog4A=s88-c-k-c0x00fff... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"author": {"type": "object", "properties": {"avatar": {"type": "array", "items": {"type": "object", "properties": {"height": {"type": "integer"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["height", "url", "width"... |
3a0708da-3096-46e5-aabf-91e3326500b5/12a045a5-787f-4a31-ac54-3f4033897d19/0/0 | YouTube | With the YouTube Data API, you can add various YouTube features to your app. Use the API for search, videos, playlists, channels and more. | 9.9 | Playlist Details | Playlist Details | 200 | Response | {"author": {"avatar": [{"height": 48, "url": "https://yt3.ggpht.com/ytc/AKedOLQ57GCD5SwnCjf7C5u-zIDkojmy12PuVy0-SzOO=s48-c-k-c0x00ffffff-no-rj", "width": 48}, {"height": 88, "url": "https://yt3.ggpht.com/ytc/AKedOLQ57GCD5SwnCjf7C5u-zIDkojmy12PuVy0-SzOO=s88-c-k-c0x00ffffff-no-rj", "width": 88}, {"height": 176, "url": "h... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"author": {"type": "object", "properties": {"avatar": {"type": "array", "items": {"type": "object", "properties": {"height": {"type": "integer"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["height", "url", "width"... |
3a0708da-3096-46e5-aabf-91e3326500b5/958c0fa9-b783-47a6-a57c-79655e9dfb94/0/0 | YouTube | With the YouTube Data API, you can add various YouTube features to your app. Use the API for search, videos, playlists, channels and more. | 9.9 | Video Related Contents | Video Related Contents | 200 | Response | {"contents": [{"type": "video", "video": {"author": {"avatar": [{"height": 68, "url": "https://yt3.ggpht.com/8Lwf4LCR2VmxD2JKiozRu7Lo2jGdnhRs42NawHmMN_xJ8TdW-30e3J9DhumEksivp1Esog4A=s88-c-k-c0x00ffffff-no-rj", "width": 68}], "badges": [{"text": "Official Artist Channel", "type": "OFFICIAL_ARTIST_CHANNEL"}], "title": "L... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"contents": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "video": {"type": "object", "properties": {"author": {"type": "object", "properties": {"avatar": {"type": "array", "items": {"type": "object... |
3a0708da-3096-46e5-aabf-91e3326500b5/ee78c7e9-00bb-446f-8513-7e6e3ec90967/0/0 | YouTube | With the YouTube Data API, you can add various YouTube features to your app. Use the API for search, videos, playlists, channels and more. | 9.9 | Video Comments | Video Comments | 200 | Response | {"comments": [{"author": {"avatar": [{"height": 48, "url": "https://yt3.ggpht.com/p4FCAFrFhKYog3VTmKU-YHXF0YuBhV74l4dV6o1OHk2lzIHdOHBFH6rLuMcKkgqT5hgUv6gg1A=s48-c-k-c0x00ffffff-no-rj", "width": 48}, {"height": 88, "url": "https://yt3.ggpht.com/p4FCAFrFhKYog3VTmKU-YHXF0YuBhV74l4dV6o1OHk2lzIHdOHBFH6rLuMcKkgqT5hgUv6gg1A=s... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"comments": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "object", "properties": {"avatar": {"type": "array", "items": {"type": "object", "properties": {"height": {"type": "integer"}, "url": {"type": "strin... |
4bc24388-81ae-4d9b-babf-7fbd445a7219/1350b605-605a-4b40-97c8-c4df2fcdf601/0/0 | Realtor com | This API reproduce PUBLIC data of Realtor - realtor.com | 9.6 | agents/recommendations | Get agent's recommendations | 200 | New Example | [{"address": null, "comment": " Neila is a friend and she helped me I find and purchase my condo six years. She is patient and knows her business. Neila does her research and provides recommendations to help you make the right decision. I would recommend using Neila when you need a realtor.", "display_name": "Elaine Hi... | {"type": "array", "items": {"type": "object"}} |
4bc24388-81ae-4d9b-babf-7fbd445a7219/80366266-0fe0-4495-939e-072313430e03/0/0 | Realtor com | This API reproduce PUBLIC data of Realtor - realtor.com | 9.6 | agents/review | Get agent reviews | 200 | New Example | [{"comment": "I was looking into selling a vacation home. I was referred to Leonid. His attention to detail and extensive knowledge of the real estate market were evident throughout the process. He was always available to address my questions and concerns, providing valuable advice at every step. I am incredibly satisf... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "describe_yourself": {"type": "string"}, "display_name": {"type": "string"}, "id": {"type": "string"}, "link": {"type": "null"}, "location": {"type": "string"}, "market_expertise": {"... |
4bc24388-81ae-4d9b-babf-7fbd445a7219/101c36e0-c20c-46b4-a406-d3e41f69ff38/0/0 | Realtor com | This API reproduce PUBLIC data of Realtor - realtor.com | 9.6 | agents/profile | Get agent profile | 200 | New Example | {"address": {"city": "Brooklyn", "country": "USA", "line": "1812 Bath Ave Ste 2", "line2": "", "postal_code": "11214-4647", "state": "NY", "state_code": "NY"}, "advertiser_id": 3630030, "agent_rating": 0, "agent_type": ["seller"], "background_photo": {"href": "https://ap.rdcpix.com/56d70f6f40bfde6e0b480e7095d7a3a6g-c15... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"address": {"type": "object", "properties": {"city": {"type": "string"}, "country": {"type": "string"}, "line": {"type": "string"}, "line2": {"type": "string"}, "postal_code": {"type": "string"}, "state": {"type": "string"}, "state_code": {"... |
4bc24388-81ae-4d9b-babf-7fbd445a7219/ba5654b3-69b0-492f-9431-742045ce3040/0/0 | Realtor com | This API reproduce PUBLIC data of Realtor - realtor.com | 9.6 | properties/get-surroundings | Get surroundings data around a property | 200 | New Example | {"result": {"airport_text": "Low", "local_text": "High", "score": 67, "score_text": "High", "traffic_text": "High"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "object", "properties": {"airport_text": {"type": "string"}, "local_text": {"type": "string"}, "score": {"type": "integer"}, "score_text": {"type": "string"}, "traffic_text": {"type": "string"}}, "required": ["airport_text... |
4bc24388-81ae-4d9b-babf-7fbd445a7219/4823ce3b-80d2-4c8d-87e1-6e216268d4af/0/0 | Realtor com | This API reproduce PUBLIC data of Realtor - realtor.com | 9.6 | properties/detail | Get property detail information | 200 | New Example | {"data": {"home": {"advertisers": [{"address": {"city": "UTICA", "country": "USA", "line": "2617 Genesee Street", "postal_code": "13501", "state": null, "state_code": "NY"}, "broker": {"accent_color": "", "designations": [], "fulfillment_id": "0", "logo": "", "name": ""}, "builder": null, "email": "jimclute28@gmail.com... | {"type": "object", "properties": {"data": {"type": "object", "properties": {"home": {"type": "object", "properties": {"advertisers": {"type": "array", "items": {"type": "object", "properties": {"address": {"type": "object", "properties": {"city": {"type": "string"}, "country": {"type": "string"}, "line": {"type": "stri... |
4bc24388-81ae-4d9b-babf-7fbd445a7219/120b7c31-e0a5-4bb9-a12c-6b47020c7d7b/0/0 | Realtor com | This API reproduce PUBLIC data of Realtor - realtor.com | 9.6 | properties/list-similar-homes | List similar homes | 200 | New Example | {"data": {"home": {"related_homes": {"impression_token": {"algo_name": "v1", "algo_version": "1.0", "api_route": "similarhomestradeoffs", "client_id": "rdc-x-hestia.graphql.server", "impression_id": "cll6h1hgz1y8g01lhtx1x77cq", "model_name": "cosine-similarity", "model_version": "1.0", "module_name": "SimilarHomes", "m... | {"type": "object", "properties": {"data": {"type": "object", "properties": {"home": {"type": "object", "properties": {"related_homes": {"type": "object", "properties": {"impression_token": {"type": "object", "properties": {"algo_name": {"type": "string"}, "algo_version": {"type": "string"}, "api_route": {"type": "strin... |
4bc24388-81ae-4d9b-babf-7fbd445a7219/6a084c64-1bd6-4485-b612-aa8c1ff3caaa/0/0 | Realtor com | This API reproduce PUBLIC data of Realtor - realtor.com | 9.6 | auto-complete | Get auto complete suggestions by city, ward, street name to pass in other endpoints. This endpoint also helps to get a specific property id by its address | 200 | New Example | {"autocomplete": [{"_id": "state:ny", "_score": 36035.562, "area_type": "state", "centroid": {"lat": 42.9212421566579, "lon": -75.5965453188093}, "country": "USA", "geo_id": "7a9bffcb-e43c-5cdd-89ff-08ead6d8225d", "slug_id": "New-York", "state": "New York", "state_code": "NY"}, {"_id": "city:ny_new-york", "_score": 34.... | {"type": "object", "properties": {"autocomplete": {"type": "array", "items": {"type": "object"}}, "meta": {"type": "object", "properties": {"es_took": {"type": "integer"}, "version": {"type": "string"}}}}} |
4bc24388-81ae-4d9b-babf-7fbd445a7219/e7c753e1-6465-4796-8f6c-6041e5835cca/0/0 | Realtor com | This API reproduce PUBLIC data of Realtor - realtor.com | 9.6 | properties/list-linked-homes | Get list of linked homes. | 200 | New Example | {"data": {"home": {"advertisers": [{"address": {"city": "UTICA", "country": "USA", "line": "2617 Genesee Street", "postal_code": "13501", "state": null, "state_code": "NY"}, "broker": {"accent_color": "", "designations": [], "fulfillment_id": "0", "logo": "", "name": ""}, "builder": null, "email": "jimclute28@gmail.com... | {"type": "object", "properties": {"data": {"type": "object", "properties": {"home": {"type": "object", "properties": {"advertisers": {"type": "array", "items": {"type": "object", "properties": {"address": {"type": "object", "properties": {"city": {"type": "string"}, "country": {"type": "string"}, "line": {"type": "stri... |
0614817d-1cb7-4e72-b988-518b98d66562/6b8a49e2-34d6-441c-baa0-7062da29f4b1/0/0 | CIS Automotive | Get realtime automotive market data. Over 650M vehicles across the US for major car brands and models. | 9.2 | getDealersByID | Premium. Dealership information using the internal ID. Returns name, address, state, zipCode, and ID for a single dealer in the same format as the /getDealers endpoint. Dealer IDs are generally retrieved via the /getDealers endpoint by zipcode | 200 | Response | {"brandName": null, "modelName": null, "regionName": null, "condition": null, "msg": null, "cacheTimeLimit": 600, "data": [{"dealerName": "Tom's Truck Center", "zipCode": 92701, "state": "CA", "address": "909 N. Grand Avenue Santa Ana CA 92701", "ids": [29319]}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"brandName": {"type": "null"}, "modelName": {"type": "null"}, "regionName": {"type": "null"}, "condition": {"type": "null"}, "msg": {"type": "null"}, "cacheTimeLimit": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object"... |
0614817d-1cb7-4e72-b988-518b98d66562/72ce2793-1913-4cf5-af44-b343325ec5db/0/0 | CIS Automotive | Get realtime automotive market data. Over 650M vehicles across the US for major car brands and models. | 9.2 | getDealers | Dealership information in a given zip code using the first 4 digits. Returns name, address, state, zipCode. For example a call with the zip code 92701 would return dealers in the range [92700, 92709] | 200 | Response | {"brandName": null, "modelName": null, "regionName": null, "condition": null, "msg": null, "cacheTimeLimit": 600, "data": [{"dealerName": "Audi South Coast", "zipCode": 92705, "state": "CA", "address": "1425 Auto Mall Drive Santa Ana CA 92705", "ids": [35350, 4776]}, {"dealerName": "Crevier BMW", "zipCode": 92705, "sta... | {"type": "object", "properties": {"brandName": {"type": "null"}, "modelName": {"type": "null"}, "regionName": {"type": "null"}, "condition": {"type": "null"}, "msg": {"type": "null"}, "cacheTimeLimit": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"dealerName": {"type": "stri... |
0614817d-1cb7-4e72-b988-518b98d66562/37af2ea7-3525-42e0-9f70-b4975de0b56b/0/0 | CIS Automotive | Get realtime automotive market data. Over 650M vehicles across the US for major car brands and models. | 9.2 | getDealersByRegion | Premium. Dealership information in a given region. Returns name, address, state, zipCode, and IDs. Results are paginated with up to 30 results per page. | 200 | Response | {"brandName": null, "modelName": null, "regionName": null, "condition": null, "msg": null, "cacheTimeLimit": 600, "data": {"page": 1, "maxPages": 3, "dealers": [{"dealerName": "Acura of Warwick", "zipCode": 2893, "state": "RI", "address": "883 Quaker Lane West Warwick, RI 02893", "ids": [8346]}, {"dealerName": "Alfa ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"brandName": {"type": "null"}, "modelName": {"type": "null"}, "regionName": {"type": "null"}, "condition": {"type": "null"}, "msg": {"type": "null"}, "cacheTimeLimit": {"type": "integer"}, "data": {"type": "object", "properties": {"page": {"... |
0614817d-1cb7-4e72-b988-518b98d66562/9a1758dd-9a1d-4c0e-9e76-974845d037f9/0/0 | CIS Automotive | Get realtime automotive market data. Over 650M vehicles across the US for major car brands and models. | 9.2 | getBrands | Get vehicle brand names. These names are used as arguments for other endpoints. The names are generally not case sensitive
when used with other endpoints, but it is best practice to use the names returned by this endpoint without changes. | 200 | Response | {"brandName": null, "modelName": null, "regionName": null, "condition": null, "msg": null, "cacheTimeLimit": 600, "data": ["Acura", "Alfa Romeo", "Aston Martin", "Audi", "Bentley", "BMW", "Bugatti", "Buick", "Cadillac", "Chevrolet", "Chrysler", "Citroen", "Dacia", "Dodge", "Ferrari", "Fiat", "Fisker", "Ford", "Geely", ... | {"properties": {"brandName": {"title": "Brandname", "type": "string"}, "condition": {"title": "Condition", "type": "string"}, "data": {"title": "Data"}, "modelName": {"title": "Modelname", "type": "string"}, "regionName": {"title": "Regionname", "type": "string"}}, "title": "GenericResponse", "type": "object"} |
0614817d-1cb7-4e72-b988-518b98d66562/9a1758dd-9a1d-4c0e-9e76-974845d037f9/1/0 | CIS Automotive | Get realtime automotive market data. Over 650M vehicles across the US for major car brands and models. | 9.2 | getBrands | Get vehicle brand names. These names are used as arguments for other endpoints. The names are generally not case sensitive
when used with other endpoints, but it is best practice to use the names returned by this endpoint without changes. | 422 | Example_1 | {"detail": [{"loc": "", "msg": "", "type": ""}]} | {"properties": {"detail": {"items": {"properties": {"loc": {"items": {"type": "string"}, "title": "Location", "type": "array"}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}, "required": ["loc", "msg", "type"], "title": "ValidationError", "type": "object"}, "title": "... |
0614817d-1cb7-4e72-b988-518b98d66562/93c6de01-6253-44e1-9825-9c4991ceaea9/0/0 | CIS Automotive | Get realtime automotive market data. Over 650M vehicles across the US for major car brands and models. | 9.2 | vinDecode | Decodes the provided North American vin and provides recall information if available. We require at least the first 12 out of 17 characters in the vin to attempt a decode. The vin is not case sensitive. If passEmpty (default False) is True we will also include the empty fields in the response json. | 200 | Response | {"brandName": "HONDA", "cacheTimeLimit": 120, "condition": null, "data": {"AirBagLocCurtain": "1st & 2nd Rows", "AirBagLocFront": "1st Row (Driver & Passenger)", "AirBagLocSide": "1st Row (Driver & Passenger)", "BodyClass": "Sport Utility Vehicle (SUV)/Multi-Purpose Vehicle (MPV)", "DisplacementCC": "2359.737216", "Dis... | {"properties": {"brandName": {"type": "string"}, "cacheTimeLimit": {"type": "integer"}, "condition": {"type": "null"}, "data": {"properties": {"AirBagLocCurtain": {"type": "string"}, "AirBagLocFront": {"type": "string"}, "AirBagLocSide": {"type": "string"}, "BodyClass": {"type": "string"}, "DisplacementCC": {"type": "s... |
0614817d-1cb7-4e72-b988-518b98d66562/494e9028-1096-4eb9-9f54-27a19882885e/0/0 | CIS Automotive | Get realtime automotive market data. Over 650M vehicles across the US for major car brands and models. | 9.2 | SimilarSalePrice | Provides the average, stdDev, and count, of the sale price and mileage of similar new and used vehicles in a given region based off the provided VIN. Optionally restricts report to vehicles of the same model year and goes back up to 120 days. | 200 | Response | {"brandName": null, "cacheTimeLimit": 600, "condition": null, "data": {"daysBack": 45, "mileCount": 373, "milesAvg": 4911.69, "milesStdDev": 2819.09, "newCount": 7245, "newSaleAvg": 26883.79, "newSaleStdDev": 847.89, "usedCount": 454, "usedSaleAvg": 23619.6, "usedSaleStdDev": 1233.24}, "modelName": null, "msg": null, "... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"brandName": {"type": "null"}, "cacheTimeLimit": {"type": "integer"}, "condition": {"type": "null"}, "data": {"type": "object", "properties": {"daysBack": {"type": "integer"}, "mileCount": {"type": "integer"}, "milesAvg": {"type": "number"},... |
9311aab0-0422-4a1e-b8e2-bfe737bbd55f/164a67be-3270-4cec-bc2b-e8a98d11b0be/0/0 | Barcodes | Search over 500+ million products with UPC, EAN, JAN, ISBN barcodes. | 9.7 | Search & Product Details | It returns product results if you enter a search term, and returns product details if you enter a barcode number. | 200 | Response | {"product": {"artist": null, "attributes": {"mpn": "MZ-V7S1T0B/AM", "model": "MZ-V7S1T0B/AM", "asin": "B07MFZY2F2", "size": "1TB", "dimensions": "0.87 inches (L) x 0.9 inches (W) x 3.15 inches (H)", "weight": "0.12 pounds", "release_date": "2019-02-10"}, "barcode_formats": {"ean_8": "06387266"}, "brand": null, "categor... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"product": {"type": "object", "properties": {"artist": {"type": "null"}, "attributes": {"type": "object", "properties": {"mpn": {"type": "string"}, "model": {"type": "string"}, "asin": {"type": "string"}, "size": {"type": "string"}, "dimensi... |
7daa794d-485f-424a-aae7-b9724b5f50b7/632572ee-70f1-4c0b-88f2-44e108eafb46/0/0 | fake-data | All the fake data you will ever need. | null | Address | This endpoint returns fake data related to address informations. E.g. street, city, ... | 200 | New Example | {"city": "Lake Claudborough", "street_name": "Sylvia Club", "street_address": "19568 Farrell Neck", "secondary_address": "Apt. 335", "building_number": "486", "mail_box": "PO Box 571", "community": "Royal Acres", "zip_code": "13706", "zip": "03464", "postcode": "02760-8424", "time_zone": "Africa/Nairobi", "street_suffi... | {"type": "object", "properties": {"city": {"type": "string"}, "street_name": {"type": "string"}, "street_address": {"type": "string"}, "secondary_address": {"type": "string"}, "building_number": {"type": "string"}, "mail_box": {"type": "string"}, "community": {"type": "string"}, "zip_code": {"type": "string"}, "zip": {... |
7a2f8e05-cf8e-41e3-9c77-46e65f01ec22/e175577d-26a9-4d3c-a814-eb7a1b5ba15d/0/0 | Crypto Token Metadata | List of active cryptocurrency tokens and their supported blockchains and contract addresses. | null | Get Token Metadata | This API endpoint provides information about the supported blockchain for a given token and its corresponding contract address. | 200 | New Example | [{"network": "Ethereum", "name": "USD Coin", "symbol": "USDC", "contract_address": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"}, {"network": "Solana", "name": "USD Coin", "symbol": "USDC", "contract_address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"}, {"network": "Algorand", "name": "USD Coin", "symbol": "USDC",... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"network": {"type": "string"}, "name": {"type": "string"}, "symbol": {"type": "string"}, "contract_address": {"type": "string"}}, "required": ["contract_address", "name", "network", "symbol"]}} |
7e614a96-fa7a-411d-9a01-1003ce9c8070/aa8d1cf9-700a-413d-8d5a-3e794c57d675/0/0 | Geek Jokes | Random Geek Jokes REST API | null | Fetch Joke | Returns a random Geek Joke | 200 | Sample Response | {"joke": "Chuck Norris smells what the Rock is cooking... because the Rock is Chuck Norris' personal chef."} | {"properties": {"joke": {"type": "string"}}, "type": "object"} |
1b6cd3a6-5bd1-4c24-99b8-d643a50b660f/1e518dbd-b39a-46d2-a13e-419cc07127d4/0/0 | Domain Name Suggestion | An API showing the suggestions of AVAILABLE domains in Indonesia and English for .com and .net extensions. | null | Get 20 Domain Name Suggestion | This endpoint will return back 20 domain suggestions and available status | 200 | New Example | {"results": [{"name": "AdDataLab.com", "availability": "available"}, {"name": "NetCloudData.com", "availability": "available"}, {"name": "TopCloudData.com", "availability": "available"}, {"name": "D4ta.net", "availability": "available"}, {"name": "HiDataCloud.com", "availability": "available"}, {"name": "Cn-Data.net", ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "availability": {"type": "string"}}, "required": ["availability", "name"]}}}, "required": ["results"]} |
3ca72eb1-4958-43fb-93bd-b101c98a22df/236c4cbc-2f80-4df3-bc41-b1ea7fd9f4e4/0/0 | Email Finder | Find the email address of a professional - e.g. John Doe @ company.com on the web. | 9.2 | Find Emails | Find the company emails of a professional by full name (John Doe) and email domain (@company.com) | 200 | Response | {"status": "OK", "request_id": "b03739cf-180b-44bc-92af-d0de4e7e0724", "data": [{"email": "bill.gates@microsoft.com", "sources": ["https://www.lifewire.com/how-can-i-email-bill-gates-1171339"]}, {"email": "b.gates@microsoft.com", "sources": ["https://quorten.github.io/quorten-blog1/blog/2020/02/07/bgates-no-github-fact... | {"type": "object", "properties": {"status": {"type": "string"}, "request_id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}}}}}} |
3114afb1-7db9-4ad3-b08e-15cc2baacca5/07ae69eb-9d89-4b4e-8367-adea37bb91de/1/0 | Fish species | A Restful API which is scraping the Wikipedia pages for fish species in order to collect data. The data are cached and refreshed every 24 hours. | 9.2 | /fish_api/group | This endpoint will group the available data by the property_value parameter. The available URL query parameters are meta_property, meta_property_attribute, and property_value. The API will group and return all fishes that are matching the property_value that is given in the meta-object. | 404 | Example_1 | [{"error": {"status": "404", "message": "Not found"}}] | {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}}, "required": ["status", "message"]} |
3114afb1-7db9-4ad3-b08e-15cc2baacca5/b4a28019-a55d-4882-9e5a-a1697123d46e/1/0 | Fish species | A Restful API which is scraping the Wikipedia pages for fish species in order to collect data. The data are cached and refreshed every 24 hours. | 9.2 | /fish_api/fishes | This endpoint will return back all available fishes that are available | 404 | Example_1 | [{"error": {"status": "404", "message": "Not found"}}] | {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}}, "required": ["status", "message"]} |
3114afb1-7db9-4ad3-b08e-15cc2baacca5/d6daf53d-8e29-4d62-ae3b-66d07dcd25c0/0/0 | Fish species | A Restful API which is scraping the Wikipedia pages for fish species in order to collect data. The data are cached and refreshed every 24 hours. | 9.2 | /fish_api/fish/{name} | This endpoint will return information for a specific fish | 404 | Example_1 | [{"error": {"status": "404", "message": "Not found"}}] | {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}}, "required": ["status", "message"]} |
3114afb1-7db9-4ad3-b08e-15cc2baacca5/d6daf53d-8e29-4d62-ae3b-66d07dcd25c0/1/0 | Fish species | A Restful API which is scraping the Wikipedia pages for fish species in order to collect data. The data are cached and refreshed every 24 hours. | 9.2 | /fish_api/fish/{name} | This endpoint will return information for a specific fish | 200 | Response | [{"id": 947, "name": "Tarpon", "url": "https://en.wikipedia.org/wiki/Tarpon", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/7e/Atlantic_tarpon.jpg/330px-Atlantic_tarpon.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/7e/Atlantic_tarpon.jpg/440px-Atlantic_tarpon.jpg"... | {"type": "object", "properties": {"id": {"type": "integer"}, "breed": {"type": "string"}, "origin": {"type": "string"}, "url": {"type": "string"}, "img": {"type": "string"}, "meta": {"type": "object"}}} |
a093f87a-0a75-4421-8dd7-00c20f87d04d/c38de189-5acc-46fe-a1b1-3cddfedcae81/0/0 | Youtube v3 | Get youtube data without any youtube data api key | 9.9 | Playlist Details | Get playlist details | 200 | Response | {"kind": "youtube#playlistListResponse", "pageInfo": {"totalResults": 1, "resultsPerPage": 5}, "items": [{"kind": "youtube#playlist", "id": "RDZiQo7nAkQHU", "snippet": {"publishedAt": "1970-01-01T00:00:00Z", "channelId": "UCBR8-60-B28hp2BmDPdntcQ", "title": "Mix - Otilia - Adelante (official video) Shakira similar voic... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"kind": {"type": "string"}, "pageInfo": {"type": "object", "properties": {"totalResults": {"type": "integer"}, "resultsPerPage": {"type": "integer"}}, "required": ["resultsPerPage", "totalResults"]}, "items": {"type": "array", "items": {"typ... |
a093f87a-0a75-4421-8dd7-00c20f87d04d/cbf6a13d-c509-4dbb-9304-7b188a3d8ec1/0/0 | Youtube v3 | Get youtube data without any youtube data api key | 9.9 | Comment Info | Get comments info. | 200 | Response | {"kind": "youtube#commentListResponse", "items": [{"kind": "youtube#comment", "id": "UgzZ696zk0n_CBhYMK14AaABAg", "snippet": {"textDisplay": "First you must understand the financial market and how it works, then you must know how to study the market charts. Thanks to Steven Rich for showing me the correct way to deposi... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"kind": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"kind": {"type": "string"}, "id": {"type": "string"}, "snippet": {"type": "object", "properties": {"textDisplay": {"type": "string"}, "textOrig... |
a093f87a-0a75-4421-8dd7-00c20f87d04d/0fc318cf-5d2b-4797-80e0-f32558f11826/0/0 | Youtube v3 | Get youtube data without any youtube data api key | 9.9 | Captions List | Returns a list of caption tracks that are associated with a specified video | 200 | Response | {"kind": "youtube#captionListResponse", "items": [{"kind": "youtube#caption", "id": "AUieDaZHR-hdtpvJvd_dtt6cuYWaFGFlDocKBzLyQktj", "snippet": {"videoId": "M7FIvfx5J10", "lastUpdated": "2013-11-14T08:09:57.310379Z", "trackKind": "standard", "language": "bg", "name": "", "audioTrackType": "unknown", "isCC": false, "isLa... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"kind": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"kind": {"type": "string"}, "id": {"type": "string"}, "snippet": {"type": "object", "properties": {"videoId": {"type": "string"}, "lastUpdated"... |
4a5701b2-9528-4c4c-a68b-ebadbe508721/fb6a5ab3-f1b8-4d28-9892-e1b137665e53/0/0 | Social Links Search | Search for social profile links on the web in real-time - get Facebook, TikTok, Instagram, Snapchat, Twitter, LinkedIn, Youtube channels, Pinterest and Github profile given a query. | 9.6 | Search Social Links | Get social profile links by search query or keywords. The following social networks are supported: Facebook, TikTok, Instagram, Snapchat, Twitter, Youtube, LinkedIn, GitHub and Pinterest. | 200 | Response | {"status": "OK", "request_id": "b1526451-33b9-473c-ac60-e90a5e0541f3", "data": {"facebook": ["https://www.facebook.com/Cristiano", "https://www.facebook.com/CR7BITW", "https://www.facebook.com/Official.CrisPrince", "https://www.facebook.com/TheLegendCR7Forever", "https://www.facebook.com/CRF7RM", "https://www.facebook.... | {"type": "object", "properties": {"status": {"type": "string"}, "request_id": {"type": "string"}, "data": {"type": "object", "properties": {"facebook": {"type": "array", "items": {"type": "string"}}, "tiktok": {"type": "array", "items": {"type": "string"}}, "instagram": {"type": "array", "items": {"type": "string"}}, "... |
4c561f98-ba59-4bce-b24e-58a1017b05ca/a94c45e5-e022-41d5-a9e3-da3cb666f197/0/0 | Cadastral Situation of the Brazilian CPF numbers | Cadastral situation of Brazilian holders in the Federal Revenue Agency of Brazil (Receita Federal do Brasil) from a CPF number. Consulte a situação cadastral do CPF junto a Receita Federal com esta API. | 8.9 | Check Brazilian CPF Number | Obtains the full name, birth date, gender and the cadastral situation of the Brazilian citizen from a CPF number | 200 | Example | {"cpf": "111.111.111-11", "genero": "M", "nascimento": "31/12/1999", "nome": "Example Name", "situacao": "Regular", "status": 1} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"cpf": {"type": "string"}, "genero": {"type": "string"}, "nascimento": {"type": "string"}, "nome": {"type": "string"}, "situacao": {"type": "string"}, "status": {"type": "integer"}}, "required": ["cpf", "genero", "nascimento", "nome", "situa... |
f45ef5c6-806f-42a3-9d4f-273a75f2d467/endpoint_3444245f-cdc4-4c24-8662-575f1ffced35/0/0 | Faker | "Elevate your development experience with our powerful Faker API, seamlessly generating realistic and dynamic dummy data to enhance testing and accelerate the creation of robust applications." | 7.4 | /user | Generate Single Fake User | 200 | New Example | {"userId": 188771366600704, "username": "Gilda_Nicolas", "email": "Elenora_Bayer@yahoo.com", "avatar": "https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/31.jpg", "password": "7E9Li3ZH2yVQEiJ", "birthdate": "Tue Aug 03 1954", "registeredAt": "Thu Dec 01 2022"} | {"type": "object", "properties": {"userId": {"type": "integer"}, "username": {"type": "string"}, "email": {"type": "string"}, "avatar": {"type": "string"}, "password": {"type": "string"}, "birthdate": {"type": "string"}, "registeredAt": {"type": "string"}}} |
f45ef5c6-806f-42a3-9d4f-273a75f2d467/endpoint_d65bb9ff-7443-4b2a-8240-56fec664a271/0/0 | Faker | "Elevate your development experience with our powerful Faker API, seamlessly generating realistic and dynamic dummy data to enhance testing and accelerate the creation of robust applications." | 7.4 | /resume | Generate Fake Resume | 200 | Response | [{"personalInfo": {"name": "Dina Ward", "title": "National Paradigm Synergist", "email": "marcellus.robel@gmail.com", "phone": "+3379527510403", "location": "Braunmouth, Cameroon", "website": "http://breitenberg.com", "socialMedia": {"linkedin": "https://www.linkedin.com/in/heathjohnson", "github": "https://github.com/... | {"type": "array", "items": {"type": "object", "properties": {"personalInfo": {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "email": {"type": "string"}, "phone": {"type": "string"}, "location": {"type": "string"}, "website": {"type": "string"}, "socialMedia": {"type": "object... |
f45ef5c6-806f-42a3-9d4f-273a75f2d467/endpoint_3eab8d30-5991-4ad4-8a92-fc00c5be4958/0/0 | Faker | "Elevate your development experience with our powerful Faker API, seamlessly generating realistic and dynamic dummy data to enhance testing and accelerate the creation of robust applications." | 7.4 | /user/{number} | Generate Multiple Fake User
For testing 5 User Generate | 200 | Response | [{"userId": 7115550914248704, "username": "Michelle.Waelchi84", "email": "Ricardo21@yahoo.com", "avatar": "https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/1126.jpg", "password": "eXWzMV7FCnvT1Op", "birthdate": "Tue Jul 22 1997", "registeredAt": "Tue Feb 28 2023"}, {"userId": 24829... | {"type": "array", "items": {"type": "object", "properties": {"userId": {"type": "integer"}, "username": {"type": "string"}, "email": {"type": "string"}, "avatar": {"type": "string"}, "password": {"type": "string"}, "birthdate": {"type": "string"}, "registeredAt": {"type": "string"}}}} |
a0acff16-23e0-4cc7-9654-8323c903a532/7d7c1963-f64d-41c9-878a-6b0edcdf78e3/0/0 | yoonit | Parse quantities and units from text / text replace | null | currencies | Returns a list of all supported currencies | 200 | null | {"currencies": ["NGN", "PHP", "BHD", "AUD", "EUR", "SLL", "KGS", "USD"]} | {"type": "object", "properties": {"currencies": {"type": "array", "x-stoplight": {"id": "enp5puhws0ed9"}, "description": "List of currency codes (ISO 4217 format)", "items": {"x-stoplight": {"id": "3jd7mrw4b09xh"}, "type": "string"}}}, "required": ["currencies"]} |
a0acff16-23e0-4cc7-9654-8323c903a532/0c87b524-f8cf-4cb8-b804-6639160d6a9e/0/0 | yoonit | Parse quantities and units from text / text replace | null | parse | 200 | null | {"units": [{"dimension": "length", "unit": "ft", "quantity": 0.36089238845144356, "original": {"unit": "cm", "quantity": 11}, "match": {"text": "11 cm", "startIndex": 10, "endIndex": 15}}, {"dimension": "mass", "unit": "g", "quantity": 102, "original": null, "match": {"text": "102 grams", "startIndex": 32, "endIndex": ... | {"type": "object", "properties": {"units": {"type": "array", "x-stoplight": {"id": "gh1uko8q5r9k6"}, "items": {"x-stoplight": {"id": "t9u8fkqmuulop"}, "title": "ParsedUnit", "type": "object", "properties": {"dimension": {"type": "string", "x-stoplight": {"id": "io10g4ngbdx6c"}, "enum": ["currency", "length", "mass", "t... | |
a0acff16-23e0-4cc7-9654-8323c903a532/6d3a889d-fa83-425c-afb1-3cb96af9393b/0/0 | yoonit | Parse quantities and units from text / text replace | null | units | 200 | null | {"currencies": ["SLE", "SDG", "TMT", "SYP", "BHD", "MDL", "KYD", "FOK"], "length": [{"unit": "m", "description": "meter"}, {"unit": "km", "description": "kilometer"}, {"unit": "cm", "description": "centimeter"}, {"unit": "inch", "description": "inch"}, {"unit": "ft", "description": "foot"}, {"unit": "yd", "description"... | {"type": "object", "properties": {"currencies": {"type": "array", "x-stoplight": {"id": "unpseydmpbw23"}, "items": {"x-stoplight": {"id": "fe29w9ljn0x68"}, "type": "string"}}, "length": {"type": "array", "x-stoplight": {"id": "xqq8jw0gromac"}, "items": {"x-stoplight": {"id": "dm70x8wfjry52"}, "title": "UnitDescription"... | |
a0acff16-23e0-4cc7-9654-8323c903a532/d62d1633-3c2f-4957-aafb-d2a997e04465/0/0 | yoonit | Parse quantities and units from text / text replace | null | replace-parse | 200 | null | {"text": "I am Assaf and I am 5.7743 ft tall and I weigh 157.6305 lb. I just discovered that my phone costs 1315.928 USD", "units": [{"dimension": "length", "unit": "ft", "quantity": 5.774278215223097, "original": {"unit": "cm", "quantity": 176}, "match": {"text": "176 cm", "startIndex": 20, "endIndex": 26}}, {"dimensi... | {"type": "object", "properties": {"text": {"type": "string", "x-stoplight": {"id": "56si5ggqe7qwi"}}, "units": {"x-stoplight": {"id": "9bcuuw0bogexq"}, "type": "array", "items": {"x-stoplight": {"id": "iylyx1wgpreuw"}, "title": "ParsedUnit", "type": "object", "properties": {"dimension": {"type": "string", "x-stoplight"... | |
1606d2d2-1788-4918-9862-7e5b43d6e8f9/54b17f0b-1681-4b9f-96e6-ad4bf8255b3c/0/0 | Simple YouTube Search | Simple api to make easy youtube searches for free. | 9.7 | Search | Make youtube search | 200 | Example | {"results": []} | {"type": "object", "properties": {"results": {"type": "array"}}} |
8f1b424c-eb03-4be5-9129-1977ef4a7f19/c46ddfd2-df81-4df3-8375-1dae3a5a59fc/0/0 | Robo Postcodes | API for finding UK postal addresses - More Checkouts, Higher Conversion Rate, Less Data Entry & Better Accuracy. | 6.6 | get-uk-postcode-lookup | Returns full address details for every address matching the search query postcode | 200 | null | {"delivery_points": [{"organisation_name": "", "department_name": "", "line_1": "", "line_2": "", "line_3": ""}], "delivery_point_count": 0, "postal_county": "", "traditional_county": "", "town": "", "postcode": ""} | {"description": "", "type": "object", "properties": {"delivery_points": {"type": "array", "uniqueItems": true, "minItems": 1, "description": "This is an array of objects, each of which contains the data for an individual address. See the table below for more details about the information contained in these objects", "i... |
8f1b424c-eb03-4be5-9129-1977ef4a7f19/5c51d062-df6b-412d-9ecf-fd62ffe5131b/0/0 | Robo Postcodes | API for finding UK postal addresses - More Checkouts, Higher Conversion Rate, Less Data Entry & Better Accuracy. | 6.6 | post-uk-postcode-lookup | Returns full address details for every address matching the search query postcode | 200 | null | {"delivery_points": [{"organisation_name": "", "department_name": "", "line_1": "", "line_2": "", "line_3": ""}], "delivery_point_count": 0, "postal_county": "", "traditional_county": "", "town": "", "postcode": ""} | {"description": "", "type": "object", "properties": {"delivery_points": {"type": "array", "uniqueItems": true, "minItems": 1, "description": "This is an array of objects, each of which contains the data for an individual address. See the table below for more details about the information contained in these objects", "i... |
67b59c6c-21f8-4e6f-93fd-99897ad271f6/bd3295ec-65fb-43e8-a322-ccc1fe0aceae/0/0 | Household Income by Zip code | This API returns the median U.S. household income for a particular zip code. | 7.7 | Household Income By Zip | This endpoint returns the median household income for a particular zip code. | 200 | New Example | {"zip": "90210", "medianIncome": 147270} | {"type": "object", "properties": {"zip": {"type": "string"}, "medianIncome": {"type": "integer"}}} |
c4d5cd51-b127-4a83-a959-ba636b6665db/b779d02f-da1e-4a1e-8f27-26826927915f/0/0 | CakeMLS | Free MLS, Real Estate and property data API. Millions of MLS listings with sale and property information that can be queried by address, lat/long, and more. (https://cakemls.com/) | 6.7 | MLS | MLS data request for an individual dwelling
POST parameters/body does not need to be URL-encoded but may be URL-encoded if desired
The "address" parameter is required
*A trailing slash in the URL is REQUIRED. | 200 | Response | {"version": "0.1.0", "status": "success", "error": {}, "data": {"addressSectionInfo": {"status": {"displayValue": "Active", "definition": "This home is for sale and the sellers are accepting offers.", "longerDefinitionToken": "active"}, "priceInfo": {"amount": 26499000, "label": "Price", "displayLevel": 1, "dataSourceI... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "string"}, "error": {"type": "object"}, "data": {"type": "object", "properties": {"addressSectionInfo": {"type": "object", "properties": {"status": {"type": "object", "properties": {"displayV... |
c4d5cd51-b127-4a83-a959-ba636b6665db/3e8a3159-4c62-4885-9d6c-ff7857266906/0/0 | CakeMLS | Free MLS, Real Estate and property data API. Millions of MLS listings with sale and property information that can be queried by address, lat/long, and more. (https://cakemls.com/) | 6.7 | Forward Geocode | Request latitude/longitude coordinates from a text address (address parameter)
Forward and reverse geocoding both use the same geocode/ endpoint, but forward geocoding requires the "address" parameter while reverse geocoding requires the "location" parameter.
*A trailing slash in the URL is REQUIRED. | 200 | Response | {"version": "0.1.0", "status": "success", "error": {}, "data": {"latLong": {"latitude": 32.3074643, "longitude": -110.9027209}, "streetAddress": {"fullText": "4240 E Aquarius Dr #2c, Tucson, AZ 85718, USA"}}} | {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "string"}, "error": {"type": "object"}, "data": {"type": "object", "properties": {"latLong": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}}, "streetAddress": {"type": "object", "prope... |
c4d5cd51-b127-4a83-a959-ba636b6665db/a1a77dc2-47b7-4deb-8f3e-c582851888ed/0/0 | CakeMLS | Free MLS, Real Estate and property data API. Millions of MLS listings with sale and property information that can be queried by address, lat/long, and more. (https://cakemls.com/) | 6.7 | Reverse Geocode | Request a text address from a latitude/longitude pair
Forward and reverse geocoding both use the same geocode/ endpoint, but forward geocoding requires the "address" parameter while reverse geocoding requires the "location" parameter.
The "location" parameter is required
Latitude,Longitude - Negative sign is allow... | 200 | Response | {"version": "0.1.0", "status": "success", "error": {}, "data": {"address": "4240 E Aquarius Dr, Tucson, AZ 85718, USA", "type": "premise", "confidence": "high", "coordinates": {"lat": 32.3074643, "lng": -110.9027209}}} | {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "string"}, "error": {"type": "object"}, "data": {"type": "object", "properties": {"address": {"type": "string"}, "type": {"type": "string"}, "confidence": {"type": "string"}, "coordinates": {"type": "object", "properties": {"lat": {"typ... |
c4d5cd51-b127-4a83-a959-ba636b6665db/683d6563-06dd-4461-9dd6-bad2daba0168/0/0 | CakeMLS | Free MLS, Real Estate and property data API. Millions of MLS listings with sale and property information that can be queried by address, lat/long, and more. (https://cakemls.com/) | 6.7 | Forward Geocode | Request latitude/longitude coordinates from a text address (address parameter)
Forward and reverse geocoding both use the same geocode/ endpoint, but forward geocoding requires the "address" parameter while reverse geocoding requires the "location" parameter.
*A trailing slash in the URL is REQUIRED. | 200 | Response | {"version": "0.1.0", "status": "success", "error": {}, "data": {"latLong": {"latitude": 32.3074643, "longitude": -110.9027209}, "streetAddress": {"fullText": "4240 E Aquarius Dr #2c, Tucson, AZ 85718, USA"}}} | {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "string"}, "error": {"type": "object"}, "data": {"type": "object", "properties": {"latLong": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}}, "streetAddress": {"type": "object", "prope... |
c4d5cd51-b127-4a83-a959-ba636b6665db/b50e1e05-61ab-4c81-8c00-643a5f3807a6/0/0 | CakeMLS | Free MLS, Real Estate and property data API. Millions of MLS listings with sale and property information that can be queried by address, lat/long, and more. (https://cakemls.com/) | 6.7 | MLS | MLS data request for an individual dwelling
GET parameters must be url-encoded
GET parameters may contain encoded spaces
The "address" parameter is required
*A trailing slash in the URL is REQUIRED. | 200 | Response | {"version": "0.1.0", "errorMessage": "", "payload": {"addressSectionInfo": {"status": {"displayValue": "Active", "definition": "This home is for sale and the sellers are accepting offers.", "longerDefinitionToken": "active"}, "priceInfo": {"amount": 26499000, "label": "Price", "displayLevel": 1, "dataSourceId": 8}, "la... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"version": {"type": "string"}, "errorMessage": {"type": "string"}, "payload": {"type": "object", "properties": {"addressSectionInfo": {"type": "object", "properties": {"status": {"type": "object", "properties": {"displayValue": {"type": "str... |
e3f85b67-7d1d-45a1-ae01-84a83078df97/e908c25a-af3a-492d-9e93-9df426d23d40/0/0 | Indonesian Domain Name Suggestion Available | An API showing domain suggestions AVAILABLE in Indonesia for .com and .net extensions. | null | Get 5 Indonesia Domain Suggestion | This endpoint will return back 5 domain suggestion, available status and prices in IDR | 200 | New Example | {"data": [{"name": "KoleksiData.com", "availability": "available", "hasDiscount": true, "price": 105000}, {"name": "TeknologiData.com", "availability": "available", "hasDiscount": true, "price": 105000}, {"name": "Otentikasi.com", "availability": "available", "hasDiscount": true, "price": 105000}, {"name": "SistemData.... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "availability": {"type": "string"}, "hasDiscount": {"type": "boolean"}, "price": {"type": "integer"}}, "required": ["availability", "hasDiscount... |
fa58aab8-0e4a-4e6a-9d78-d5d887b67d0c/ca6e4b9b-8574-4283-a22a-ae9ba03728ae/0/0 | Chain49 | Kickstart your next crypto project - extended trezor/blockbook API with 10+ blockchains available instantly and 50+ possible on request running on the finest hardware in Germany's best datacenters at Hetzner
Websocket only via api.chain49.com endpoint possible (RapidAPI does not support it yet) | 7.7 | Estimate transaction fee V2 | Returns an estimated transaction fee for a specific confirmation target.
If you want your transaction to be included in the next block, then you give 1 as parameter. If it is not urgent, then you can wait a bit longer and get an estimation for the fifth next block. | 200 | null | {"result": "0.00018096"} | {"type": "object", "properties": {"result": {"type": "string"}}, "x-examples": {"Example 1": {"result": "0.00018096"}}} |
fa58aab8-0e4a-4e6a-9d78-d5d887b67d0c/ca6e4b9b-8574-4283-a22a-ae9ba03728ae/0/1 | Chain49 | Kickstart your next crypto project - extended trezor/blockbook API with 10+ blockchains available instantly and 50+ possible on request running on the finest hardware in Germany's best datacenters at Hetzner
Websocket only via api.chain49.com endpoint possible (RapidAPI does not support it yet) | 7.7 | Estimate transaction fee V2 | Returns an estimated transaction fee for a specific confirmation target.
If you want your transaction to be included in the next block, then you give 1 as parameter. If it is not urgent, then you can wait a bit longer and get an estimation for the fifth next block. | 200 | null | {"result": "0.000000018768511957"} | {"type": "object", "properties": {"result": {"type": "string"}}, "x-examples": {"Example 1": {"result": "0.00018096"}}} |
fa58aab8-0e4a-4e6a-9d78-d5d887b67d0c/35fc8ff0-5319-4caa-91e9-4347e4f124e6/0/0 | Chain49 | Kickstart your next crypto project - extended trezor/blockbook API with 10+ blockchains available instantly and 50+ possible on request running on the finest hardware in Germany's best datacenters at Hetzner
Websocket only via api.chain49.com endpoint possible (RapidAPI does not support it yet) | 7.7 | Get NFT metadata V2 | Only works on Ethereum-like blockchains (currently ethereum and bsc)
Get metadata like name or description for a specified contract and token ID.
The resulting data contains a link which can then be used to request the IPFS link for the actual image to display in a block explorer for example.
Note: this route was imple... | 200 | null | {"tokenId": "22", "uri": "https://ipfs.io/ipfs/QmfARTk1r8Y5gSu3ZguKicTSVeg4J3rTLdnRz78tAREvZ4/metadata.json", "contractInfo": {"type": "ERC721", "contract": "0x05756b07725dA0101813475333f372a844789Dc2", "name": "Post Photography", "symbol": "POSTRUTH", "decimals": 18}} | {"type": "object", "properties": {"tokenId": {"type": "string"}, "uri": {"type": "string"}, "contractInfo": {"type": "object", "properties": {"type": {"type": "string"}, "contract": {"type": "string"}, "name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}}}}} |
fa58aab8-0e4a-4e6a-9d78-d5d887b67d0c/c07ddb0a-39b8-42ac-8f90-6f6e9bf90dcd/0/0 | Chain49 | Kickstart your next crypto project - extended trezor/blockbook API with 10+ blockchains available instantly and 50+ possible on request running on the finest hardware in Germany's best datacenters at Hetzner
Websocket only via api.chain49.com endpoint possible (RapidAPI does not support it yet) | 7.7 | Get raw block data V2 | Returns the raw hex-encoded block data for a given block hash or height | 200 | null | {"hex": "010000006fe28c0ab6f1b372c1a6a246ae63f74f931e8365e15a089c68d6190000000000982051fd1e4ba744bbbe680e1fee14677ba1a3c3540bf7b1cdb606e857233e0e61bc6649ffff001d01e362990101000000010000000000000000000000000000000000000000000000000000000000000000ffffffff0704ffff001d0104ffffffff0100f2052a0100000043410496b538e853519c726a2... | {"type": "object", "properties": {"hex": {"type": "string"}}, "x-examples": {"Example 1": {"hex": "010000006fe28c0ab6f1b372c1a6a246ae63f74f931e8365e15a089c68d6190000000000982051fd1e4ba744bbbe680e1fee14677ba1a3c3540bf7b1cdb606e857233e0e61bc6649ffff001d01e362990101000000010000000000000000000000000000000000000000000000000... |
fa58aab8-0e4a-4e6a-9d78-d5d887b67d0c/73feb747-bef9-42ed-81ab-509c0b261dca/0/0 | Chain49 | Kickstart your next crypto project - extended trezor/blockbook API with 10+ blockchains available instantly and 50+ possible on request running on the finest hardware in Germany's best datacenters at Hetzner
Websocket only via api.chain49.com endpoint possible (RapidAPI does not support it yet) | 7.7 | Get xpub V2 | Returns balances and transactions of an xpub or output descriptor, applicable only for Bitcoin-type coins.
Blockbook supports BIP44, BIP49, BIP84 and BIP86 (Taproot) derivation schemes, using either xpubs or output descriptors (see https://github.com/bitcoin/bitcoin/blob/master/doc/descriptors.md)
Note: usedTokens alwa... | 200 | null | {"page": 1, "totalPages": 1, "itemsOnPage": 1000, "address": "dgub8sbe5Mi8LA4dXB9zPfLZW8arm...9Vjp2HHx91xdDEmWYpmD49fpoUYF", "balance": "90000000", "totalReceived": "3093381250", "totalSent": "3083381250", "unconfirmedBalance": "0", "unconfirmedTxs": 0, "txs": 5, "txids": ["383ccb5da16fccad294e24a2ef77bdee5810573bb1b25... | {"type": "object", "properties": {"page": {"type": "integer"}, "totalPages": {"type": "integer"}, "itemsOnPage": {"type": "integer"}, "address": {"type": "string"}, "balance": {"type": "string"}, "totalReceived": {"type": "string"}, "totalSent": {"type": "string"}, "unconfirmedBalance": {"type": "string"}, "unconfirmed... |
fa58aab8-0e4a-4e6a-9d78-d5d887b67d0c/0b6fed06-2c6f-4064-951c-ab94e7912a1e/0/0 | Chain49 | Kickstart your next crypto project - extended trezor/blockbook API with 10+ blockchains available instantly and 50+ possible on request running on the finest hardware in Germany's best datacenters at Hetzner
Websocket only via api.chain49.com endpoint possible (RapidAPI does not support it yet) | 7.7 | Get Balance History V2 | Returns a balance history for the specified XPUB or address
The value of sentToSelf is the amount sent from the same address to the same address or within addresses of xpub. | 200 | null | [{"time": 1578391200, "txs": 5, "received": "5000000", "sent": "0", "sentToSelf": "100000", "rates": {"usd": 7855.9, "eur": 6838.13}}, {"time": 1578488400, "txs": 1, "received": "0", "sent": "5000000", "sentToSelf": "0", "rates": {"usd": 8283.11, "eur": 7464.45}}] | {"type": "array", "x-examples": {"Example 1": [{"time": 1578391200, "txs": 5, "received": "5000000", "sent": "0", "sentToSelf": "100000", "rates": {"usd": 7855.9, "eur": 6838.13, "...": 1234}}, {"time": 1578488400, "txs": 1, "received": "0", "sent": "5000000", "sentToSelf": "0", "rates": {"usd": 8283.11, "eur": 7464.45... |
fa58aab8-0e4a-4e6a-9d78-d5d887b67d0c/0b6fed06-2c6f-4064-951c-ab94e7912a1e/0/1 | Chain49 | Kickstart your next crypto project - extended trezor/blockbook API with 10+ blockchains available instantly and 50+ possible on request running on the finest hardware in Germany's best datacenters at Hetzner
Websocket only via api.chain49.com endpoint possible (RapidAPI does not support it yet) | 7.7 | Get Balance History V2 | Returns a balance history for the specified XPUB or address
The value of sentToSelf is the amount sent from the same address to the same address or within addresses of xpub. | 200 | null | [{"time": 0, "txs": 0, "received": "string", "sent": "string", "sentToSelf": "string", "rates": {}}] | {"type": "array", "x-examples": {"Example 1": [{"time": 1578391200, "txs": 5, "received": "5000000", "sent": "0", "sentToSelf": "100000", "rates": {"usd": 7855.9, "eur": 6838.13, "...": 1234}}, {"time": 1578488400, "txs": 1, "received": "0", "sent": "5000000", "sentToSelf": "0", "rates": {"usd": 8283.11, "eur": 7464.45... |
fa58aab8-0e4a-4e6a-9d78-d5d887b67d0c/0b6fed06-2c6f-4064-951c-ab94e7912a1e/0/2 | Chain49 | Kickstart your next crypto project - extended trezor/blockbook API with 10+ blockchains available instantly and 50+ possible on request running on the finest hardware in Germany's best datacenters at Hetzner
Websocket only via api.chain49.com endpoint possible (RapidAPI does not support it yet) | 7.7 | Get Balance History V2 | Returns a balance history for the specified XPUB or address
The value of sentToSelf is the amount sent from the same address to the same address or within addresses of xpub. | 200 | null | [{"time": 0, "txs": 0, "received": "string", "sent": "string", "sentToSelf": "string", "rates": {}}] | {"type": "array", "x-examples": {"Example 1": [{"time": 1578391200, "txs": 5, "received": "5000000", "sent": "0", "sentToSelf": "100000", "rates": {"usd": 7855.9, "eur": 6838.13, "...": 1234}}, {"time": 1578488400, "txs": 1, "received": "0", "sent": "5000000", "sentToSelf": "0", "rates": {"usd": 8283.11, "eur": 7464.45... |
fa58aab8-0e4a-4e6a-9d78-d5d887b67d0c/d5472235-37ae-494d-baca-8e3f34ae35a4/0/0 | Chain49 | Kickstart your next crypto project - extended trezor/blockbook API with 10+ blockchains available instantly and 50+ possible on request running on the finest hardware in Germany's best datacenters at Hetzner
Websocket only via api.chain49.com endpoint possible (RapidAPI does not support it yet) | 7.7 | Get Tickers V2 | Returns currency rate for the specified currency and date. If the currency is not available for that specific timestamp, the next closest rate will be returned. All responses contain an actual rate timestamp. | 200 | null | {"ts": 1574346615, "rates": {"eur": 7134.1, "usd": 7914.5}} | {"type": "object", "x-examples": {"Example 1": {"ts": 1574346615, "rates": {"eur": 7134.1, "usd": 7914.5}}}, "properties": {"ts": {"type": "integer"}, "rates": {"type": "object"}}} |
fa58aab8-0e4a-4e6a-9d78-d5d887b67d0c/d5472235-37ae-494d-baca-8e3f34ae35a4/0/1 | Chain49 | Kickstart your next crypto project - extended trezor/blockbook API with 10+ blockchains available instantly and 50+ possible on request running on the finest hardware in Germany's best datacenters at Hetzner
Websocket only via api.chain49.com endpoint possible (RapidAPI does not support it yet) | 7.7 | Get Tickers V2 | Returns currency rate for the specified currency and date. If the currency is not available for that specific timestamp, the next closest rate will be returned. All responses contain an actual rate timestamp. | 200 | null | {"ts": 1574346615, "rates": {"usd": 7914.5}} | {"type": "object", "x-examples": {"Example 1": {"ts": 1574346615, "rates": {"eur": 7134.1, "usd": 7914.5}}}, "properties": {"ts": {"type": "integer"}, "rates": {"type": "object"}}} |
fa58aab8-0e4a-4e6a-9d78-d5d887b67d0c/c5fcda07-6618-4c1e-a43f-53e1fd4445a3/0/0 | Chain49 | Kickstart your next crypto project - extended trezor/blockbook API with 10+ blockchains available instantly and 50+ possible on request running on the finest hardware in Germany's best datacenters at Hetzner
Websocket only via api.chain49.com endpoint possible (RapidAPI does not support it yet) | 7.7 | Get block hash V2 | Get block hash by its height
Note: Blockbook always follows the main chain of the backend it is attached to. | 200 | null | {"blockHash": "ed8f3af8c10ca70a136901c6dd3adf037f0aea8a93fbe9e80939214034300f1e"} | {"type": "object", "properties": {"blockHash": {"type": "string"}}, "x-examples": {"Example 1": {"blockHash": "ed8f3af8c10ca70a136901c6dd3adf037f0aea8a93fbe9e80939214034300f1e"}}} |
fa58aab8-0e4a-4e6a-9d78-d5d887b67d0c/8d6582b6-e375-4c48-9c13-044cc09428ba/0/0 | Chain49 | Kickstart your next crypto project - extended trezor/blockbook API with 10+ blockchains available instantly and 50+ possible on request running on the finest hardware in Germany's best datacenters at Hetzner
Websocket only via api.chain49.com endpoint possible (RapidAPI does not support it yet) | 7.7 | Blockchain Info Summary | Get basic summary of info relating to the currently selected blockchain | 200 | null | {"blockbook": {"coin": "Bitcoin", "host": "s4", "version": "0.4.0", "gitCommit": "83fe6672", "buildTime": "2023-02-27T02:40:48+00:00", "syncMode": true, "initialSync": false, "inSync": true, "bestHeight": 784299, "lastBlockTime": "2023-04-07T02:55:40.032567054Z", "inSyncMempool": true, "lastMempoolTime": "2023-04-07T03... | {"type": "object", "properties": {"blockbook": {"type": "object", "properties": {"coin": {"type": "string"}, "host": {"type": "string"}, "version": {"type": "string"}, "gitCommit": {"type": "string"}, "buildTime": {"type": "string"}, "syncMode": {"type": "boolean"}, "initialSync": {"type": "boolean"}, "inSync": {"type"... |
fa58aab8-0e4a-4e6a-9d78-d5d887b67d0c/2bd89d4d-6c30-4350-a56f-560ad86b6444/0/0 | Chain49 | Kickstart your next crypto project - extended trezor/blockbook API with 10+ blockchains available instantly and 50+ possible on request running on the finest hardware in Germany's best datacenters at Hetzner
Websocket only via api.chain49.com endpoint possible (RapidAPI does not support it yet) | 7.7 | List available blockchains | Get an array of active blockchains | 200 | null | ["bitcoin", "bitcoin-testnet", "bitcoin-signet", "bcash", "bcash-testnet", "litecoin-testnet", "litecoin", "zcash", "zcash-testnet", "dogecoin", "dogecoin-testnet", "ethereum"] | {"type": "array", "items": {"type": "string"}, "x-examples": {"Example 1": ["bitcoin", "bitcoin-testnet", "bitcoin-signet", "bcash", "bcash-testnet", "litecoin-testnet", "litecoin", "zcash", "zcash-testnet", "dogecoin", "dogecoin-testnet", "ethereum"]}} |
fa58aab8-0e4a-4e6a-9d78-d5d887b67d0c/879a3a39-489c-4433-8cd1-32009c1f0bcc/0/0 | Chain49 | Kickstart your next crypto project - extended trezor/blockbook API with 10+ blockchains available instantly and 50+ possible on request running on the finest hardware in Germany's best datacenters at Hetzner
Websocket only via api.chain49.com endpoint possible (RapidAPI does not support it yet) | 7.7 | Get Block V2 | Returns information about block with transactions, subject to paging.
Note: Blockbook always follows the main chain of the backend it is attached to. If there is a rollback-reorg in the backend, Blockbook will also do rollback. When you ask for block by height, you will always get the main chain block. If you ask for b... | 200 | null | {"page": 1, "totalPages": 1, "itemsOnPage": 1000, "hash": "00000000839a8e6886ab5951d76f411475428afc90947ee320161bbf18eb6048", "previousBlockHash": "000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f", "nextBlockHash": "000000006a625f06636b8bb6ac7b960a8d03705d1ace08b1a19da3fdcc99ddbd", "height": 1, "confir... | {"type": "object", "properties": {"page": {"type": "integer"}, "totalPages": {"type": "integer"}, "itemsOnPage": {"type": "integer"}, "hash": {"type": "string"}, "previousBlockHash": {"type": "string"}, "nextBlockHash": {"type": "string"}, "height": {"type": "integer"}, "confirmations": {"type": "integer"}, "size": {"t... |
fa58aab8-0e4a-4e6a-9d78-d5d887b67d0c/8c5ff4d7-77c9-4e08-98c8-560dc094d44c/0/0 | Chain49 | Kickstart your next crypto project - extended trezor/blockbook API with 10+ blockchains available instantly and 50+ possible on request running on the finest hardware in Germany's best datacenters at Hetzner
Websocket only via api.chain49.com endpoint possible (RapidAPI does not support it yet) | 7.7 | Send transaction (POST) V2 | Sends new transaction to backend for broadcasting | 200 | null | {"result": "7c3be24063f268aaa1ed81b64776798f56088757641a34fb156c4f51ed2e9d25"} | {"type": "object", "properties": {"result": {"type": "string"}}, "x-examples": {"Example 1": {"result": "7c3be24063f268aaa1ed81b64776798f56088757641a34fb156c4f51ed2e9d25"}}} |
fa58aab8-0e4a-4e6a-9d78-d5d887b67d0c/c1bc3e0e-5c5c-43f7-b91d-6c6596b881c6/0/0 | Chain49 | Kickstart your next crypto project - extended trezor/blockbook API with 10+ blockchains available instantly and 50+ possible on request running on the finest hardware in Germany's best datacenters at Hetzner
Websocket only via api.chain49.com endpoint possible (RapidAPI does not support it yet) | 7.7 | Get Mempool V2 | Get a list of transaction IDs currently in the mempool of the node (meaning unconfirmed transactions not included in any block yet)
Note: this route was implemented by us and is therefore not yet supported by existing blockbook clients. | 200 | null | {"page": 1, "totalPages": 28869, "itemsOnPage": 10, "mempool": [{"time": 1681670945, "txid": "0xb0f39fdbe618247b5e7f0fc8045365ed6c67633f4327583c7769135c085c498a"}, {"time": 1681670945, "txid": "0x54df29b59e9ca7ecb4c7bb53fe93b1333364d397d219f4e9dde3835104fc7c89"}, {"time": 1681670945, "txid": "0x506e48f10f308631c50046cf... | {"type": "object", "properties": {"page": {"type": "integer"}, "totalPages": {"type": "integer"}, "itemsOnPage": {"type": "integer"}, "mempool": {"type": "array", "items": {"type": "object", "properties": {"time": {"type": "integer"}, "txid": {"type": "string"}}}}, "mempoolSize": {"type": "integer"}}} |
fa58aab8-0e4a-4e6a-9d78-d5d887b67d0c/013ac13d-df84-42bd-bb96-aca1591c9591/0/0 | Chain49 | Kickstart your next crypto project - extended trezor/blockbook API with 10+ blockchains available instantly and 50+ possible on request running on the finest hardware in Germany's best datacenters at Hetzner
Websocket only via api.chain49.com endpoint possible (RapidAPI does not support it yet) | 7.7 | Get transaction (as is from Backend) V2 | Returns transaction data in the exact format as returned by backend, including all coin specific fields | 200 | null | {"hex": "040000808...8e6e73cb009", "txid": "7a0a0ff6f67bac2a856c7296382b69151949878de6fb0d01a8efa197182b2913", "overwintered": true, "version": 4, "versiongroupid": "892f2085", "locktime": 0, "expiryheight": 495680, "vin": [], "vout": [], "vjoinsplit": [], "valueBalance": 0, "vShieldedSpend": [{"cv": "50258bfa65caa9f42... | {"type": "object"} |
fa58aab8-0e4a-4e6a-9d78-d5d887b67d0c/3ba43bed-4c5a-47f8-b018-7334bdfc0932/0/0 | Chain49 | Kickstart your next crypto project - extended trezor/blockbook API with 10+ blockchains available instantly and 50+ possible on request running on the finest hardware in Germany's best datacenters at Hetzner
Websocket only via api.chain49.com endpoint possible (RapidAPI does not support it yet) | 7.7 | Send transaction (in URL) V2 | Sends new transaction to backend
It is recommended to use POST for sending transactions as there is a limit on how much data can be sent in the URL itself. | 200 | null | {"result": "7c3be24063f268aaa1ed81b64776798f56088757641a34fb156c4f51ed2e9d25"} | {"type": "object", "properties": {"result": {"type": "string"}}, "x-examples": {"Example 1": {"result": "7c3be24063f268aaa1ed81b64776798f56088757641a34fb156c4f51ed2e9d25"}}} |
fa58aab8-0e4a-4e6a-9d78-d5d887b67d0c/32784aa1-8126-471c-b406-b161a72c26ee/0/0 | Chain49 | Kickstart your next crypto project - extended trezor/blockbook API with 10+ blockchains available instantly and 50+ possible on request running on the finest hardware in Germany's best datacenters at Hetzner
Websocket only via api.chain49.com endpoint possible (RapidAPI does not support it yet) | 7.7 | Get Tickers list V2 | Returns a list of available currency rate tickers (secondary currencies) for the specified date, along with an actual data timestamp. | 200 | null | {"ts": 1574346615, "available_currencies": ["eur", "usd"]} | {"type": "object", "properties": {"ts": {"type": "integer"}, "available_currencies": {"type": "array", "items": {"type": "string"}}}, "x-examples": {"Example 1": {"ts": 1574346615, "available_currencies": ["eur", "usd"]}}} |
fa58aab8-0e4a-4e6a-9d78-d5d887b67d0c/a6d033df-ce52-4308-a02b-6e6abf42473a/0/0 | Chain49 | Kickstart your next crypto project - extended trezor/blockbook API with 10+ blockchains available instantly and 50+ possible on request running on the finest hardware in Germany's best datacenters at Hetzner
Websocket only via api.chain49.com endpoint possible (RapidAPI does not support it yet) | 7.7 | JSON-RPC over HTTP | All JSON-RPC methods are also available as normal HTTP GET routes if you specify a method (and optional parameters) in the URL. | 200 | null | {"result": {"hash": "000000000003ba27aa200b1cecaad478d2b00432346c3f1f3986da1afd33e506", "confirmations": 690937, "height": 100000, "version": 1, "versionHex": "00000001", "merkleroot": "f3e94742aca4b5ef85488dc37c06c3282295ffec960994b2c0d5ac2a25a95766", "time": 1293623863, "mediantime": 1293622620, "nonce": 274148111, "... | {"type": "object", "x-examples": {"Example 1": {"result": {"hash": "000000000003ba27aa200b1cecaad478d2b00432346c3f1f3986da1afd33e506", "confirmations": 690937, "height": 100000, "version": 1, "versionHex": "00000001", "merkleroot": "f3e94742aca4b5ef85488dc37c06c3282295ffec960994b2c0d5ac2a25a95766", "time": 1293623863, ... |
aa22e983-c8e5-4000-a766-18925af9c634/fe3a9e10-bffa-488e-af98-fe7ad0f83433/0/0 | Famous Quotes | "Famous Quotes" API is a user-friendly REST API designed for the API marketplace, offering access to thousands of famous quotes and the personalities behind them. Developers can seamlessly integrate this API into their applications with two key endpoints. The first endpoint, /api/v1/quotes/{name}, allows developers to ... | 6 | Get Categories | Get a list of all quote categories available. Use following endpoint : /api/v1/categories | 200 | Response | [{"id": 0, "name": "Ability"}, {"id": 1, "name": "Achievement"}, {"id": 2, "name": "Advertising"}, {"id": 3, "name": "Advice"}] | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.