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
21449850-6a19-40d0-bd15-332a18e10c08/85eb2858-df32-4829-a7e2-2ed6c255f769/0/1
The Earth Science Online Video Database
Public access to all 6,100+ videos' data in the ESOVDB, in JSON format.
null
Get all videos
Gets all 6,100+ videos from the Earth Science Online Database, as a large JSON file. Even though the API server caches all the videos every 24 hours, and API users are only ever querying what videos have been added or updated since then, the resulting JSON file is large, and this request may take a moment to complete....
200
Success (format=youtube|yt)
[{"videoId": "STgbHFvUMlE", "recordId": "recrPP76yYrjNvlmw", "esovdbId": "esovdb-0303-002113", "zoteroKey": "QD759QK8", "added": "2019-07-06 08:52:20"}, {"...": "6,100+ other video objects just like this."}]
{"type": "array", "items": {"anyOf": [{"$ref": "#/$defs/zotero"}, {"$ref": "#/$defs/youtube"}, {"$ref": "#/$defs/raw"}, {"$ref": "#/$defs/more"}]}, "$defs": {"zotero": {"type": "object", "properties": {"zoteroKey": {"type": "string"}, "zoteroVersion": {"type": "integer", "minimum": 0}, "zoteroSeries": {"type": "string"...
21449850-6a19-40d0-bd15-332a18e10c08/85eb2858-df32-4829-a7e2-2ed6c255f769/0/2
The Earth Science Online Video Database
Public access to all 6,100+ videos' data in the ESOVDB, in JSON format.
null
Get all videos
Gets all 6,100+ videos from the Earth Science Online Database, as a large JSON file. Even though the API server caches all the videos every 24 hours, and API users are only ever querying what videos have been added or updated since then, the resulting JSON file is large, and this request may take a moment to complete....
200
Success (format=raw|json)
[{"id": "rec1hptC6qgWA10qv", "Title": "Exotic X: Baja-BC", "URL": "https://youtu.be/XMUHKcFf2kQ", "Description": "CWU's Nick Zentner from his home in Ellensburg, Washington on Sunday, December 6, 2020. Livestreams every Friday (2pm) and Sunday (9am) this fall...Exotic Terranes A to Z!", "Series": ["rec8q8bnVXCxnEtF5"]...
{"type": "array", "items": {"anyOf": [{"$ref": "#/$defs/zotero"}, {"$ref": "#/$defs/youtube"}, {"$ref": "#/$defs/raw"}, {"$ref": "#/$defs/more"}]}, "$defs": {"zotero": {"type": "object", "properties": {"zoteroKey": {"type": "string"}, "zoteroVersion": {"type": "integer", "minimum": 0}, "zoteroSeries": {"type": "string"...
21449850-6a19-40d0-bd15-332a18e10c08/82d5e74b-0609-4fff-96ff-1f886ed2c9fc/0/0
The Earth Science Online Video Database
Public access to all 6,100+ videos' data in the ESOVDB, in JSON format.
null
Delete webhook(s)
By providing a callback URL and one or more webhook events (from the canonical list* of all available ESOVDB webhook events), the callback URL is unsubscribed from those webhook events. *For the canonical list of ESOVDB webhook events, use the GET /webhooks API endpoint, without any query parameters.
200
Success
{"removed": ["videos.create"], "unchanged": [], "failed": []}
{"$defs": {"event": {"enum": ["videos.create", "videos.update", "videos.delete", "series.create", "series.update", "series.delete"]}}, "removed": {"type": "array", "items": {"$ref": "#/$defs/event"}}, "unchanged": {"type": "array", "items": {"$ref": "#/$defs/event"}}, "failed": {"type": "array", "items": {"$ref": "#/$d...
21449850-6a19-40d0-bd15-332a18e10c08/82d5e74b-0609-4fff-96ff-1f886ed2c9fc/0/1
The Earth Science Online Video Database
Public access to all 6,100+ videos' data in the ESOVDB, in JSON format.
null
Delete webhook(s)
By providing a callback URL and one or more webhook events (from the canonical list* of all available ESOVDB webhook events), the callback URL is unsubscribed from those webhook events. *For the canonical list of ESOVDB webhook events, use the GET /webhooks API endpoint, without any query parameters.
200
Success (Unchanged)
{"removed": [], "unchanged": ["videos.create"], "failed": []}
{"$defs": {"event": {"enum": ["videos.create", "videos.update", "videos.delete", "series.create", "series.update", "series.delete"]}}, "removed": {"type": "array", "items": {"$ref": "#/$defs/event"}}, "unchanged": {"type": "array", "items": {"$ref": "#/$defs/event"}}, "failed": {"type": "array", "items": {"$ref": "#/$d...
21449850-6a19-40d0-bd15-332a18e10c08/4791cea2-eddc-4dd2-bb13-d59cd28458ad/0/0
The Earth Science Online Video Database
Public access to all 6,100+ videos' data in the ESOVDB, in JSON format.
null
Get all webhooks
Without any parameters specified, returns a list of all canonical webhook events. If the client includes a valid url callback parameter in the request, this endpoint instead returns a list of only the webhook events to which the provided callback URL is subscribed.
200
Success (w/ url query param)
["videos.create", "videos.update"]
{"$defs": {"event": {"enum": ["videos.create", "videos.update", "videos.delete", "series.create", "series.update", "series.delete"]}}, "events": {"type": "array", "items": {"$ref": "#/$defs/event"}}}
21449850-6a19-40d0-bd15-332a18e10c08/4791cea2-eddc-4dd2-bb13-d59cd28458ad/0/1
The Earth Science Online Video Database
Public access to all 6,100+ videos' data in the ESOVDB, in JSON format.
null
Get all webhooks
Without any parameters specified, returns a list of all canonical webhook events. If the client includes a valid url callback parameter in the request, this endpoint instead returns a list of only the webhook events to which the provided callback URL is subscribed.
200
Success
["videos.create", "videos.update", "videos.delete", "series.create", "series.update", "series.delete"]
{"$defs": {"event": {"enum": ["videos.create", "videos.update", "videos.delete", "series.create", "series.update", "series.delete"]}}, "events": {"type": "array", "items": {"$ref": "#/$defs/event"}}}
21449850-6a19-40d0-bd15-332a18e10c08/3c67550e-f555-4741-83df-e864e35506eb/0/0
The Earth Science Online Video Database
Public access to all 6,100+ videos' data in the ESOVDB, in JSON format.
null
Query videos
Return a subset of the ESOVDB's 6,100+ videos using various parameters to search and filter the ESOVDB's videos.
200
Success (default, format=zotero)
[{"zoteroKey": "QD759QK8", "zoteroVersion": 2456, "zoteroSeries": "5TKPPWXK", "title": "What Is a Meander?", "url": "https://youtu.be/STgbHFvUMlE", "year": 2013, "desc": "The development of graceful river meanders and oxbow lakes is explained in this short Two Minute Geology video. Entrenched Meanders are also explain...
{"type": "array", "items": {"anyOf": [{"$ref": "#/$defs/zotero"}, {"$ref": "#/$defs/youtube"}, {"$ref": "#/$defs/raw"}, {"$ref": "#/$defs/more"}]}, "$defs": {"zotero": {"type": "object", "properties": {"zoteroKey": {"type": "string"}, "zoteroVersion": {"type": "integer", "minimum": 0}, "zoteroSeries": {"type": "string"...
21449850-6a19-40d0-bd15-332a18e10c08/3c67550e-f555-4741-83df-e864e35506eb/0/1
The Earth Science Online Video Database
Public access to all 6,100+ videos' data in the ESOVDB, in JSON format.
null
Query videos
Return a subset of the ESOVDB's 6,100+ videos using various parameters to search and filter the ESOVDB's videos.
200
Success (format=youtube|yt)
[{"videoId": "STgbHFvUMlE", "recordId": "recrPP76yYrjNvlmw", "esovdbId": "esovdb-0303-002113", "zoteroKey": "QD759QK8", "added": "2019-07-06 08:52:20"}, {"...": "6,100+ other video objects just like this."}]
{"type": "array", "items": {"anyOf": [{"$ref": "#/$defs/zotero"}, {"$ref": "#/$defs/youtube"}, {"$ref": "#/$defs/raw"}, {"$ref": "#/$defs/more"}]}, "$defs": {"zotero": {"type": "object", "properties": {"zoteroKey": {"type": "string"}, "zoteroVersion": {"type": "integer", "minimum": 0}, "zoteroSeries": {"type": "string"...
21449850-6a19-40d0-bd15-332a18e10c08/3c67550e-f555-4741-83df-e864e35506eb/0/2
The Earth Science Online Video Database
Public access to all 6,100+ videos' data in the ESOVDB, in JSON format.
null
Query videos
Return a subset of the ESOVDB's 6,100+ videos using various parameters to search and filter the ESOVDB's videos.
200
Success (format=raw|json)
[{"id": "rec1hptC6qgWA10qv", "Title": "Exotic X: Baja-BC", "URL": "https://youtu.be/XMUHKcFf2kQ", "Description": "CWU's Nick Zentner from his home in Ellensburg, Washington on Sunday, December 6, 2020. Livestreams every Friday (2pm) and Sunday (9am) this fall...Exotic Terranes A to Z!", "Series": ["rec8q8bnVXCxnEtF5"]...
{"type": "array", "items": {"anyOf": [{"$ref": "#/$defs/zotero"}, {"$ref": "#/$defs/youtube"}, {"$ref": "#/$defs/raw"}, {"$ref": "#/$defs/more"}]}, "$defs": {"zotero": {"type": "object", "properties": {"zoteroKey": {"type": "string"}, "zoteroVersion": {"type": "integer", "minimum": 0}, "zoteroSeries": {"type": "string"...
686a6884-24fd-442b-931b-8b7305f6a584/553846a7-ff6d-4d4c-8f6d-dcfe3d5e2850/1/0
Molecular Viewer
This api give you the molecular structure of every chemical element in the periodic table.
null
predict_predit__post
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...
5bef032ce4b0a5d5a03bb9bf/5bef0486e4b0a5d5a03bb9ce/0/0
aztro
aztro API - Get daily horoscope! 100% Free & Open Source | Astrology API by Sameer Kumar
0.5
Fetch Horoscope Information
Provides horoscope info for sun signs such as Lucky Number, Lucky Color, Mood, Color, Compatibility with other sun signs, description of a sign for that day, etc.
200
Sample Response for Aquarius
{"color": "Blue", "compatibility": "Taurus", "current_date": "September 24, 2020", "date_range": "Jan 20 - Feb 18", "description": "Your busy lifestyle has been fun, but today it's time to slow down and just relax.", "lucky_number": "93", "lucky_time": "6pm", "mood": "Relieved"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"color": {"type": "string"}, "compatibility": {"type": "string"}, "current_date": {"type": "string"}, "date_range": {"type": "string"}, "description": {"type": "string"}, "lucky_number": {"type": "string"}, "lucky_time": {"type": "string"}, ...
f877f1f7-9417-45d2-9101-6e71e1927e4a/e87dd707-47a8-489a-a247-c68099e2f64e/0/0
Planets Info by NewbAPI
Basic Information about planet
9.4
All planet
Get list Planet
200
Example 1
[{"planetOrder": 0, "name": "", "description": "", "basicDetails": {"volume": "", "mass": ""}, "source": "", "wikiLink": "", "imgSrc": {"img": "", "imgDescription": ""}, "id": 0}]
{"title": "Response Get All Planet Api V1 Planets Get", "type": "array", "items": {"title": "PlanetSchema", "required": ["planetOrder", "name", "description", "basicDetails", "source", "wikiLink", "imgSrc", "id"], "type": "object", "properties": {"planetOrder": {"title": "Planetorder", "type": "integer"}, "name": {"ti...
f877f1f7-9417-45d2-9101-6e71e1927e4a/56c7cefe-ee73-43a9-91b6-877e52247d53/0/0
Planets Info by NewbAPI
Basic Information about planet
9.4
Single Planet
Get single planet. Example id: 1 Mercury id: 2 Venus
200
Example 1
{"planetOrder": 0, "name": "", "description": "", "basicDetails": {"volume": "", "mass": ""}, "source": "", "wikiLink": "", "imgSrc": {"img": "", "imgDescription": ""}, "id": 0}
{"title": "PlanetSchema", "required": ["planetOrder", "name", "description", "basicDetails", "source", "wikiLink", "imgSrc", "id"], "type": "object", "properties": {"planetOrder": {"title": "Planetorder", "type": "integer"}, "name": {"title": "Name", "type": "string"}, "description": {"title": "Description", "type": "s...
f877f1f7-9417-45d2-9101-6e71e1927e4a/56c7cefe-ee73-43a9-91b6-877e52247d53/1/0
Planets Info by NewbAPI
Basic Information about planet
9.4
Single Planet
Get single planet. Example id: 1 Mercury id: 2 Venus
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...
3e8bec4c-2ada-4446-bcbc-230919767a28/f15a9383-e1ab-4e3b-9865-662990516231/0/0
Daily Horoscope API
The Daily Horoscope API is your go-to source for daily horoscope readings for all 12 zodiac signs, along with fascinating fun trivia. Delving into six essential categories, namely Personal Life, Professional Life, Health, Emotions, Travel, and Luck, this API offers a comprehensive astrological experience.
9.1
Get Weekly Horoscope English
This will fetch weekly horoscope in english for all zodic signs
200
New Example
{"status": true, "prediction": "Your ability to experiment will make you capable of sorting out a budget as per the new scheme. You will win the appreciation of your superiors.Dealing with important persons with excellent personalities will help you to get rid of some negative peculiarities that were haunting you for a...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "prediction": {"type": "string"}}, "required": ["prediction", "status"]}
3e8bec4c-2ada-4446-bcbc-230919767a28/ae51bc6a-7ab7-41d0-9f3d-a44c63eb0921/0/0
Daily Horoscope API
The Daily Horoscope API is your go-to source for daily horoscope readings for all 12 zodiac signs, along with fascinating fun trivia. Delving into six essential categories, namely Personal Life, Professional Life, Health, Emotions, Travel, and Luck, this API offers a comprehensive astrological experience.
9.1
Get Yesterday Horoscope English
This will fetch yesterday horoscope in english for all zodic signs
200
New Example
{"status": true, "prediction": "Today seems to be your lucky day. The stars appear to be very favorable. Having positive thoughts will help channel the right energy towards you that will reach you to your goals.Today you might have to face a conflict between your public life and your domestic life. Some tricky situatio...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "prediction": {"type": "string"}}, "required": ["prediction", "status"]}
3e8bec4c-2ada-4446-bcbc-230919767a28/06fc58f9-c5f2-423b-82a5-f68f427ddeac/0/0
Daily Horoscope API
The Daily Horoscope API is your go-to source for daily horoscope readings for all 12 zodiac signs, along with fascinating fun trivia. Delving into six essential categories, namely Personal Life, Professional Life, Health, Emotions, Travel, and Luck, this API offers a comprehensive astrological experience.
9.1
Get Today Horoscope English
This will fetch today horoscope in english for all zodic signs
200
New Example
{"status": true, "prediction": "You have the ability to win the co-operation and trust of others. This will help you in implementing your long-drawn ideas as you will get all the help and resources you require.You appreciate people who are open to and welcome constructive ideas. This will help you get a new project thr...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "prediction": {"type": "string"}}, "required": ["prediction", "status"]}
3e8bec4c-2ada-4446-bcbc-230919767a28/0ab120ed-d464-4d2d-aded-33fae7d66d18/0/0
Daily Horoscope API
The Daily Horoscope API is your go-to source for daily horoscope readings for all 12 zodiac signs, along with fascinating fun trivia. Delving into six essential categories, namely Personal Life, Professional Life, Health, Emotions, Travel, and Luck, this API offers a comprehensive astrological experience.
9.1
Get Daily Horoscope Hindi
Get Hindi Horoscope for Yesterday | Today | Tomorrow by entering zodic signs.
200
New Example
{"status": true, "yesterday": "\u0906\u091c \u0906\u092a \u092a\u0930\u093f\u0938\u094d\u0925\u093f\u0924\u093f \u090f\u0935\u0902 \u0928\u0941\u0915\u0938\u093e\u0928 \u092a\u0930 \u0928\u093f\u092f\u0902\u0924\u094d\u0930\u0923 \u0932\u093e\u0928\u0947 \u0915\u0940 \u092a\u0942\u0930\u0940 \u0915\u094b\u0936\u093f\u0...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "yesterday": {"type": "string"}, "today": {"type": "string"}, "tomorrow": {"type": "string"}}, "required": ["status", "today", "tomorrow", "yesterday"]}
c9c07a84-eea2-47d9-8e15-ed4bfcecde3b/f5d0fe75-cd86-43ad-acf3-d890bd730502/1/0
Pet Store
Simple Pet Store
null
getOrderById
For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions
200
null
{"id": 0, "petId": 0, "quantity": 0, "shipDate": "", "status": "placed", "complete": false}
{"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "petId": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "quantity": {"type": "integer", "format": "int32", "minimum":...
c9c07a84-eea2-47d9-8e15-ed4bfcecde3b/338cac05-dfe2-4e8b-bd96-a2616e08782f/1/0
Pet Store
Simple Pet Store
null
getUserByName
200
null
{"id": 0, "username": "", "firstName": "", "lastName": "", "email": "", "password": "", "phone": "", "userStatus": 0}
{"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "username": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "email": {"type": "string"}, "password": {"type": "string"}, "phone": {"type":...
c9c07a84-eea2-47d9-8e15-ed4bfcecde3b/1ef89f2e-6672-4d11-8ed8-9502c7f5631a/1/0
Pet Store
Simple Pet Store
null
findPetsByTags
Muliple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
200
null
[{"id": 0, "category": {"id": 0, "name": ""}, "name": "doggie", "photoUrls": [], "tags": [{"id": 0, "name": ""}], "status": "available"}]
{"type": "array", "items": {"type": "object", "required": ["name", "photoUrls"], "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "category": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036...
c9c07a84-eea2-47d9-8e15-ed4bfcecde3b/f94cd644-75cc-47bd-b31e-1574734da8d4/1/0
Pet Store
Simple Pet Store
null
findPetsByStatus
Multiple status values can be provided with comma separated strings
200
null
[{"id": 0, "category": {"id": 0, "name": ""}, "name": "doggie", "photoUrls": [], "tags": [{"id": 0, "name": ""}], "status": "available"}]
{"type": "array", "items": {"type": "object", "required": ["name", "photoUrls"], "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "category": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036...
c9c07a84-eea2-47d9-8e15-ed4bfcecde3b/42affd4f-7087-4d39-947e-ca1e9a479f21/1/0
Pet Store
Simple Pet Store
null
getPetById
Returns a single pet
200
null
{"id": 0, "category": {"id": 0, "name": ""}, "name": "doggie", "photoUrls": [], "tags": [{"id": 0, "name": ""}], "status": "available"}
{"type": "object", "required": ["name", "photoUrls"], "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "category": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 92233...
c9c07a84-eea2-47d9-8e15-ed4bfcecde3b/03506ba3-9798-491e-96ba-30a5891fadee/0/0
Pet Store
Simple Pet Store
null
uploadFile
200
null
{"code": 0, "type": "", "message": ""}
{"type": "object", "properties": {"code": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "type": {"type": "string"}, "message": {"type": "string"}}}
c9c07a84-eea2-47d9-8e15-ed4bfcecde3b/30480c7e-d0f9-4bff-80eb-363c261a1415/1/0
Pet Store
Simple Pet Store
null
placeOrder
200
null
{"id": 0, "petId": 0, "quantity": 0, "shipDate": "", "status": "placed", "complete": false}
{"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "petId": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "quantity": {"type": "integer", "format": "int32", "minimum":...
8c38731d-e7ae-4804-973d-2af42ab6ae7c/a39300c8-82d8-4a32-a079-46b63f454b86/0/0
Celestial Objects
Return info about planets, moons, galaxies and stars
7.4
/planets/{name}
200
null
{"name": "", "description": "", "imageUrl": "", "mass": "", "equatorialDiameter": "", "polarDiameter": "", "moons": "", "orbitalPeriod": "", "orbitDistance": "", "surfaceTemperature": "", "lengthOfYear": "", "diameter": "", "firstRecord": "", "recordedBy": "", "density": "", "rotationPeriod": "", "lengthOfDay": "", "or...
{"type": "object", "properties": {"name": {"type": ["string", "null"]}, "description": {"type": ["string", "null"]}, "imageUrl": {"type": ["string", "null"]}, "mass": {"type": ["string", "null"]}, "equatorialDiameter": {"type": ["string", "null"]}, "polarDiameter": {"type": ["string", "null"]}, "moons": {"type": ["stri...
8c38731d-e7ae-4804-973d-2af42ab6ae7c/d12b4fda-ddb5-4e50-b35a-f4cd116a5750/0/0
Celestial Objects
Return info about planets, moons, galaxies and stars
7.4
/stars
200
null
[{"name": "", "imageUrl": "", "description": "", "mass": "", "equatorialDiameter": "", "polarDiameter": "", "moons": "", "orbitalPeriod": "", "orbitDistance": "", "surfaceTemperature": "", "distancefromSun": "", "lengthOfYear": "", "diameter": "", "firstRecord": "", "recordedBy": "", "constellation": "", "origin": "", ...
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": ["string", "null"]}, "imageUrl": {"type": ["string", "null"]}, "description": {"type": ["string", "null"]}, "mass": {"type": ["string", "null"]}, "equatorialDiameter": {"type": ["string", "null"]}, "polarDiameter": {"type": ["string", "null"]...
8c38731d-e7ae-4804-973d-2af42ab6ae7c/994f8bfb-ef76-4880-947d-ade5a3eb9b7e/0/0
Celestial Objects
Return info about planets, moons, galaxies and stars
7.4
/galaxies
200
null
[{"name": "", "imageUrl": "", "description": "", "mass": "", "equatorialDiameter": "", "polarDiameter": "", "moons": "", "orbitalPeriod": "", "orbitDistance": "", "surfaceTemperature": "", "distancefromSun": "", "lengthOfYear": "", "diameter": "", "firstRecord": "", "recordedBy": "", "constellation": "", "origin": "", ...
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": ["string", "null"]}, "imageUrl": {"type": ["string", "null"]}, "description": {"type": ["string", "null"]}, "mass": {"type": ["string", "null"]}, "equatorialDiameter": {"type": ["string", "null"]}, "polarDiameter": {"type": ["string", "null"]...
8c38731d-e7ae-4804-973d-2af42ab6ae7c/aede187f-95e4-4156-848b-92116afecff8/0/0
Celestial Objects
Return info about planets, moons, galaxies and stars
7.4
/galaxies/{name}
200
null
{"name": "", "imageUrl": "", "description": "", "mass": "", "equatorialDiameter": "", "polarDiameter": "", "moons": "", "orbitalPeriod": "", "orbitDistance": "", "surfaceTemperature": "", "distancefromSun": "", "lengthOfYear": "", "diameter": "", "firstRecord": "", "recordedBy": "", "constellation": "", "origin": "", "...
{"type": "object", "properties": {"name": {"type": ["string", "null"]}, "imageUrl": {"type": ["string", "null"]}, "description": {"type": ["string", "null"]}, "mass": {"type": ["string", "null"]}, "equatorialDiameter": {"type": ["string", "null"]}, "polarDiameter": {"type": ["string", "null"]}, "moons": {"type": ["stri...
8c38731d-e7ae-4804-973d-2af42ab6ae7c/0f4a5b17-6b8d-4463-85f5-0552c10d99f1/0/0
Celestial Objects
Return info about planets, moons, galaxies and stars
7.4
/planets
200
null
[{"name": "", "description": "", "imageUrl": "", "mass": "", "equatorialDiameter": "", "polarDiameter": "", "moons": "", "orbitalPeriod": "", "orbitDistance": "", "surfaceTemperature": "", "lengthOfYear": "", "diameter": "", "firstRecord": "", "recordedBy": "", "density": "", "rotationPeriod": "", "lengthOfDay": "", "o...
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": ["string", "null"]}, "description": {"type": ["string", "null"]}, "imageUrl": {"type": ["string", "null"]}, "mass": {"type": ["string", "null"]}, "equatorialDiameter": {"type": ["string", "null"]}, "polarDiameter": {"type": ["string", "null"]...
8c38731d-e7ae-4804-973d-2af42ab6ae7c/69d556dd-d8bd-410a-b34c-6408340be941/0/0
Celestial Objects
Return info about planets, moons, galaxies and stars
7.4
/stars/{name}
200
null
{"name": "", "imageUrl": "", "description": "", "mass": "", "equatorialDiameter": "", "polarDiameter": "", "moons": "", "orbitalPeriod": "", "orbitDistance": "", "surfaceTemperature": "", "distancefromSun": "", "lengthOfYear": "", "diameter": "", "firstRecord": "", "recordedBy": "", "constellation": "", "origin": "", "...
{"type": "object", "properties": {"name": {"type": ["string", "null"]}, "imageUrl": {"type": ["string", "null"]}, "description": {"type": ["string", "null"]}, "mass": {"type": ["string", "null"]}, "equatorialDiameter": {"type": ["string", "null"]}, "polarDiameter": {"type": ["string", "null"]}, "moons": {"type": ["stri...
8c38731d-e7ae-4804-973d-2af42ab6ae7c/ae772289-1c1c-4aa3-8290-7dd4b6f27e55/0/0
Celestial Objects
Return info about planets, moons, galaxies and stars
7.4
/moons/{name}
200
null
{"name": "", "mass": "", "orbitDistance": "", "orbits": "", "orbitPeriod": "", "diameter": "", "surfaceTemperature": "", "imageUrl": "", "description": "", "discoveryDate": "", "discoveredBy": ""}
{"type": "object", "properties": {"name": {"type": ["string", "null"]}, "mass": {"type": ["string", "null"]}, "orbitDistance": {"type": ["string", "null"]}, "orbits": {"type": ["string", "null"]}, "orbitPeriod": {"type": ["string", "null"]}, "diameter": {"type": ["string", "null"]}, "surfaceTemperature": {"type": ["str...
8c38731d-e7ae-4804-973d-2af42ab6ae7c/aa823dd1-45ad-4fc3-b609-0685db08f764/0/0
Celestial Objects
Return info about planets, moons, galaxies and stars
7.4
/moons
200
null
[{"name": "", "mass": "", "orbitDistance": "", "orbits": "", "orbitPeriod": "", "diameter": "", "surfaceTemperature": "", "imageUrl": "", "description": "", "discoveryDate": "", "discoveredBy": ""}]
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": ["string", "null"]}, "mass": {"type": ["string", "null"]}, "orbitDistance": {"type": ["string", "null"]}, "orbits": {"type": ["string", "null"]}, "orbitPeriod": {"type": ["string", "null"]}, "diameter": {"type": ["string", "null"]}, "surfaceT...
7c21736d-949b-4bba-9db5-92e244bc0e8d/203de1d2-4d7d-44dd-8014-ed05029eb836/0/0
Navigator's Sextant
Discover the sun's journey with Navigator's Sextant API. Obtain precise solar positions, sunrise, sunset, solar noon, and twilight values to enhance navigation, augmented reality apps, or map-based applications.
8.1
Twilight
Acquire the times for various twilight phases including civil, nautical, and astronomical twilight for a specified geographical location.
200
Response
{"civilTwilightMorning": "06:41", "civilTwilightEvening": "19:37", "nauticalTwilightMorning": "05:59", "nauticalTwilightEvening": "20:19", "astronomicalTwilightMorning": "05:16", "astronomicalTwilightEvening": "21:02"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"civilTwilightMorning": {"type": "string"}, "civilTwilightEvening": {"type": "string"}, "nauticalTwilightMorning": {"type": "string"}, "nauticalTwilightEvening": {"type": "string"}, "astronomicalTwilightMorning": {"type": "string"}, "astrono...
7c21736d-949b-4bba-9db5-92e244bc0e8d/f3fc429a-c823-4afa-9818-afbfbafd6712/0/0
Navigator's Sextant
Discover the sun's journey with Navigator's Sextant API. Obtain precise solar positions, sunrise, sunset, solar noon, and twilight values to enhance navigation, augmented reality apps, or map-based applications.
8.1
Day Length
Get the total duration of daylight based on the sunrise and sunset times for a specific day.
200
Response
{"dayLength": "11:53"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"dayLength": {"type": "string"}}, "required": ["dayLength"]}
7c21736d-949b-4bba-9db5-92e244bc0e8d/a84074f9-ea49-4f4a-ac89-ca96e7d835f0/0/0
Navigator's Sextant
Discover the sun's journey with Navigator's Sextant API. Obtain precise solar positions, sunrise, sunset, solar noon, and twilight values to enhance navigation, augmented reality apps, or map-based applications.
8.1
Solar Position of the Sun
Obtain the solar position including azimuth and elevation for a specified geographical location and time.
200
Response
{"azimuth": 146.513667274154, "elevation": 29.172467064891503, "time": "09:15"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"azimuth": {"type": "number"}, "elevation": {"type": "number"}, "time": {"type": "string"}}, "required": ["azimuth", "elevation", "time"]}
7c21736d-949b-4bba-9db5-92e244bc0e8d/0a845262-86df-44cf-97fb-6c92d4a61e68/0/0
Navigator's Sextant
Discover the sun's journey with Navigator's Sextant API. Obtain precise solar positions, sunrise, sunset, solar noon, and twilight values to enhance navigation, augmented reality apps, or map-based applications.
8.1
Solar Noon
btain the time of solar noon based on the sunrise and sunset times for a particular day.
200
Response
{"solarNoon": "13:09"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"solarNoon": {"type": "string"}}, "required": ["solarNoon"]}
7c21736d-949b-4bba-9db5-92e244bc0e8d/3412422f-7181-4895-a3c8-1216a9c9a343/0/0
Navigator's Sextant
Discover the sun's journey with Navigator's Sextant API. Obtain precise solar positions, sunrise, sunset, solar noon, and twilight values to enhance navigation, augmented reality apps, or map-based applications.
8.1
Sunrise and Sunset
Retrieve the times of sunrise and sunset for a specified geographical location.
200
Response
{"sunrise": "07:17", "sunset": "19:01"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"sunrise": {"type": "string"}, "sunset": {"type": "string"}}, "required": ["sunrise", "sunset"]}
7c21736d-949b-4bba-9db5-92e244bc0e8d/f34ce0ab-6510-4397-9f6e-57b73b542405/0/0
Navigator's Sextant
Discover the sun's journey with Navigator's Sextant API. Obtain precise solar positions, sunrise, sunset, solar noon, and twilight values to enhance navigation, augmented reality apps, or map-based applications.
8.1
Timezone
Retrieve the time zone information for a specified geographical location.
200
Response
{"timezone": "Europe/Berlin"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"timezone": {"type": "string"}}, "required": ["timezone"]}
025dbdd4-e26b-4f34-b1c1-636d93356caf/4ef72a39-b475-4374-b1cf-625f2d973a58/0/0
Geomagnetism API
Magnetic variation values on a given date, altitude, latitude and longitude, for accurate compass navigation.
null
app.api_wmm.endpoints.WMM.magnetic_field
at specified conditions.
200
null
{"declination": {"units": "Deg", "value": 34.144142150878906}, "grid_variation": {"units": -65.8558578491211, "value": "Deg"}, "inclination": {"units": "Deg", "value": 87.98262786865234}, "total_intensity": {"units": "nT", "value": 58421.87109375}}
{"properties": {"declination": {"description": "The angle in the horizontal plane between magnetic north and true north. Declination is positive when magnetic north is east of true north.\n", "properties": {"units": {"type": "string"}, "value": {"type": "number"}}, "type": "object"}, "grid_variation": {"description": "...
514f63d1-c289-4d2e-a21e-78e2c92f253c/703b5ccc-496c-479e-bddc-9c7a091dbbcb/0/0
EasyTransform API
Introducing EasyTransform API – Your Ultimate Unit Converter / Transformation Solution! Unlock the power of seamless unit conversions / transformation with EasyTransform API! This cutting-edge tool empowers developers to effortlessly transform / convert diverse units across domains, from weight and length to time and t...
null
Transform units [POST]
Transform units between diferents domines
200
Example Success
{"value": 100000}
{"type": "object", "properties": {"value": {"type": "number"}}}
514f63d1-c289-4d2e-a21e-78e2c92f253c/703b5ccc-496c-479e-bddc-9c7a091dbbcb/1/0
EasyTransform API
Introducing EasyTransform API – Your Ultimate Unit Converter / Transformation Solution! Unlock the power of seamless unit conversions / transformation with EasyTransform API! This cutting-edge tool empowers developers to effortlessly transform / convert diverse units across domains, from weight and length to time and t...
null
Transform units [POST]
Transform units between diferents domines
500
Example_1
{"error": "Internal Server Error: An error occurred during the conversion."}
{"type": "object", "properties": {"error": {"type": "string"}}}
514f63d1-c289-4d2e-a21e-78e2c92f253c/703b5ccc-496c-479e-bddc-9c7a091dbbcb/2/0
EasyTransform API
Introducing EasyTransform API – Your Ultimate Unit Converter / Transformation Solution! Unlock the power of seamless unit conversions / transformation with EasyTransform API! This cutting-edge tool empowers developers to effortlessly transform / convert diverse units across domains, from weight and length to time and t...
null
Transform units [POST]
Transform units between diferents domines
400
Example_1
{"error": "Bad Request: One or more parameters are missing or incorrect."}
{"type": "object", "properties": {"error": {"type": "string"}}}
bd7ae2a3-0374-410a-bd77-0d8db6b3591c/endpoint_c1ea7fd1-36f8-4c97-a8cd-fcb5ca071ad3/0/0
Astrologer
Astrology made easy! Astrological calculation, birth charts, composite charts in SVG. Plus all astrological data.
9.3
Composite Chart
Get the composite chart data of two subjects.
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...
bd7ae2a3-0374-410a-bd77-0d8db6b3591c/endpoint_089ef1a9-5cc4-498a-9be0-d0499fa6b5c2/0/0
Astrologer
Astrology made easy! Astrological calculation, birth charts, composite charts in SVG. Plus all astrological data.
9.3
Discepolo Score
Get compatibility score number according to Ciro Discepolo method. Here the description (in Italian): http://www.cirodiscepolo.it/Articoli/Discepoloele.htm
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...
bd7ae2a3-0374-410a-bd77-0d8db6b3591c/endpoint_9c5cf089-fd9e-4145-ad4e-c8ec77e96718/0/0
Astrologer
Astrology made easy! Astrological calculation, birth charts, composite charts in SVG. Plus all astrological data.
9.3
Birth Data
Get the birthdata data of a subject.
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...
88caf62e-1c53-4d59-b0aa-54b2e11fdb36/a597312d-8ef5-4d07-b953-755834c635f5/0/0
EveryEarthquake
Get every earthquake and any other event that registers on the richter scale ever catalogued by the USGS, with very detailed location data.
9.5
Recent Earthquakes
Get the 100 most recent earthquakes from all over in the world, from now to the date and time determined by the 'interval' property.
200
Example_1
{"httpStatus": 200, "noun": "earthquakes", "verb": "GET", "errorCode": "none", "errors": [], "friendlyError": "", "result": "success", "count": 1, "data": [{"id": "ci39989663", "magnitude": "1.04", "type": "earthquake", "title": "M 1.0 - 6km NW of Rialto, CA", "date": "2022-04-09T23:52:35", "time": "1649548355440", "up...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"httpStatus": {"type": "integer"}, "noun": {"type": "string"}, "verb": {"type": "string"}, "errorCode": {"type": "string"}, "errors": {"type": "array"}, "friendlyError": {"type": "string"}, "result": {"type": "string"}, "count": {"type": "in...
88caf62e-1c53-4d59-b0aa-54b2e11fdb36/9d7b98f9-099a-4531-9658-28ac71b8cc3d/0/0
EveryEarthquake
Get every earthquake and any other event that registers on the richter scale ever catalogued by the USGS, with very detailed location data.
9.5
API Test
Simple call to determine if the API is available and responding.
200
Example_1
{"httpStatus": 200, "noun": "testPass", "verb": "GET", "errorCode": "none", "errors": [], "friendlyError": "", "result": "success", "count": 0, "data": []}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"httpStatus": {"type": "integer"}, "noun": {"type": "string"}, "verb": {"type": "string"}, "errorCode": {"type": "string"}, "errors": {"type": "array"}, "friendlyError": {"type": "string"}, "result": {"type": "string"}, "count": {"type": "in...
88caf62e-1c53-4d59-b0aa-54b2e11fdb36/75556960-2203-40e4-8b18-f8414bf1cbd4/0/0
EveryEarthquake
Get every earthquake and any other event that registers on the richter scale ever catalogued by the USGS, with very detailed location data.
9.5
Earthquakes By Date
Get the 100 most recent earthquakes from all over in the world, within a specified date range.
200
Example_1
{"httpStatus": 200, "noun": "earthquakes", "verb": "GET", "errorCode": "none", "errors": [], "friendlyError": "", "result": "success", "count": 1, "data": [{"id": "ci39989663", "magnitude": "1.04", "type": "earthquake", "title": "M 1.0 - 6km NW of Rialto, CA", "date": "2022-04-09T23:52:35", "time": "1649548355440", "up...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"httpStatus": {"type": "integer"}, "noun": {"type": "string"}, "verb": {"type": "string"}, "errorCode": {"type": "string"}, "errors": {"type": "array"}, "friendlyError": {"type": "string"}, "result": {"type": "string"}, "count": {"type": "in...
88caf62e-1c53-4d59-b0aa-54b2e11fdb36/3daf5e58-fafd-43a8-8474-035f0d791f73/0/0
EveryEarthquake
Get every earthquake and any other event that registers on the richter scale ever catalogued by the USGS, with very detailed location data.
9.5
Earthquakes
Get the 100 most recent earthquakes from all over in the world. No parameters required.
200
Example_1
{"httpStatus": 200, "noun": "earthquakes", "verb": "GET", "errorCode": "none", "errors": [], "friendlyError": "", "result": "success", "count": 1, "data": [{"id": "ci39989663", "magnitude": "1.04", "type": "earthquake", "title": "M 1.0 - 6km NW of Rialto, CA", "date": "2022-04-09T23:52:35", "time": "1649548355440", "up...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"httpStatus": {"type": "integer"}, "noun": {"type": "string"}, "verb": {"type": "string"}, "errorCode": {"type": "string"}, "errors": {"type": "array"}, "friendlyError": {"type": "string"}, "result": {"type": "string"}, "count": {"type": "in...
88caf62e-1c53-4d59-b0aa-54b2e11fdb36/f2080768-353a-412f-b7af-04ad63481ab1/0/0
EveryEarthquake
Get every earthquake and any other event that registers on the richter scale ever catalogued by the USGS, with very detailed location data.
9.5
Latest Earthquake Near Me
Call this endpoint with your latitude and longitude and you'll receive a simple return for the most recent earthquake, within 100 miles, of the lat/long coordinates provided.
200
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
21b89381-9854-4fa1-9dd1-9ac3c093b3e0/d3597e92-0429-4e4f-a3e5-221f0c2e1cb1/1/0
Global Chem
Global Chem is an open-source graph database and api for common and rare chemical lists using IUPAC as input and SMILES/SMARTS as output. Our API base featuers fetches data for different nodes, or dictionary look ups, or all the data at once as it 's being updated. Our paid version will have more features include thin...
0.1
iupac_to_smiles_iupac_to_smiles_get
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Messag...
21b89381-9854-4fa1-9dd1-9ac3c093b3e0/00ac516a-dfe5-4ba7-8d83-aad3f8d668dd/1/0
Global Chem
Global Chem is an open-source graph database and api for common and rare chemical lists using IUPAC as input and SMILES/SMARTS as output. Our API base featuers fetches data for different nodes, or dictionary look ups, or all the data at once as it 's being updated. Our paid version will have more features include thin...
0.1
get_node_smarts_node_smarts_get
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Messag...
21b89381-9854-4fa1-9dd1-9ac3c093b3e0/bd37b8be-b0d6-4ebe-ac3c-dfa48adb1cd6/1/0
Global Chem
Global Chem is an open-source graph database and api for common and rare chemical lists using IUPAC as input and SMILES/SMARTS as output. Our API base featuers fetches data for different nodes, or dictionary look ups, or all the data at once as it 's being updated. Our paid version will have more features include thin...
0.1
get_node_node_get
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Messag...
21b89381-9854-4fa1-9dd1-9ac3c093b3e0/b5bb3d9a-c32c-4c9c-96a2-69926a46577a/1/0
Global Chem
Global Chem is an open-source graph database and api for common and rare chemical lists using IUPAC as input and SMILES/SMARTS as output. Our API base featuers fetches data for different nodes, or dictionary look ups, or all the data at once as it 's being updated. Our paid version will have more features include thin...
0.1
get_node_smiles_node_smiles_get
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Messag...
00e41ae6-c9bc-4db1-ae37-1c8f4be6d2fc/3bdd3b9a-6135-46cc-8db7-898afc2f7620/0/0
Space Launch
Information about planned orbital missions from spaceports around the world
null
Get All Planned Launches
Returns an array of objects containing all planned spaceport launches
200
New Example
{"date": "Jan. 10", "mission": "Transporter 3", "rocket": "Falcon 9", "site": "SLC-40, Cape Canaveral Space Force Station, Florida", "info": "A SpaceX Falcon 9 rocket will launch the Transporter 3 mission, a rideshare flight to a sun-synchronous orbit with numerous small microsatellites and nanosatellites for commercia...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"date": {"type": "string"}, "mission": {"type": "string"}, "rocket": {"type": "string"}, "site": {"type": "string"}, "info": {"type": "string"}}, "required": ["date", "info", "mission", "rocket", "site"]}
00e41ae6-c9bc-4db1-ae37-1c8f4be6d2fc/f480cd34-9e3b-47b4-8e6d-19256064b4f4/0/0
Space Launch
Information about planned orbital missions from spaceports around the world
null
Get Planned Launches By Spacecraft
Returns an array of objects containing planned spaceport launches for specified spacecraft. Case sensitive parameter, please provide multi word rockets with each word capitalised.
200
New Example
{"date": "2nd Quarter", "mission": "USSF 52", "rocket": "Falcon Heavy", "site": "LC-39A, Kennedy Space Center, Florida", "info": "A SpaceX Falcon Heavy rocket will launch the USSF 52 mission for the U.S. Space Force. The mission will launch an unspecified military payload on this mission. Delayed from October."}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"date": {"type": "string"}, "mission": {"type": "string"}, "rocket": {"type": "string"}, "site": {"type": "string"}, "info": {"type": "string"}}, "required": ["date", "info", "mission", "rocket", "site"]}
00e41ae6-c9bc-4db1-ae37-1c8f4be6d2fc/7139e4f5-b807-48a6-83d7-bd2964c46fb5/0/0
Space Launch
Information about planned orbital missions from spaceports around the world
null
Get Planned Launches By Country/State
Returns an array of objects containing planned spaceport launches for specified location. For US locations, please send location parameter as state only.
200
New Example
{"date": "Jan. 10", "mission": "Transporter 3", "rocket": "Falcon 9", "site": "SLC-40, Cape Canaveral Space Force Station, Florida", "info": "A SpaceX Falcon 9 rocket will launch the Transporter 3 mission, a rideshare flight to a sun-synchronous orbit with numerous small microsatellites and nanosatellites for commercia...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"date": {"type": "string"}, "mission": {"type": "string"}, "rocket": {"type": "string"}, "site": {"type": "string"}, "info": {"type": "string"}}, "required": ["date", "info", "mission", "rocket", "site"]}
7b1074eb-f701-45e1-b01a-f6446a00f5ab/61d7e4df-2863-41de-8a0a-60709f8fbcd1/0/0
IECC Climate Zones
Lookup IECC climate zones using a zip code or FIPS number
null
/climatezone/zipcode/
Get IECC climate zone by zip code
200
null
{"results": {"baClimateZone": "Cold", "county": "Boulder", "fips": "08013", "ieccClimateZone": "5", "ieccMoisture": "B", "state": "CO"}, "version": "2015"}
{"type": "object", "properties": {"results": {"type": "object", "properties": {"baClimateZone": {"type": "string"}, "county": {"type": "string"}, "fips": {"type": "string"}, "ieccClimateZone": {"type": "string"}, "ieccMoisture": {"type": "string"}, "state": {"type": "string"}}}, "version": {"type": "string"}}}
7b1074eb-f701-45e1-b01a-f6446a00f5ab/521f3b40-fefb-4fa2-ba06-c8b142526bfc/0/0
IECC Climate Zones
Lookup IECC climate zones using a zip code or FIPS number
null
/climatezone/fips/
Get IECC climate zone by 5 digit FIPS ({State FIPS}{County FIPS})
200
null
{"results": {"baClimateZone": "Cold", "county": "Boulder", "ieccClimateZone": "5", "ieccMoisture": "B", "state": "CO"}, "version": "2015"}
{"type": "object", "properties": {"results": {"type": "object", "properties": {"baClimateZone": {"type": "string"}, "county": {"type": "string"}, "ieccClimateZone": {"type": "string"}, "ieccMoisture": {"type": "string"}, "state": {"type": "string"}}}, "version": {"type": "string"}}}
fe740b1c-b9be-4c6c-a091-5d7294c957ce/7fbe3ed8-9c62-47ae-aa9b-e35f7dc7d8c2/0/0
crossref
Crossref makes research outputs easy to find, cite, link, assess, and reuse.
8.4
DOI
Information of a article with specified doi.
200
New Example
{"doi": "s12098-020-03263-6", "title": "A Review of Coronavirus Disease-2019 (COVID-19)"}
{"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}}
44b2d360-2c4d-48d3-b45b-4d0b2db8216f/b08ab7f0-9f2b-460b-8243-1d871ab3fbff/1/0
teste
teste
7.4
getUserByName
200
null
{"id": 0, "username": "", "firstName": "", "lastName": "", "email": "", "password": "", "phone": "", "userStatus": 0}
{"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "username": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "email": {"type": "string"}, "password": {"type": "string"}, "phone": {"type":...
44b2d360-2c4d-48d3-b45b-4d0b2db8216f/8796ba11-61aa-4200-90cb-2f45f758538a/0/0
teste
teste
7.4
findPetsByStatus
Multiple status values can be provided with comma separated strings
200
null
[{"id": 0, "category": {"id": 0, "name": ""}, "name": "doggie", "photoUrls": [], "tags": [{"id": 0, "name": ""}], "status": "available"}]
{"type": "array", "items": {"type": "object", "required": ["name", "photoUrls"], "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "category": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036...
44b2d360-2c4d-48d3-b45b-4d0b2db8216f/85e34a13-4537-46d8-b5df-ab8b1010226b/2/0
teste
teste
7.4
placeOrder
200
null
{"id": 0, "petId": 0, "quantity": 0, "shipDate": "", "status": "placed", "complete": false}
{"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "petId": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "quantity": {"type": "integer", "format": "int32", "minimum":...
44b2d360-2c4d-48d3-b45b-4d0b2db8216f/4a6d6d70-71a0-44dc-b229-b216643d88f8/3/0
teste
teste
7.4
getPetById
Returns a single pet
200
null
{"id": 0, "category": {"id": 0, "name": ""}, "name": "doggie", "photoUrls": [], "tags": [{"id": 0, "name": ""}], "status": "available"}
{"type": "object", "required": ["name", "photoUrls"], "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "category": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 92233...
44b2d360-2c4d-48d3-b45b-4d0b2db8216f/55bdfb21-49d5-44ac-953b-e5c1e34905aa/2/0
teste
teste
7.4
findPetsByTags
Muliple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
200
null
[{"id": 0, "category": {"id": 0, "name": ""}, "name": "doggie", "photoUrls": [], "tags": [{"id": 0, "name": ""}], "status": "available"}]
{"type": "array", "items": {"type": "object", "required": ["name", "photoUrls"], "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "category": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036...
44b2d360-2c4d-48d3-b45b-4d0b2db8216f/c1fe6307-4252-4b62-b068-dfdfcadf49cc/1/0
teste
teste
7.4
getOrderById
For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions
200
null
{"id": 0, "petId": 0, "quantity": 0, "shipDate": "", "status": "placed", "complete": false}
{"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "petId": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "quantity": {"type": "integer", "format": "int32", "minimum":...
44b2d360-2c4d-48d3-b45b-4d0b2db8216f/5eaa4d0f-7f31-4e0c-8844-3f324e2f25f6/0/0
teste
teste
7.4
uploadFile
200
null
{"code": 0, "type": "", "message": ""}
{"type": "object", "properties": {"code": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "type": {"type": "string"}, "message": {"type": "string"}}}
f6f506f5-0d78-49ba-9f11-43d4bcfca272/1aabebe1-9676-41fd-992f-0d93bd5dbd78/0/0
UPHERE.SPACE
Real-time satellite tracking and predictions
9.2
Location
Current location by NORAD TLE number
200
Example_1
{"coordinates": [-69.34455439843211, -2.834841089920333], "footprint_radius": 2524684.5107199484, "height": 332.558835040733, "norad_id": "20580", "speed": 16996.970517404618, "visibility": {"azimuth": 16.32274243382461, "elevation": -65.93303612662568}}
{"properties": {"coordinates": {"items": {"type": "number"}, "type": "array"}, "footprint_radius": {"type": "number"}, "height": {"type": "number"}, "norad_id": {"type": "string"}, "speed": {"type": "number"}, "visibility": {"properties": {"azimuth": {"type": "number"}, "elevation": {"type": "number"}}, "type": "object...
077e6445-4b35-4298-83ad-948d3c7f899a/917f10a3-a6db-4a02-b428-4daaabb3e83d/0/0
CarbonSutra
Carbon Emission Footprint Estimation for Organizations.
9.3
Retrieve Key
This retrieves an already registered key.
200
New Example
{"CarbonSutra_API_KEY": "dT0RqbneJeT9Nnci0wNkasddffFLKJKzScnHmB4STLqKJccfEzAeC11qyXaZqK"}
{"type": "object", "properties": {"CarbonSutra_API_KEY": {"type": "string"}}}
077e6445-4b35-4298-83ad-948d3c7f899a/2e5a8852-a840-46db-9a39-a0471226a891/0/0
CarbonSutra
Carbon Emission Footprint Estimation for Organizations.
9.3
Register Key
Registration will enable you to cluster the emissions using self-defined labels. Register with your email address and a password to get a unique key, which can be used as Bearer Token in emission calculations along with cluster-name.
200
New Example
{"data": {"email": "janice30@contact40x.com", "CarbonSutra_API_KEY": "bC6ljxhgyovY5CBYV1VhZ7JX04uyAAfggxWFAwXBNq3w9VF3Vvgi18Ibn"}}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"email": {"type": "string"}, "CarbonSutra_API_KEY": {"type": "string"}}}}}
077e6445-4b35-4298-83ad-948d3c7f899a/d2b026ae-aa6b-4115-8e7a-0d198af088f2/0/0
CarbonSutra
Carbon Emission Footprint Estimation for Organizations.
9.3
Distance between Airports
Returns the distance between two IATA airport codes in kilometers.
200
New Example
{"data": {"airport_from": "London Heathrow Airport", "airport_to": "Chennai International Airport", "distance": 8234.56}}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"airport_from": {"type": "string"}, "airport_to": {"type": "string"}, "distance": {"type": "number"}}}}}
077e6445-4b35-4298-83ad-948d3c7f899a/a995f8fa-3413-4532-96aa-c5e214e27241/0/0
CarbonSutra
Carbon Emission Footprint Estimation for Organizations.
9.3
Airports by Keyword
Returns the lists of airport names and IATA code which matches the keyword.
200
New Example
{"data": [{"iata_code": "SIN", "airport_name": "Singapore Changi Airport"}]}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"iata_code": {"type": "string"}, "airport_name": {"type": "string"}}}}}}
077e6445-4b35-4298-83ad-948d3c7f899a/bbc3f8e8-e5d5-4b46-b650-d7157f75077f/0/0
CarbonSutra
Carbon Emission Footprint Estimation for Organizations.
9.3
Vehicles Models
List of Vehicle Models for a Make. A list of every make and model used by this API is at https://www.carbonsutra.com/data-vehicle-make-model.html
200
New Example
{"data": [{"model": "DJ Po Vehicle 2WD"}, {"model": "FJ8c Post Office"}, {"model": "Post Office DJ5 2WD"}, {"model": "Post Office DJ8 2WD"}]}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}}}}}}
077e6445-4b35-4298-83ad-948d3c7f899a/129c405b-26f3-4fbc-9406-387f5064dcd1/0/0
CarbonSutra
Carbon Emission Footprint Estimation for Organizations.
9.3
Vehicles Makes
List of Vehicle Makes. A list of every make and model used by this API is at https://www.carbonsutra.com/data-vehicle-make-model.html
200
New Example
{"data": [{"make": "Acura", "number_of_models": 49}, {"make": "Alfa Romeo", "number_of_models": 12}, {"make": "AM General", "number_of_models": 4}, {"make": "American Motors Corporation", "number_of_models": 4}, {"make": "ASC Incorporated", "number_of_models": 1}, {"make": "Aston Martin", "number_of_models": 38}, {"mak...
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"make": {"type": "string"}, "number_of_models": {"type": "integer"}}}}}}
83b35d06-2e7c-4f1e-9864-2f542660ec94/82191f1c-e747-4c17-95ff-df88d3d5fdda/0/0
Nobel award winners
Provides data for all Nobel award winners throughout history
5
AllPeaceAwardWinners
Get data from all Nobel peace award winners throughout history
200
Response
[{"id": 1, "year": 1901, "country_of_origin": "Switzerland, France", "peace_award_winner": "Henry Dunant, Fr\u00e9d\u00e9ric Passy"}, {"id": 2, "year": 1902, "country_of_origin": "Switzerland", "peace_award_winner": "Albert Gobat, \u00c9lie Ducommun"}, {"id": 3, "year": 1903, "country_of_origin": "United Kingdom", "pea...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "year": {"type": "integer"}, "country_of_origin": {"type": "string"}, "peace_award_winner": {"type": "string"}}, "required": ["country_of_origin", "id", "peace_award_winner", "year"]}}
c0627a1d-d382-477f-b625-847ca867d313/817a9537-450f-401b-b6d7-c4f3680a4161/0/0
Brightest Stars
List of brightest stars and their details.
0.2
Get all brightest stars list
This endpoint will return a list of all the brightest stars that are currently discovered.
200
New Example
[{"rank": "1", "name": "Sun", "visualMagnitude": "\u221226.74", "distance": "1.5823820\u00d710\u22125", "spectralClass": "G2 V", "link": "https://en.wikipedia.org/wiki/Sun"}, {"rank": "2", "name": "Sirius", "visualMagnitude": "\u22121.46", "distance": "8.6", "spectralClass": "A0mA1 Va, DA2", "link": "https://en.wikiped...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"rank": {"type": "string"}, "name": {"type": "string"}, "visualMagnitude": {"type": "string"}, "distance": {"type": "string"}, "spectralClass": {"type": "string"}, "link": {"type": "string"}}, "required": ["distanc...
56a5b7c4-b6dd-4577-bbc3-7c83d78bf614/4fbe4a01-f6a9-4952-8f8c-5b672a338a9d/0/0
Climate Change Live Test
An API showing climate change news around the world
null
Get Individual News Source News
Gets News about climate change from a specific news resource
200
New Example
[{"title": "Heatwaves redefined in England over climate change", "url": "https://www.bbc.co.uk/news/uk-60908169", "source": "bbc"}, {"title": "Column: The only thing we should be talking about is the climate crisis", "url": "https://www.latimes.com/entertainment-arts/story/2022-04-07/climate-change-2022-adam-mckay-eliz...
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}}
449ccfc5-501e-488e-b782-7d1913683e0e/98d21df1-53aa-444c-acbd-de58796f96ac/1/0
Chem Oblib
This is a Chemistry Object Library for accessing properties of elements, ions, and isotopes in the periodic table. It also balances chemical equations, parsing chemical formulas, and analysis of all chemical compounds.
null
predict_predit__post
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...
0f9aefec-73a6-498b-a711-39f641091516/53159e19-2fa3-446c-b83c-e167dbdd2f59/0/0
TLE
API provides up to date NORAD two line element sets for number of Earth orbiting satellites. Data is provided by CelesTrak and served in web application friendly JSON format.
7.6
Collection
Search records
200
Example_1
{"@context": "https://www.w3.org/ns/hydra/context.jsonld", "@id": "https://tle.ivanstanojevic.me/api/tle/", "@type": "Collection", "totalItems": 12404, "member": [{"@id": "https://tle.ivanstanojevic.me/api/tle/25544", "@type": "TleModel", "satelliteId": 25544, "name": "ISS (ZARYA)", "date": "2022-01-07T09:04:24+00:00",...
{"type": "object", "properties": {"@context": {"type": "string"}, "@id": {"type": "string"}, "@type": {"type": "string"}, "totalItems": {"type": "integer"}, "member": {"type": "array", "items": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "satelliteId": {"type": "integer"}, ...
d20f43df-017e-44f2-aa2f-ea747f14c8cd/d68c31ec-e6a2-438f-9c4c-da6904c0a78f/0/0
The Cannabis API
Discover the Strain Info API – your gateway to comprehensive cannabis strain data. Access strain names, types (indica, sativa, hybrid), ratings, effects, flavors, and descriptions with ease. Build cannabis-related apps, conduct strain research, or satisfy your curiosity with accurate and up-to-date information. Enhance...
0.3
Get All Effects
Get Every Cannabis Effect in the dataset.
200
Get All Effects
["Creative,Energetic,Happy,Euphoric,Relaxed", "Creative,Energetic,Happy,Focused,Uplifted", "Creative,Energetic,Happy,Relaxed,Focused"]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}}
d20f43df-017e-44f2-aa2f-ea747f14c8cd/cba9b759-2dd4-41d4-a4c7-cd1865482b28/0/0
The Cannabis API
Discover the Strain Info API – your gateway to comprehensive cannabis strain data. Access strain names, types (indica, sativa, hybrid), ratings, effects, flavors, and descriptions with ease. Build cannabis-related apps, conduct strain research, or satisfy your curiosity with accurate and up-to-date information. Enhance...
0.3
Get All Flavours
Get Every Cannabis Flavour in the dataset.
200
Get All Flavours
["Apple,Minty,Berry", "Apple,Sweet,Earthy", "Apple,Sweet,Minty", "Apple,Sweet,Pungent", "Apricot,Chemical,Blueberry", "Apricot,Citrus,Grapefruit", "Apricot,Earthy,Spicy/Herbal"]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}}
d20f43df-017e-44f2-aa2f-ea747f14c8cd/12f7c2c0-7cf1-4ee4-bb4e-82b63e83d3d4/0/0
The Cannabis API
Discover the Strain Info API – your gateway to comprehensive cannabis strain data. Access strain names, types (indica, sativa, hybrid), ratings, effects, flavors, and descriptions with ease. Build cannabis-related apps, conduct strain research, or satisfy your curiosity with accurate and up-to-date information. Enhance...
0.3
Get Strain By ID
Returns the id, name, type, rating, effects, flavours and description of specified strain.
304
Get Strain By ID
{"_id": "646bedbbde629756c60a00f9", "Strain": "100-Og", "Type": "hybrid", "Rating": 4, "Effects": "Creative,Energetic,Tingly,Euphoric,Relaxed", "Flavor": "Earthy,Sweet,Citrus", "Description": "$100 OG is a 50/50 hybrid strain that packs a strong punch. The name supposedly refers to both its strength and high price when...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"_id": {"type": "string"}, "Strain": {"type": "string"}, "Type": {"type": "string"}, "Rating": {"type": "integer"}, "Effects": {"type": "string"}, "Flavor": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Description", ...
d20f43df-017e-44f2-aa2f-ea747f14c8cd/9b2d132d-35d7-4e26-9ec1-2f30451bc982/0/0
The Cannabis API
Discover the Strain Info API – your gateway to comprehensive cannabis strain data. Access strain names, types (indica, sativa, hybrid), ratings, effects, flavors, and descriptions with ease. Build cannabis-related apps, conduct strain research, or satisfy your curiosity with accurate and up-to-date information. Enhance...
0.3
Get Strain By Flavours
Returns the id, name, type, rating, effects, flavours and description of all the strains with the specified flavours.
200
Get Strain By Type
[{"_id": "646bedbbde629756c60a00f9", "Strain": "100-Og", "Type": "hybrid", "Rating": 4, "Effects": "Creative,Energetic,Tingly,Euphoric,Relaxed", "Flavor": "Earthy,Sweet,Citrus", "Description": "$100 OG is a 50/50 hybrid strain that packs a strong punch. The name supposedly refers to both its strength and high price whe...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "Strain": {"type": "string"}, "Type": {"type": "string"}, "Rating": {"type": "integer"}, "Effects": {"type": "string"}, "Flavor": {"type": "string"}, "Description": {"type": "string"}}, "...
d20f43df-017e-44f2-aa2f-ea747f14c8cd/3d128bfa-0418-466d-844a-b7e5ccff6a4e/0/0
The Cannabis API
Discover the Strain Info API – your gateway to comprehensive cannabis strain data. Access strain names, types (indica, sativa, hybrid), ratings, effects, flavors, and descriptions with ease. Build cannabis-related apps, conduct strain research, or satisfy your curiosity with accurate and up-to-date information. Enhance...
0.3
Get Strain By Effects
Returns the id, name, type, rating, effects, flavours and description of all the strains with the specified effects.
200
Get Strain By Type
[{"_id": "646bedbbde629756c60a00fa", "Strain": "98-White-Widow", "Type": "hybrid", "Rating": 4.7, "Effects": "Relaxed,Aroused,Creative,Happy,Energetic", "Flavor": "Flowery,Violet,Diesel", "Description": "The \u201898 Aloha White Widow is an especially potent cut of White Widow that has grown in renown alongside Hawaiia...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "Strain": {"type": "string"}, "Type": {"type": "string"}, "Rating": {"type": "number"}, "Effects": {"type": "string"}, "Flavor": {"type": "string"}, "Description": {"type": "string"}}, "r...
d20f43df-017e-44f2-aa2f-ea747f14c8cd/7ebf7e79-d136-4c02-83d2-ca295ddfd3ea/0/0
The Cannabis API
Discover the Strain Info API – your gateway to comprehensive cannabis strain data. Access strain names, types (indica, sativa, hybrid), ratings, effects, flavors, and descriptions with ease. Build cannabis-related apps, conduct strain research, or satisfy your curiosity with accurate and up-to-date information. Enhance...
0.3
Get Strain By Type
Returns the id, name, type, rating, effects, flavours and description of all the strains with the specified type (sativa, indica or hybrid).
200
Get Strain By Type
[{"_id": "646bedbbde629756c60a00fb", "Strain": "1024", "Type": "sativa", "Rating": 4.4, "Effects": "Uplifted,Happy,Relaxed,Energetic,Creative", "Flavor": "Spicy/Herbal,Sage,Woody", "Description": "1024 is a sativa-dominant hybrid bred in Spain by Medical Seeds Co. The breeders claim to guard the secret genetics due to ...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "Strain": {"type": "string"}, "Type": {"type": "string"}, "Rating": {"type": "number"}, "Effects": {"type": "string"}, "Flavor": {"type": "string"}, "Description": {"type": "string"}}, "r...
d20f43df-017e-44f2-aa2f-ea747f14c8cd/283fd6e5-2dfb-457f-9aed-245e24951b80/0/0
The Cannabis API
Discover the Strain Info API – your gateway to comprehensive cannabis strain data. Access strain names, types (indica, sativa, hybrid), ratings, effects, flavors, and descriptions with ease. Build cannabis-related apps, conduct strain research, or satisfy your curiosity with accurate and up-to-date information. Enhance...
0.3
Get Strain By Name
Returns the id, name, type, rating, flavours, effects and description of a strain by it's name.
200
Get Strain By Name
{"_id": "646bedbbde629756c60a00fa", "Strain": "98-White-Widow", "Type": "hybrid", "Rating": 4.7, "Effects": "Relaxed,Aroused,Creative,Happy,Energetic", "Flavor": "Flowery,Violet,Diesel", "Description": "The \u201898 Aloha White Widow is an especially potent cut of White Widow that has grown in renown alongside Hawaiian...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"_id": {"type": "string"}, "Strain": {"type": "string"}, "Type": {"type": "string"}, "Rating": {"type": "number"}, "Effects": {"type": "string"}, "Flavor": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Description", "...
5176c4ef-53d4-43a8-88d6-fbbf176da9bc/5bb129dc-da64-467c-adaa-bafecf4e5bed/0/0
Cenex
GraphQL API for scientific constants.
null
graphQL
graphQL endpoint
200
Response
{"data": {"allKonst": [{"id": "03d97318-dc2e-44b0-be46-9ae0007839ee", "key": "ap_eM_r", "order": 1, "quantity": "alpha particle-electron mass ratio", "uncertainty": "0.00000024", "unit": null, "value": "7294.29954142"}, {"id": "db29326e-5362-4106-803a-35a4ee3102b4", "key": "apM", "order": 2, "quantity": "alpha particle...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"allKonst": {"type": "array", "items": {"type": "object"}}}}}}
818750fa-7b74-4fb4-a78b-0242c7ea3894/489c6d3c-1a74-45a3-a715-9425ca7f4773/0/0
MOON API
Fast, cheap and accurate api, which would give you access to all the data about moon.
8.1
Moon angular diameter
Returns Moon angular diameter at a given instant.
200
New Example
{"dateTime": "2009-7-11-6-30-0 UTC+3", "elipticPosition": {"latitude": 2.744127079207375, "longitude": 331.4164292694354}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"dateTime": {"type": "string"}, "elipticPosition": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}}, "required": ["dateTime", "elipticPosition"]}
818750fa-7b74-4fb4-a78b-0242c7ea3894/271fb23d-d215-4876-8a13-93da251bd316/0/0
MOON API
Fast, cheap and accurate api, which would give you access to all the data about moon.
8.1
Moon illumination
Returns fraction of the Moon which is lit at some instant in time.
200
New Example
{"dateTime": "2009-7-11-6-30-0 UTC+3", "illumination": 0.8698940389081793}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"dateTime": {"type": "string"}, "illumination": {"type": "number"}}, "required": ["dateTime", "illumination"]}
818750fa-7b74-4fb4-a78b-0242c7ea3894/89e8fec6-fd95-4e19-8f48-d24a800fe99a/0/0
MOON API
Fast, cheap and accurate api, which would give you access to all the data about moon.
8.1
Moon horizontal position (position on the sky)
Returns Moon horizontal position (azimuth and altitude). Azimuth and altitude are expressed as angles.
200
New Example
{"dateTime": "2009-7-11-6-30-0 UTC+3", "location": {"latitude": 50.45001903911259, "longitude": 30.52334391405014}, "horizontalPosition": {"azimuth": 91.44734946639844, "altitude": -9.246550170021116}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"dateTime": {"type": "string"}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}, "horizontalPosition": {"type": "object", "properties": {"...
818750fa-7b74-4fb4-a78b-0242c7ea3894/87d6120e-63be-4bab-87c0-3ae7eac4d5a0/0/0
MOON API
Fast, cheap and accurate api, which would give you access to all the data about moon.
8.1
Moon celestial position
Returns Moon celestial position (right ascension and declination) at some instant. Right ascension and declination are expressed as angles.
200
New Example
{"dateTime": "2009-7-11-6-30-0 UTC+3", "celestialPosition": {"rightAscension": 152.45353145666783, "declination": -8.405223702892812}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"dateTime": {"type": "string"}, "celestialPosition": {"type": "object", "properties": {"rightAscension": {"type": "number"}, "declination": {"type": "number"}}, "required": ["declination", "rightAscension"]}}, "required": ["celestialPosition...
818750fa-7b74-4fb4-a78b-0242c7ea3894/61ea2f6c-7fb6-4ca6-982f-00591468afe8/0/0
MOON API
Fast, cheap and accurate api, which would give you access to all the data about moon.
8.1
Moon eliptic position
Returns Moon eliptic position (latitude and longitude) at some instant. Latitude and longitude are expressed as angles.
200
New Example
{"dateTime": "2009-7-11-6-30-0 UTC+3", "elipticPosition": {"latitude": 2.744127079207375, "longitude": 331.4164292694354}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"dateTime": {"type": "string"}, "elipticPosition": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}}, "required": ["dateTime", "elipticPosition"]}
818750fa-7b74-4fb4-a78b-0242c7ea3894/5873b08f-e75e-4e24-bbe9-f3812b96ae23/0/0
MOON API
Fast, cheap and accurate api, which would give you access to all the data about moon.
8.1
Moon hour angle
Returns moon hour angle at some instant.
200
Response
{"dateTime": "1996-6-18-0-26-12 UTC+3", "location": {"latitude": 44.88731605009004, "longitude": 34.139742207144124}, "angleUnits": "deg", "hourAngle": 197.77022274563464}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"dateTime": {"type": "string"}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}, "angleUnits": {"type": "string"}, "hourAngle": {"type": "...
818750fa-7b74-4fb4-a78b-0242c7ea3894/28750ec9-5350-4431-bf6b-9b7b2e105e2e/0/0
MOON API
Fast, cheap and accurate api, which would give you access to all the data about moon.
8.1
Moon phase
Returns Moon phase and other data connected to it at some instant.
200
New Example
{"dateTime": "2009-7-11-6-30-0 UTC+3", "angleUnits": "deg", "phaseAngle": 317.71347978420783, "phase": 0.5650529805459104, "phaseName": "Wanning Gibbous", "phaseAge": 16.686347331726274}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"dateTime": {"type": "string"}, "angleUnits": {"type": "string"}, "phaseAngle": {"type": "number"}, "phase": {"type": "number"}, "phaseName": {"type": "string"}, "phaseAge": {"type": "number"}}, "required": ["angleUnits", "dateTime", "phase"...
818750fa-7b74-4fb4-a78b-0242c7ea3894/6e469496-e3b4-41af-acfc-e9f83c6addbc/0/0
MOON API
Fast, cheap and accurate api, which would give you access to all the data about moon.
8.1
Moon general data
Returns general data about the Moon.
200
New Example
{"lengthUnits": "km", "angleUnits": "deg", "orbitPerigee": 362600, "orbitApogee": 405400, "orbitSemimajorAxis": 384399, "orbitEccentricity": 0.0549, "orbitInclination": 5.145001839374958, "radius": 1737.4, "circumference": 10921, "surfaceArea": 37930000, "mass": 7.342e+22, "surfaceGravity": 1.622, "escapeVelocity": 467...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"lengthUnits": {"type": "string"}, "angleUnits": {"type": "string"}, "orbitPerigee": {"type": "integer"}, "orbitApogee": {"type": "integer"}, "orbitSemimajorAxis": {"type": "integer"}, "orbitEccentricity": {"type": "number"}, "orbitInclinati...
818750fa-7b74-4fb4-a78b-0242c7ea3894/5d9af22e-b7d4-41e9-9cc6-c12face8e5be/0/0
MOON API
Fast, cheap and accurate api, which would give you access to all the data about moon.
8.1
Moon distance
Returns Moon distance at some instant.
200
New Example
{"dateTime": "2009-7-11-6-30-0 UTC+3", "lengthUnits": "km", "distance": 402151.33350507676}
{"type": "object", "properties": {"dateTime": {"type": "string"}, "lengthUnits": {"type": "string"}, "distance": {"type": "number"}}}
40541a2e-abbc-4488-a76a-47e2d2ee10b5/11c5794d-64a6-411d-9914-1ba52aa2ff36/0/0
Moon Phase
1000+ Active Users - The MoonAPI provides lunar and astronomical data, including moon phases, sun data, and zodiac signs, with additional endpoints for generating lunar calendars.
9.5
Basic
Basic Endpoint: Essential Moon Phase Information Obtain the fundamental details about the current phase of the moon with the Basic Endpoint. This endpoint provides a concise JSON response including the name of the moon phase, the stage of the moon's cycle, and the number of days until the next full moon and new moon. A...
200
Response
{"phase_name": "Waxing gibbous", "stage": "waxing", "days_until_next_full_moon": 4, "days_until_next_new_moon": 18}
{"type": "object", "properties": {"phase_name": {"type": "string"}, "stage": {"type": "string"}, "days_until_next_full_moon": {"type": "integer"}, "days_until_next_new_moon": {"type": "integer"}}}
b21a9b7b-7ef5-4064-8b86-488e6ab71e93/27f2f281-d961-4aa5-b8b9-217c5c092a2f/1/0
LiveScore Sports
LiveScore Sports | The number one destination for real time scores for Football, Cricket, Tennis, Basketball, Hockey and more. Support: tipsters@rapi.one / t.me/api_tipsters You can make a website like: soccerway.com, aiscore.com, tipsscore.com, livescore.com
9.8
Media Details
Media details (video playlist). Ex media_id in /v1/competitions/details
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...
b21a9b7b-7ef5-4064-8b86-488e6ab71e93/802dfffb-7fc4-4eb3-b13c-690cb677433b/0/0
LiveScore Sports
LiveScore Sports | The number one destination for real time scores for Football, Cricket, Tennis, Basketball, Hockey and more. Support: tipsters@rapi.one / t.me/api_tipsters You can make a website like: soccerway.com, aiscore.com, tipsscore.com, livescore.com
9.8
Events Live List
Get the list of the live events by sport
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...