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
2d29515b-0e25-4ad0-8bb2-8769e6eade72/9cc4b424-99ad-4ee5-ab22-93879e07986e/0/0
Registro Público para Evitar Publicidad (REPEP)
Verifica si un número se encuntra registrado en el Registro Público para Evitar Publicidad (REPEP).
null
Verificar número en REPEP
Verifica si un número esta registrado en el REPEP.
200
New Example
{"activo": false, "telecomunicaciones": true, "turistico": true, "comercio": true, "estatus": "No (No registrado)"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"activo": {"type": "boolean"}, "telecomunicaciones": {"type": "boolean"}, "turistico": {"type": "boolean"}, "comercio": {"type": "boolean"}, "estatus": {"type": "string"}}, "required": ["activo", "comercio", "estatus", "telecomunicaciones", ...
b64a2a5a-4108-4dbd-bd47-c2d88c4f12f7/e72535d9-3005-4364-a09c-e1a7e079cede/0/0
Daily Horoscopes
The Horoscopes API is a JSON API that delivers astrology and daily horoscopes. Every day, the API gives users access to 12 horoscopes prepared by expert astrologers.
0
Call Daily Horoscopes
The Horoscopes API is a JSON API that delivers astrology and daily horoscopes. Every day, the API gives users access to 12 horoscopes prepared by expert astrologers.
200
Response
[{"id": 1, "horoscope": "Aries", "prediction": "Feb 9, 2022 - Today you can expect some noticeable changes in your neighborhood, Aries. Some new neighbors who might become your friends could be moving in. This could alter your life ever so subtly, turning it in a more positive direction. You could click immediately wit...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "horoscope": {"type": "string"}, "prediction": {"type": "string"}}, "required": ["horoscope", "id", "prediction"]}}
f121cb75-6d81-4d85-b02c-90f519c6922e/9c65b0ba-61ca-472b-9372-90e099be2643/0/0
Sunnah Fasting
List of sunnah fasting schedule. Start from year 2022.
6.5
/api/v1/types
Get list of types
400
null
{"code": 400, "message": "Failed", "success": true}
{"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}, "success": {"type": "boolean"}}}
f121cb75-6d81-4d85-b02c-90f519c6922e/9c65b0ba-61ca-472b-9372-90e099be2643/1/0
Sunnah Fasting
List of sunnah fasting schedule. Start from year 2022.
6.5
/api/v1/types
Get list of types
200
null
{"code": 200, "message": "Success", "success": true, "data": [{"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.", "id": 1, "name": "lorem"}]}
{"allOf": [{"type": "object", "properties": {"code": {"type": "integer"}, "data": {}, "message": {"type": "string"}, "success": {"type": "boolean"}}}, {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "id": {"type": "integer"}, "nam...
f121cb75-6d81-4d85-b02c-90f519c6922e/72020063-3ddb-4a71-94cc-2423e6e2a975/0/0
Sunnah Fasting
List of sunnah fasting schedule. Start from year 2022.
6.5
/api/v1/sources
Get list of sources
200
null
{"code": 200, "message": "Success", "success": true, "data": [{"id": 1, "url": "https://granitebps.com"}]}
{"allOf": [{"type": "object", "properties": {"code": {"type": "integer"}, "data": {}, "message": {"type": "string"}, "success": {"type": "boolean"}}}, {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "url": {"type": "string"}}}}}}]}
f121cb75-6d81-4d85-b02c-90f519c6922e/72020063-3ddb-4a71-94cc-2423e6e2a975/1/0
Sunnah Fasting
List of sunnah fasting schedule. Start from year 2022.
6.5
/api/v1/sources
Get list of sources
400
null
{"code": 400, "message": "Failed", "success": true}
{"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}, "success": {"type": "boolean"}}}
f121cb75-6d81-4d85-b02c-90f519c6922e/aab2293c-b509-42a9-9f4e-6449ac2fd3ca/0/0
Sunnah Fasting
List of sunnah fasting schedule. Start from year 2022.
6.5
/api/v1/fastings
Get list of sunnah fasting
400
null
{"code": 400, "message": "Failed", "success": true}
{"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}, "success": {"type": "boolean"}}}
f121cb75-6d81-4d85-b02c-90f519c6922e/aab2293c-b509-42a9-9f4e-6449ac2fd3ca/1/0
Sunnah Fasting
List of sunnah fasting schedule. Start from year 2022.
6.5
/api/v1/fastings
Get list of sunnah fasting
200
null
{"code": 200, "message": "Success", "success": true, "data": [{"category": {"id": 1, "name": "lorem impsum"}, "category_id": 1, "date": "2020-01-01", "day": 1, "id": 1, "month": 1, "type": {"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.", "id": 1, "name": "lorem"}, "type_id": 1, "year": 2020}]...
{"allOf": [{"type": "object", "properties": {"code": {"type": "integer"}, "data": {}, "message": {"type": "string"}, "success": {"type": "boolean"}}}, {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"id": {"type": "inte...
f121cb75-6d81-4d85-b02c-90f519c6922e/26393cf4-f843-4e12-9f3b-f194994d7ed4/0/0
Sunnah Fasting
List of sunnah fasting schedule. Start from year 2022.
6.5
/api/v1/categories
Get list of categories
200
null
{"code": 200, "message": "Success", "success": true, "data": [{"id": 1, "name": "lorem impsum"}]}
{"allOf": [{"type": "object", "properties": {"code": {"type": "integer"}, "data": {}, "message": {"type": "string"}, "success": {"type": "boolean"}}}, {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}}}}}]}
f121cb75-6d81-4d85-b02c-90f519c6922e/26393cf4-f843-4e12-9f3b-f194994d7ed4/1/0
Sunnah Fasting
List of sunnah fasting schedule. Start from year 2022.
6.5
/api/v1/categories
Get list of categories
400
null
{"code": 400, "message": "Failed", "success": true}
{"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}, "success": {"type": "boolean"}}}
21cf293f-f175-465f-982d-7d2e2d73f1fa/51f83da0-e56b-496a-9394-5fcc4b2c94bd/0/0
katzion test
katzion test
6.1
getDetails
getDetails
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"]}
96262bd1-1638-44ce-9e13-4d5a93c19b25/fa5c28e7-ac06-4bcb-8d25-b9a4edc21db3/0/0
Video Linguist
Transcribe And/Or Translate Video Contents to any desired language
5.4
translate_translate_post
Endpoint to translate text using Azure Translation API. Args: request (TranslationRequest): Request model containing text and language codes. Returns: TranslationResponse: Original and translated text.
200
null
{"original_text": "", "translated_text": ""}
{"properties": {"original_text": {"type": "string", "title": "Original Text"}, "translated_text": {"type": "string", "title": "Translated Text"}}, "type": "object", "required": ["original_text", "translated_text"], "title": "TranslationResponse"}
96262bd1-1638-44ce-9e13-4d5a93c19b25/fa5c28e7-ac06-4bcb-8d25-b9a4edc21db3/1/0
Video Linguist
Transcribe And/Or Translate Video Contents to any desired language
5.4
translate_translate_post
Endpoint to translate text using Azure Translation API. Args: request (TranslationRequest): Request model containing text and language codes. Returns: TranslationResponse: Original and translated text.
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"properties": {"detail": {"items": {"properties": {"loc": {"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, "type": "array", "title": "Location"}, "msg": {"type": "string", "title": "Message"}, "type": {"type": "string", "title": "Error Type"}}, "type": "object", "required": ["loc", "msg", "type"], "titl...
96262bd1-1638-44ce-9e13-4d5a93c19b25/cab65dfa-6182-4daa-b4ad-eacbdb88f8d0/0/0
Video Linguist
Transcribe And/Or Translate Video Contents to any desired language
5.4
transcribe_video_transcribe_post
Endpoint to transcribe audio from a video file using Azure Transcription API. Args: video_file: UploadFile from local system request (AudioExtractionRequest): Request model containing source language. Returns: TranscriptionResponse: The transcription result.
200
null
{"transcription": ""}
{"properties": {"transcription": {"type": "string", "title": "Transcription"}}, "type": "object", "required": ["transcription"], "title": "TranscriptionResponse"}
96262bd1-1638-44ce-9e13-4d5a93c19b25/cab65dfa-6182-4daa-b4ad-eacbdb88f8d0/1/0
Video Linguist
Transcribe And/Or Translate Video Contents to any desired language
5.4
transcribe_video_transcribe_post
Endpoint to transcribe audio from a video file using Azure Transcription API. Args: video_file: UploadFile from local system request (AudioExtractionRequest): Request model containing source language. Returns: TranscriptionResponse: The transcription result.
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"properties": {"detail": {"items": {"properties": {"loc": {"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, "type": "array", "title": "Location"}, "msg": {"type": "string", "title": "Message"}, "type": {"type": "string", "title": "Error Type"}}, "type": "object", "required": ["loc", "msg", "type"], "titl...
96262bd1-1638-44ce-9e13-4d5a93c19b25/f0384e00-3892-4750-a248-557fcc6ea3cf/0/0
Video Linguist
Transcribe And/Or Translate Video Contents to any desired language
5.4
process_video_process_post
Endpoint to process a video by transcribing and translating its content. Args: request (ProcessRequest): Request model containing video file and language codes. Returns: ProcessResponse: Transcribed and translated text.
200
null
{"original_text": "", "translated_text": ""}
{"properties": {"original_text": {"type": "string", "title": "Original Text"}, "translated_text": {"type": "string", "title": "Translated Text"}}, "type": "object", "required": ["original_text", "translated_text"], "title": "ProcessResponse"}
96262bd1-1638-44ce-9e13-4d5a93c19b25/f0384e00-3892-4750-a248-557fcc6ea3cf/1/0
Video Linguist
Transcribe And/Or Translate Video Contents to any desired language
5.4
process_video_process_post
Endpoint to process a video by transcribing and translating its content. Args: request (ProcessRequest): Request model containing video file and language codes. Returns: ProcessResponse: Transcribed and translated text.
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"properties": {"detail": {"items": {"properties": {"loc": {"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, "type": "array", "title": "Location"}, "msg": {"type": "string", "title": "Message"}, "type": {"type": "string", "title": "Error Type"}}, "type": "object", "required": ["loc", "msg", "type"], "titl...
ccddf37c-fcae-4c9b-8d1a-c7322275faea/15841af8-0918-4cfb-8b4e-24fc53c5ea10/0/0
BE_BNI_METAVERSE
Created from VS Code
null
/api/auth/register/login
Endpoint To Create User based on email, password, username
201
New Example
{"status": "success", "data": {}, "message": "Berhasil Mendaftar"}
{"type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object"}, "message": {"type": "string"}}}
89271b83-4f1c-434d-a080-ea4f22839397/52048e08-f2c7-4e3a-9c79-bad99f08904f/0/0
quotsy
api for quots
0.1
get quotes by genre paginated
dd
200
Response
{"data": [{"id": "05040005-f05f-4e44-81ea-6d0bfd7a5751", "quoute": "It is a big world that we live in, and people have a choice to love who they love.", "author": "Cedric the Entertainer", "genre": "love"}, {"id": "06dd3a43-324e-45cb-8c0b-abdcd030495e", "quoute": "To love oneself is the beginning of a lifelong romance....
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "quoute": {"type": "string"}, "author": {"type": "string"}, "genre": {"type": "string"}}, "required": ["author", "genre", "id", "quoute"]}}}, "req...
89271b83-4f1c-434d-a080-ea4f22839397/6adf093a-d244-45b2-a21d-462f5b793f3f/0/0
quotsy
api for quots
0.1
get all authors
returns all the authors as a json array .
200
Response
{"data": ["21 Savage", "A Boogie wit da Hoodie", "A. P. J. Abdul Kalam", "Aaron Neville", "Abby Lee Miller", "Abhishek Bachchan", "Abraham Cahan", "Abraham Kuyper", "Abraham Lincoln", "Abraham Maslow", "Adam Conover", "Adam Grant", "Adam Neumann", "Adam Savage", "Adam Thielen", "Adlai Stevenson I", "Adriana Lima", "Aes...
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "string"}}}}
89271b83-4f1c-434d-a080-ea4f22839397/640a9be1-803b-41b6-8d71-8b3e2397ccc2/0/0
quotsy
api for quots
0.1
get quotes by genre
returns first 10 list of quotes for the genre
200
Response
{"data": [{"id": "000c262e-5ad2-4017-a05f-f070fa198436", "quoute": "We are born of love; Love is our mother.", "author": "Rumi", "genre": "love"}, {"id": "0019497d-fcb2-4f1c-86cf-79672361aa06", "quoute": "The thing that makes a great genre movie is one that's not just entertainment, not just horror or sci-fi or whateve...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "quoute": {"type": "string"}, "author": {"type": "string"}, "genre": {"type": "string"}}, "required": ["author", "genre", "id", "quoute"]}}}, "req...
89271b83-4f1c-434d-a080-ea4f22839397/00465969-8b4d-4753-9993-63a9f40c6e68/0/0
quotsy
api for quots
0.1
get_qoute
get a quote by id
200
Response
{"data": {"id": "00667985-3375-4b1b-abb0-60bcfa70a80f", "quoute": "In the absence of any other proof, the thumb alone would convince me of God's existence.", "author": "Isaac Newton", "genre": "alone"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "string"}, "quoute": {"type": "string"}, "author": {"type": "string"}, "genre": {"type": "string"}}, "required": ["author", "genre", "id", "quoute"]}}, "required": ["data"]}
89271b83-4f1c-434d-a080-ea4f22839397/5be249d5-ffa1-40ad-a2ab-3a952c42d917/0/0
quotsy
api for quots
0.1
get_quotes
return qoutes
200
Response
{"data": [{"id": "00091da1-3c75-474d-ab69-fcbddf19d8fb", "quoute": "I had an attitude about some work, like television sitcoms. It was selling your soul.", "author": "Christopher Lloyd", "genre": "attitude"}, {"id": "000c262e-5ad2-4017-a05f-f070fa198436", "quoute": "We are born of love; Love is our mother.", "author": ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "quoute": {"type": "string"}, "author": {"type": "string"}, "genre": {"type": "string"}}, "required": ["author", "genre", "id", "quoute"]}}}, "req...
58d89b5c-0355-4185-bda9-6b290d5d2f15/0dfe6116-e24a-436e-920e-4ad99070d7c2/0/0
Informacion vehiculos de Mexico
Verifica si un vehículo (automóvil, camioneta, carro) es robado, así como su información en el REPUVE a través de su placa o NIV (Número de identificación vehicular).
8.3
Consulta vehiculo con Callback por sus placas o NIV
Obtener la información de un vehiculo obteniendo el resultado a un callback configurado.
200
New Example
{"status": "processing", "callback": "https://webhook.site/5b4315eb-06fd-4e40-a36c-3b5c9c1c48da"}
{"status": "processing", "callback": "https://webhook.site/5b4315eb-06fd-4e40-a36c-3b5c9c1c48da"}
a0d1d241-41cc-4e25-b6d6-5e628254fdf7/9e509109-318a-4b1c-aa15-44a699a27737/0/0
Fortune Cookie AI
This API generates short fortune cookies using AI.
6.8
Get Cookie Fortune
Returns JSON with short cookie fortune. Language is based on params. { "fortune": "Today is you'r lucky day" }
200
Response
{"fortune": "Believe in yourself"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"fortune": {"type": "string"}}, "required": ["fortune"]}
a0d1d241-41cc-4e25-b6d6-5e628254fdf7/9e509109-318a-4b1c-aa15-44a699a27737/1/0
Fortune Cookie AI
This API generates short fortune cookies using AI.
6.8
Get Cookie Fortune
Returns JSON with short cookie fortune. Language is based on params. { "fortune": "Today is you'r lucky day" }
401
Response
{"message": "This endpoint is disabled for your subscription"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}
99794554-4ee3-4b70-aa91-1ff3c8c59f5c/67cb2424-f586-4f6a-a501-2b24be5a1716/0/0
Get site screenshot
Get site screenshot
6.2
Get screenshot
Get screenshot
200
Response
{"url": "https://screenshotlayer.com/php_helper_scripts/scl_api.php?secret_key=9d80432093b9ab08e5f556c02fcc806e&url=https://ro2005.ru"}
{"type": "object", "properties": {"url": {"type": "string"}}}
b1bb66bd-116a-483f-9e9d-33525af2f5ca/76ea7eff-f298-42a3-8f8e-fe776004ce6b/1/0
test deposit
my test
5.4
depositTest
desc
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"]}
5d7bcb98-3e0b-4971-bd38-74c2943c128f/7355dbc0-fee3-4ea6-9ef8-68bbb9418694/0/0
FakeUsers
Provides list of dummy users
0
Get all users
Get list of dummy users
200
Response
{"users": [{"email": "melissa.fleming@example.com", "phone_number": "0740-304-475", "location": {"street": "3655 manchester road", "city": "winchester", "state": "berkshire", "postcode": "YB2 8EJ"}, "first_name": "melissa", "last_name": "fleming"}, {"email": "christoffer.christiansen@example.com", "phone_number": "0576...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"users": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "phone_number": {"type": "string"}, "location": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "s...
59206667-684d-4fe4-b56b-f924e3ecf043/66256131-5757-4e62-be8a-fac65c189736/0/0
HauteCouture-API
An API that gives you informations about Haute Couture maisons
null
Get all artistic directors for a specific country
Renders all artistic directors for a specific country
200
New Example
["Adeline Andr\u00e9", "Alexandre Vauthier", "Alexis Mabille", "Bouchra Jarrar", "Virginie Viard", "Maria Grazia Chuiri", "Franck Sorbier", "Matthiew Williams", "Julien Dossena", "Julien Fourni\u00e9", "John Galliano", "Rabih Kayrouz", "Daniel Roseberry", "St\u00e9phane Rolland", "Christophe Josse", "Julie de Libran"]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}}
59206667-684d-4fe4-b56b-f924e3ecf043/7092ed53-9970-4fdb-9435-c941f8e085f8/0/0
HauteCouture-API
An API that gives you informations about Haute Couture maisons
null
Get all maisons
Get all the maisons who possessed the haute couture label
200
New Example
[{"id": 1, "maison": "Adeline Andr\u00e9", "category": "permanente", "artistic_director": "Adeline Andr\u00e9", "country": "France"}, {"id": 2, "maison": "Alexandre Vauthier", "category": "permanente", "artistic_director": "Alexandre Vauthier", "country": "France"}, {"id": 3, "maison": "Alexis Mabille", "category": "pe...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "maison": {"type": "string"}, "category": {"type": "string"}, "artistic_director": {"type": "string"}, "country": {"type": "string"}}, "required": ["artistic_director", "category", "id", ...
59206667-684d-4fe4-b56b-f924e3ecf043/192950c1-fd66-4e79-9ac7-cebd3d51a270/0/0
HauteCouture-API
An API that gives you informations about Haute Couture maisons
null
Get all artistic directors for a specific category
Renders all artistic directors in a specific category
200
New Example
[{"id": 26, "maison": "Aelis", "category": "invit\u00e9e", "artistic_director": "Sofia Crociani", "country": "Italie"}, {"id": 27, "maison": "Christophe Josse", "category": "invit\u00e9e", "artistic_director": "Christophe Josse", "country": "France"}, {"id": 28, "maison": "Gaurav Gupta", "category": "invit\u00e9e", "ar...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "maison": {"type": "string"}, "category": {"type": "string"}, "artistic_director": {"type": "string"}, "country": {"type": "string"}}, "required": ["artistic_director", "category", "count...
59206667-684d-4fe4-b56b-f924e3ecf043/986d2d4a-8e7c-487c-9859-4e1c16c3d2f8/0/0
HauteCouture-API
An API that gives you informations about Haute Couture maisons
null
Get a maison by id
Renders a maison by its id
200
New Example
{"id": 1, "maison": "Adeline Andr\u00e9", "category": "permanente", "artistic_director": "Adeline Andr\u00e9", "country": "France"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "maison": {"type": "string"}, "category": {"type": "string"}, "artistic_director": {"type": "string"}, "country": {"type": "string"}}, "required": ["artistic_director", "category", "country", "id", "maison"]}
59206667-684d-4fe4-b56b-f924e3ecf043/ed32c912-34a2-40fd-a3cc-3a509e61c3a6/0/0
HauteCouture-API
An API that gives you informations about Haute Couture maisons
null
Get all artistic directors
Renders all the maisons artistic directors
200
New Example
["Adeline Andr\u00e9", "Alexandre Vauthier", "Alexis Mabille", "Bouchra Jarrar", "Virginie Viard", "Maria Grazia Chuiri", "Franck Sorbier", "Giambattista Valli", "Matthiew Williams", "Julien Dossena", "Julien Fourni\u00e9", "John Galliano", "Maurizio Galante", "Rabih Kayrouz", "Daniel Roseberry", "St\u00e9phane Rolland...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}}
59206667-684d-4fe4-b56b-f924e3ecf043/8b59a79e-c998-4962-8967-eb7f6157cbc5/0/0
HauteCouture-API
An API that gives you informations about Haute Couture maisons
null
get all maisons categories
Renders all the maisons categories
200
New Example
["permanente", "correspondante", "invit\u00e9e"]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}}
59206667-684d-4fe4-b56b-f924e3ecf043/e9032b40-4a7e-46cf-91be-cbd242d3a25c/0/0
HauteCouture-API
An API that gives you informations about Haute Couture maisons
null
Get a random maison
Renders a maison who possessed the haute couture label
200
New Example
{"id": 6, "maison": "Christian Dior", "category": "permanente", "artistic_director": "Maria Grazia Chuiri", "country": "France"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "maison": {"type": "string"}, "category": {"type": "string"}, "artistic_director": {"type": "string"}, "country": {"type": "string"}}, "required": ["artistic_director", "category", "country", "id", "maison"]}
58907a2d-2884-4d4c-b7fa-f84126f258af/7fa4b5d0-1351-4234-8fd7-d65d27c70b03/0/0
DNS Checker
Allow you to check the records of A, Mx, CNAME, SOA, TXT and more individually
null
DNS Checker
DNS Checker
200
Response
{"A": ["142.251.10.139", "142.251.10.102", "142.251.10.113", "142.251.10.100", "142.251.10.138", "142.251.10.101"]}
{"type": "object", "properties": {"A": {"type": "array", "items": {"type": "string"}}}}
48e1f5ed-13e4-471b-a8ef-c3be71afa841/8dce8126-78eb-4cb5-89be-5cbcc44206e3/0/0
Twitch profile stats
If you're after getting the Twitch user total amount of followers, this is just the right API for you. 1. Get user profile details it allows you to grab the user ID from the user profile 2. Get user total followers it allows you to grab the total number of followers More endpoints from the Twitch profile to come
0
Get user total followers
This enpoint is recommened for getting the user total followers from the profile. to_id parameter is required and can be generated with the help of the /users/ endpoint available under Twitch profile stats application on RapidAPI API hub
200
New Example
{"total": 0, "data": [], "pagination": {}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"total": {"type": "integer"}, "data": {"type": "array"}, "pagination": {"type": "object"}}, "required": ["data", "pagination", "total"]}
48e1f5ed-13e4-471b-a8ef-c3be71afa841/66bd6424-05bf-4e0f-bccb-50cc46cf7837/0/0
Twitch profile stats
If you're after getting the Twitch user total amount of followers, this is just the right API for you. 1. Get user profile details it allows you to grab the user ID from the user profile 2. Get user total followers it allows you to grab the total number of followers More endpoints from the Twitch profile to come
0
Get user profile details
This enpoint is recommened for getting the user ID (to_id) that will eventually be used on the get followers endpoint
200
New Example
{"data": [{"id": "468276238", "login": "netdesignr", "display_name": "netdesignr", "type": "", "broadcaster_type": "", "description": "Netdesignr LTD was founded in January 2016 and registered in the UK. Since then, Netdesignr's primary focus has been developing and creating products that help users surf the internet."...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "login": {"type": "string"}, "display_name": {"type": "string"}, "type": {"type": "string"}, "broadcaster_type": {"type": "string"}, "description"...
e8b92caf-77bc-4442-8475-a1d12a4fb399/72c6c592-344b-4500-a7d5-319da40dae64/0/0
apple-ios-version-details
This API provides iOS version details web scrapped from WikiPedia website
null
Get details about a particular iOS version
This endpoint provides details about a particular iOS version
200
New Example
[{"version": "15.2", "build": "19C57", "releasedate": "DecemberB 13, 2021; 17 days agoB (2021-12-13)", "features": "iOS 15.2 adds Apple Music Voice Plan, a new subscription tier that provides access to music using Siri. This update also includes the App Privacy Report, new safety features for children and parents in Me...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"version": {"type": "string"}, "build": {"type": "string"}, "releasedate": {"type": "string"}, "features": {"type": "string"}}, "required": ["build", "features", "releasedate", "version"]}}
6370b781-e782-4a5f-be01-1706ac190146/e6f459a7-a796-4e14-8772-5d62e1b54044/0/0
isVerifiedTest
Test
null
Shahm
Test
200
New Example
{"isVerified": true}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"isVerified": {"type": "boolean"}}, "required": ["isVerified"]}
374e9fde-cc61-42d5-a33d-f65ccf147a3b/cdb0589e-de3a-4c46-9d14-bf3ccac47ebf/0/0
World of Quotes
API returns over 50,000+ famous quotes from over 10,000+ great authors and over 350+ different categories.
8.3
Get Quotes By Specific Category
This API returns the collection of quotes by category you pass in the query params. Maximum you can get 20 quotes at a time and can be customized by limit. Our API support pagination and records can be paginated by page query param.
200
Sample Example
{"results": [{"isActive": true, "quote": "Forty is the old age of youth, fifty is the youth of old age.", "author": "Hosea Ballou", "category": "age", "id": "61abc40c72067b0f8395aca9"}, {"isActive": true, "quote": "The great secret that all old people share is that you really haven't changed in seventy or eighty years....
{"results": [], "page": 1, "limit": 10, "totalPages": 87, "totalResults": 864}
374e9fde-cc61-42d5-a33d-f65ccf147a3b/c03a8eb6-a1fa-4f4d-8d78-fa63407a376b/0/0
World of Quotes
API returns over 50,000+ famous quotes from over 10,000+ great authors and over 350+ different categories.
8.3
Get Quote of the Day
This API returns the handpicked quote of the day among 45,000+ quotes based on the highest ratings. You may also get quote of the day of specific author or category.
200
Response
{"quote": "Gratitude is the fairest blossom which springs from the soul.", "author": "Henry Ward Beecher", "category": "inspirational"}
{"results": [], "page": 1, "limit": 10, "totalPages": 87, "totalResults": 864}
374e9fde-cc61-42d5-a33d-f65ccf147a3b/0f2b662a-6d3e-4062-b065-6206d6e8b750/0/0
World of Quotes
API returns over 50,000+ famous quotes from over 10,000+ great authors and over 350+ different categories.
8.3
Get Quotes By Specific Author
This API returns the collection of quotes by author you pass in the query params. Maximum you can get 20 quotes at a time and can be customized by limit. Our API support pagination and records can be paginated by page query param.
200
Sample Example
{"results": [{"isActive": true, "quote": "Forty is the old age of youth, fifty is the youth of old age.", "author": "Hosea Ballou", "category": "age", "id": "61abc40c72067b0f8395aca9"}, {"isActive": true, "quote": "The great secret that all old people share is that you really haven't changed in seventy or eighty years....
{"results": [], "page": 1, "limit": 10, "totalPages": 87, "totalResults": 864}
374e9fde-cc61-42d5-a33d-f65ccf147a3b/51c86eb6-fae0-44fb-b0fe-1bec7f5a0b77/0/0
World of Quotes
API returns over 50,000+ famous quotes from over 10,000+ great authors and over 350+ different categories.
8.3
Get Authors
This API returns array of over 10,000 authors we have in our library. This returns an array of strings.
200
New Example
["A. A. Milne", "A. B. Yehoshua", "A. Bartlett Giamatti", "A. C. Benson"]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}}
374e9fde-cc61-42d5-a33d-f65ccf147a3b/e13a50b1-6e9e-43b7-972f-436d81081214/0/0
World of Quotes
API returns over 50,000+ famous quotes from over 10,000+ great authors and over 350+ different categories.
8.3
Get Quotes Category
This API returns array of over 350 types of categories we have in our library. This returns an array of strings. Real response will have more categories but in mock response we displayed a few.
200
New Example
["Ability", "Absence", "health", "history", "home", "hope", "humor", "knowledge", "leadership"]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}}
18d5c491-de09-4a0c-a6c9-d3c9ca8dc4c4/f0429172-f409-4a26-a403-f202588e2ae4/0/0
Horoscope API
Horoscope API - Professional Horoscopes as a simple JSON API - Access 12 horoscopes every day, written by professional astrologers. Important: Only Portuguese (PT) language is currently available.
9.4
Get a daily horoscope
Get a daily horoscope for the horoscope sign.
200
New Example
{"title": "Hor\u00f3scopo de hoje para Aqu\u00e1rio", "date": "6 de outubro de 2022", "text": "A autoconfian\u00e7a se eleva com a harmonia Lua-Marte entre seu signo e a \u00e1rea social, levando-lhe a se articular proveitosamente com o entorno e a motivar seus pares em prol de interesses comuns. Procure estruturar sua...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}}, "required": ["date", "text", "title"]}
18d5c491-de09-4a0c-a6c9-d3c9ca8dc4c4/9e059032-6e92-48d0-ab32-0ed890fb43f0/0/0
Horoscope API
Horoscope API - Professional Horoscopes as a simple JSON API - Access 12 horoscopes every day, written by professional astrologers. Important: Only Portuguese (PT) language is currently available.
9.4
Glossary
This endpoint returns a JSON with information about the API. In it you can preview request and response templates, mandatory fields and much more.
200
New Example
{"request_example": {"method": "GET", "endpoint": "/horoscope/:langId/:signId"}, "url_parameters": {"langId": {"description": "In this field you must indicate the language. At the moment, only the Portuguese language is available. This is a required field.", "type": "string", "required": true, "option": ["pt"]}, "signI...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"request_example": {"type": "object", "properties": {"method": {"type": "string"}, "endpoint": {"type": "string"}}, "required": ["endpoint", "method"]}, "url_parameters": {"type": "object", "properties": {"langId": {"type": "object", "proper...
7869c21b-1c7f-4d60-b00b-fe2d7e8bf4c0/fb09ea31-a9ea-4153-bd07-554098620d1c/0/0
shenzhen house price
fetch latest Shenzhen house sold price everyday
null
get today lianjia price detail
fetch today lianjia second-used house uploading
200
Response
{"code": 0, "data": [{"id": 1, "create_time": "2021-02-25T14:33:37.000Z", "total": 32211, "area": "all"}, {"id": 2, "create_time": "2021-02-25T14:35:24.000Z", "total": 32211, "area": "all"}, {"id": 3, "create_time": "2021-02-25T15:25:00.000Z", "total": 32212, "area": "all"}, {"id": 4, "create_time": "2021-02-25T15:33:0...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "create_time": {"type": "string"}, "total": {"type": "integer"}, "area": {"type": "string"}}, "required": ["area", "...
566d5ca8-346e-44a7-a169-8bb93fd25be3/fe381d43-baab-47b3-b962-d2cb410f1c7b/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-kundli-matching-advanced
Get detailed kundli matching
200
null
{"status": "ok", "data": {"girl_info": {"koot": {"varna": "Brahmin", "vasya": "Jalachara", "tara": "Janma", "yoni": "Gau", "graha_maitri": "Jupiter", "gana": "Manushya", "bhakoot": "Meena", "nadi": "Madhya"}, "nakshatra": {"id": 25, "name": "Uttara Bhadrapada", "lord": {"id": 6, "name": "Saturn", "vedic_name": "Shani"}...
{"title": "Kundli Matching Response (Advanced)", "type": "object", "required": ["status", "data"], "additionalProperties": false, "properties": {"status": {"type": "string"}, "data": {"title": "Kundli Matching (Advanced)", "type": "object", "required": ["girl_info", "boy_info", "message", "guna_milan", "girl_mangal_dos...
566d5ca8-346e-44a7-a169-8bb93fd25be3/b62b038d-9cf4-4917-a56c-e6341fd3bc68/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-papasamyam-check
Get Papasamyam Marriage compatability
200
null
{"status": "ok", "data": {"girl_papasamyam": {"total_points": 2.75, "papa_samyam": {"papa_planet": [{"name": "Ascendant", "planet_dosha": [{"id": 4, "name": "Mars", "position": 10, "has_dosha": false}, {"id": 6, "name": "Saturn", "position": 5, "has_dosha": false}, {"id": 0, "name": "Sun", "position": 11, "has_dosha": ...
{"title": "Papa Samyam Check Response", "type": "object", "required": ["status", "data"], "additionalProperties": false, "properties": {"status": {"type": "string"}, "data": {"title": "Papasamyam Check", "type": "object", "required": ["girl_papasamyam", "boy_papasamyam", "message"], "additionalProperties": false, "prop...
566d5ca8-346e-44a7-a169-8bb93fd25be3/4b31df3a-dfa3-4720-b226-8a9f9bf95a88/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-porutham
Get kerala and tamil nadu style marriage match making
200
null
{"status": "ok", "data": {"girl_info": {"nakshatra": {"id": 25, "name": "Uttara Bhadrapada", "lord": {"id": 6, "name": "Saturn", "vedic_name": "Shani"}, "pada": 3}, "rasi": {"id": 11, "name": "Meena", "lord": {"id": 2, "name": "Mercury", "vedic_name": "Budha"}}}, "boy_info": {"nakshatra": {"id": 25, "name": "Uttara Bha...
{"title": "Porutham Response", "type": "object", "required": ["status", "data"], "additionalProperties": false, "properties": {"status": {"type": "string"}, "data": {"title": "Porutham", "type": "object", "required": ["girl_info", "boy_info", "maximum_points", "total_points", "message", "matches"], "additionalPropertie...
566d5ca8-346e-44a7-a169-8bb93fd25be3/aa5ad31c-2b99-449d-9703-efbc03a43ccc/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-nakshatra-porutham-advanced
Get detailed nakshatra porutham
200
null
{"status": "ok", "data": {"maximum_points": 10, "obtained_points": 6, "message": {"type": null, "description": "Matching between boy and girl is 6/10"}, "matches": [{"id": 1, "name": "Dina Porutham", "has_porutham": true, "porutham_status": "Good", "points": 1, "description": "Their match is deemed to be 'excellent' or...
{"title": "Nakshatra Porutham Response (Advanced)", "type": "object", "required": ["status", "data"], "additionalProperties": false, "properties": {"status": {"type": "string"}, "data": {"title": "Nakshatra Porutham (Advanced)", "type": "object", "required": ["maximum_points", "obtained_points", "message", "matches"], ...
566d5ca8-346e-44a7-a169-8bb93fd25be3/7bdfeb4f-1f62-4df8-9b23-7ea4d16542d6/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-kundli-matching
Get kundli matching or kundli milan or guna milan based on ashta kuta system, calculating compatibility out of 36 points.
200
null
{"status": "ok", "data": {"girl_info": {"koot": {"varna": "Brahmin", "vasya": "Jalachara", "tara": "Janma", "yoni": "Gau", "graha_maitri": "Jupiter", "gana": "Manushya", "bhakoot": "Meena", "nadi": "Madhya"}, "nakshatra": {"id": 25, "name": "Uttara Bhadrapada", "lord": {"id": 6, "name": "Saturn", "vedic_name": "Shani"}...
{"title": "Kundli Matching Response", "type": "object", "required": ["status", "data"], "additionalProperties": false, "properties": {"status": {"type": "string"}, "data": {"title": "Kundli Matching", "type": "object", "required": ["girl_info", "boy_info", "message", "guna_milan"], "additionalProperties": false, "prope...
566d5ca8-346e-44a7-a169-8bb93fd25be3/f3e06861-9ee0-4882-8969-c20370c2a9df/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-horoscope-daily
200
null
{"status": "", "data": {"daily_prediction": {"sign_id": 0, "sign_name": "", "date": "", "prediction": ""}}}
{"title": "DailyHoroscopeResponse", "x-stoplight": {"id": "9er8qf7q4p5iw"}, "type": "object", "x-examples": {"example-1": {"status": "ok", "data": {"daily_prediction": {"sign_id": 0, "sign_name": "Aries", "date": "2022-11-07", "prediction": "You're in the middle of a controversy, but don't worry--you're learning from e...
566d5ca8-346e-44a7-a169-8bb93fd25be3/8c55db6e-bcbd-4148-b862-6a8a6f75921f/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-thirumana-porutham
Get tamil nadu style nakshatra and rasi porutham for marriage matching
200
null
{"status": "ok", "data": {"maximum_points": 12, "obtained_points": 8, "message": {"type": null, "description": "Matching between boy and girl is 8/12"}, "matches": [{"id": 1, "name": "Dina Porutham", "has_porutham": true}, {"id": 2, "name": "Gana Porutham", "has_porutham": true}, {"id": 3, "name": "Mahendra Porutham", ...
{"title": "Thirumana Porutham Response", "type": "object", "required": ["status", "data"], "additionalProperties": false, "properties": {"status": {"type": "string"}, "data": {"title": "Thirumana Porutham", "type": "object", "required": ["maximum_points", "obtained_points", "message", "matches"], "additionalProperties"...
566d5ca8-346e-44a7-a169-8bb93fd25be3/a7d2872b-32e2-47ac-8be4-15f86b2cabbf/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-thirumana-porutham-advanced
Get detailed thirumana porutham details
200
null
{"status": "ok", "data": {"maximum_points": 12, "obtained_points": 8, "message": {"type": null, "description": "Matching between boy and girl is 8/12"}, "matches": [{"id": 1, "name": "Dina Porutham", "has_porutham": true, "porutham_status": null, "points": 1, "description": "Their match is deemed to be 'excellent' or '...
{"title": "Thirumana Porutham Response (Advanced)", "type": "object", "required": ["status", "data"], "additionalProperties": false, "properties": {"status": {"type": "string"}, "data": {"title": "Thirumana Porutham (Advanced)", "type": "object", "required": ["maximum_points", "obtained_points", "message", "matches"], ...
566d5ca8-346e-44a7-a169-8bb93fd25be3/b40feac9-7855-4d79-8dc2-72739c73d316/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-nakshatra-porutham
Get Kerala style nakshatra and rasi porutham for marriage matching
200
null
{"status": "ok", "data": {"maximum_points": 10, "obtained_points": 6, "message": {"type": null, "description": "Matching between boy and girl is 6/10"}, "matches": [{"id": 1, "name": "Dina Porutham", "has_porutham": true}, {"id": 2, "name": "Gana Porutham", "has_porutham": true}, {"id": 3, "name": "Mahendra Porutham", ...
{"title": "Nakshatra Porutham Response", "type": "object", "required": ["status", "data"], "additionalProperties": false, "properties": {"status": {"type": "string"}, "data": {"title": "Nakshatra Porutham", "type": "object", "required": ["maximum_points", "obtained_points", "message", "matches"], "additionalProperties"...
566d5ca8-346e-44a7-a169-8bb93fd25be3/8ed3b3af-a32d-48b2-8460-9783936b1bbf/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-porutham-advanced
Get detailed porutham
200
null
{"status": "ok", "data": {"girl_info": {"nakshatra": {"id": 25, "name": "Uttara Bhadrapada", "lord": {"id": 6, "name": "Saturn", "vedic_name": "Shani"}, "pada": 3}, "rasi": {"id": 11, "name": "Meena", "lord": {"id": 2, "name": "Mercury", "vedic_name": "Budha"}}}, "boy_info": {"nakshatra": {"id": 25, "name": "Uttara Bha...
{"title": "Porutham Response (Advanced)", "type": "object", "required": ["status", "data"], "additionalProperties": false, "properties": {"status": {"type": "string"}, "data": {"title": "Porutham (Advanced)", "type": "object", "required": ["girl_info", "boy_info", "maximum_points", "total_points", "message", "matches"]...
566d5ca8-346e-44a7-a169-8bb93fd25be3/7c282de8-9ba8-401b-a569-dd2547b3c5da/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-hora
200
null
{"status": "ok", "data": {"hora_timing": [{"hora": {"id": 1, "name": "Moon", "vedic_name": "Chandra"}, "type": "Good", "is_day": true, "start": "2004-02-12T10:22:16+05:30", "end": "2004-02-12T11:20:36+05:30"}, {"hora": {"id": 2, "name": "Mercury", "vedic_name": "Budha"}, "type": "Good", "is_day": true, "start": "2004-0...
{"title": "HoraTimingResponse", "x-stoplight": {"id": "kukx5w9c99rp9"}, "type": "object", "x-examples": {"example-1": {"status": "ok", "data": {"hora_timing": [{"hora": {"id": 5, "name": "Jupiter", "vedic_name": "Guru"}, "type": "Good", "is_day": true, "start": "2004-02-12T07:06:17+05:30", "end": "2004-02-12T08:04:37+0...
566d5ca8-346e-44a7-a169-8bb93fd25be3/3185798c-d815-4f66-ae52-8c53ba03616c/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-panchang-advanced
Get detailed panchang
200
null
{"status": "ok", "data": {"vaara": "Tuesday", "nakshatra": [{"id": 25, "name": "Uttara Bhadrapada", "lord": {"id": 6, "name": "Saturn", "vedic_name": "Shani"}, "start": "1970-11-09T18:59:58+05:30", "end": "1970-11-10T17:11:38+05:30"}, {"id": 26, "name": "Revati", "lord": {"id": 2, "name": "Mercury", "vedic_name": "Budh...
{"title": "Panchang Response (Advanced)", "type": "object", "required": ["status", "data"], "additionalProperties": false, "properties": {"status": {"type": "string"}, "data": {"title": "Panchang (Advanced)", "type": "object", "required": ["vaara", "nakshatra", "tithi", "karana", "yoga", "sunrise", "sunset", "moonrise"...
566d5ca8-346e-44a7-a169-8bb93fd25be3/5b1f25f9-2ae2-44c4-b7d2-3af5c38cbe09/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-inauspicious-period
Get inauspicious timings like Rahu Kaal, Yamaganda Kaal, Gulika Kaal, Dur Muhurat and Varjyam
200
null
{"status": "ok", "data": {"muhurat": [{"id": 4, "name": "Rahu", "type": "Inauspicious", "period": [{"start": "1970-11-10T09:25:08+00:00", "end": "1970-11-10T10:51:58+00:00"}]}, {"id": 5, "name": "Yamaganda", "type": "Inauspicious", "period": [{"start": "1970-11-10T03:37:48+00:00", "end": "1970-11-10T05:04:38+00:00"}]},...
{"title": "Inauspicious Period Response", "type": "object", "required": ["status", "data"], "additionalProperties": false, "description": "Object representing success response for Inauspicious Period API query.", "properties": {"status": {"type": "string"}, "data": {"title": "MuhuratResult", "type": "object", "required...
566d5ca8-346e-44a7-a169-8bb93fd25be3/edb1a7ab-f832-4a36-a691-b3833c0fbd79/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-chandra-bala
200
null
{"status": "ok", "data": {"chandra_bala": [{"start": "2022-11-13T06:39:16+05:30", "end": "2022-11-14T06:30:31+05:30", "rasis": [{"id": 0, "name": "Mesha", "lord": {"id": 4, "name": "Mars", "vedic_name": "Kuja"}}, {"id": 2, "name": "Mithuna", "lord": {"id": 2, "name": "Mercury", "vedic_name": "Budha"}}, {"id": 4, "name"...
{"title": "ChandraBalaResponse", "x-stoplight": {"id": "8typczq8ndt3x"}, "type": "object", "x-examples": {"example-1": {"status": "ok", "data": {"chandra_bala": {"rasi": {"id": 6, "name": "Tula", "lord": {"id": 3, "name": "Venus", "vedic_name": "Shukra"}, "start": "2004-02-11T14:51:15+05:30", "end": "2004-02-13T18:41:5...
566d5ca8-346e-44a7-a169-8bb93fd25be3/ba6952f0-ef3b-4576-9df4-f392287b6ff7/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-anandadi-yoga
200
null
{"status": "ok", "data": {"anandadi_yoga": [{"id": 23, "name": "Matanga", "start": "2004-02-13T01:32:14+05:30", "end": "2004-02-14T00:23:28+05:30", "type": " Kul Vruddhi", "description": "Good"}, {"id": 24, "name": "Rakshasa", "start": "2004-02-14T00:23:29+05:30", "end": "2004-02-14T23:02:34+05:30", "type": "Maha Kasht...
{"title": "AnandadiYogaResponse", "x-stoplight": {"id": "r530icfjetak5"}, "type": "object", "properties": {"status": {"type": "string"}, "data": {"title": "AnandadiYoga", "x-stoplight": {"id": "4zte7n9hvo0pq"}, "type": "object", "properties": {"anandadi_yoga": {"type": "array", "items": {"title": "Anandadi", "x-stoplig...
566d5ca8-346e-44a7-a169-8bb93fd25be3/6f33832a-0bf3-42bb-b19a-36b253609108/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-astrology-solstice
200
null
{"status": "ok", "data": {"solstice": {"id": 0, "name": "Summer Solstice", "vedic_name": "Uttarayan"}}}
{"title": "SolsticeResponse", "x-stoplight": {"id": "7qni30s6ra3e0"}, "type": "object", "x-examples": {"example-1": {"status": "ok", "data": {"solstice": {"id": 0, "name": "Summer Solstice", "vedic_name": "Uttarayan"}}}}, "properties": {"status": {"type": "string"}, "data": {"title": "Solstice", "x-stoplight": {"id": "...
566d5ca8-346e-44a7-a169-8bb93fd25be3/64d20480-0877-4c09-a63a-8e7b809f3b28/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-ritu
200
null
{"status": "ok", "data": {"vedic_ritu": {"id": 5, "name": "Winter", "vedic_name": "Shishir", "start": "2004-02-21T17:38:25+05:30", "end": "2004-04-20T17:38:24+05:30"}, "drik_ritu": {"id": 5, "name": "Winter", "vedic_name": "Shishir", "start": "2004-01-15T17:38:25+05:30", "end": "2004-03-14T17:38:24+05:30"}}}
{"title": "RithuResponse", "x-stoplight": {"id": "cem9rwaqoogty"}, "type": "object", "properties": {"status": {"type": "string"}, "data": {"title": "Rithu", "x-stoplight": {"id": "ckvra6hcbotmn"}, "type": "object", "properties": {"vedic_ritu": {"title": "SubRithu", "x-stoplight": {"id": "uqv4bwvdlkdam"}, "type": "objec...
566d5ca8-346e-44a7-a169-8bb93fd25be3/c7dc1cca-d945-4297-b5ca-5586b9553352/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-auspicious-yoga
200
null
{"status": "ok", "data": {"auspicious_yoga": [{"id": 0, "name": "Amrit Siddhi", "period": [{"start": "2022-10-23T15:19:21+05:30", "end": "2022-10-24T06:34:37+05:30", "combination": [{"type": "nakshatra", "name": "Hasta"}, {"type": "day", "name": "Sunday"}]}]}, {"id": 1, "name": "Sarvartha Siddhi", "period": [{"start": ...
{"title": "AuspiciousYogaResponse", "x-stoplight": {"id": "rp464s200iwjh"}, "type": "object", "x-examples": {"example-1": {"status": "ok", "data": {"auspicious_yoga": [{"id": 0, "name": "Amrit Siddhi", "period": [{"start": "2022-10-23T15:19:21+05:30", "end": "2022-10-24T09:50:37+05:30", "combination": [{"type": "naksha...
566d5ca8-346e-44a7-a169-8bb93fd25be3/aaa14701-377a-4f55-99df-85eb487562ef/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-panchang
Get daily panchang details
200
null
{"status": "ok", "data": {"vaara": "Tuesday", "nakshatra": [{"id": 25, "name": "Uttara Bhadrapada", "lord": {"id": 6, "name": "Saturn", "vedic_name": "Shani"}, "start": "1970-11-09T18:59:58+05:30", "end": "1970-11-10T17:11:38+05:30"}, {"id": 26, "name": "Revati", "lord": {"id": 2, "name": "Mercury", "vedic_name": "Budh...
{"title": "Panchang Response", "type": "object", "required": ["status", "data"], "additionalProperties": false, "properties": {"status": {"type": "string"}, "data": {"title": "Panchang", "type": "object", "required": ["vaara", "nakshatra", "tithi", "karana", "yoga", "sunrise", "sunset", "moonrise", "moonset"], "additio...
566d5ca8-346e-44a7-a169-8bb93fd25be3/62809a51-cde2-46dc-9f3a-ea1ac690a1e0/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-tara-bala
200
null
{"status": "ok", "data": {"tara_bala": [{"id": 6, "name": "Mitra", "type": "Good", "start": "2022-11-14T06:39:37+05:30", "end": "2022-11-14T13:15:18+05:30", "nakshatras": [{"id": 1, "name": "Bharani", "lord": {"id": 3, "name": "Venus", "vedic_name": "Shukra"}}, {"id": 3, "name": "Rohini", "lord": {"id": 1, "name": "Moo...
{"title": "TaraBalaResponse", "x-stoplight": {"id": "lqimauv5w57yn"}, "type": "object", "x-examples": {"example-1": {"status": "ok", "data": {"tara_bala": {"id": 14, "name": "Janma", "type": "Not Good", "start": "2004-02-12T02:28:11+05:30", "end": "2004-02-13T01:32:13+05:30", "nakshatra": {"id": 14, "name": "Swati", "l...
566d5ca8-346e-44a7-a169-8bb93fd25be3/62a1b551-6c9e-44f5-8f2c-aa0781e0e09a/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-auspicious-period
Get auspicious timings like Abhijit Muhurat, Amrit Kaal and Brahma Muhurat
200
null
{"status": "ok", "data": {"muhurat": [{"id": 1, "name": "Abhijit Muhurat", "type": "Auspicious", "period": [{"start": "1970-11-10T06:08:13+00:00", "end": "1970-11-10T06:54:31+00:00"}]}, {"id": 2, "name": "Amrit Kaal", "type": "Auspicious", "period": [{"start": "1970-11-10T06:29:58+00:00", "end": "1970-11-10T07:58:44+00...
{"title": "Auspicious Period Response", "type": "object", "required": ["status", "data"], "additionalProperties": false, "description": "Object representing success response for Auspicious Period API query.", "properties": {"status": {"type": "string"}, "data": {"title": "MuhuratResult", "type": "object", "required": [...
566d5ca8-346e-44a7-a169-8bb93fd25be3/22865fb1-d7ab-4f49-9507-7854606cc050/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-choghadiya
Get daily choghadiya timings
200
null
{"status": "ok", "data": {"muhurat": [{"id": 6, "name": "Rog", "type": "Inauspicious", "vela": null, "is_day": true, "start": "1970-11-10T06:14:07+05:30", "end": "1970-11-10T07:40:57+05:30"}, {"id": 0, "name": "Udveg", "type": "Inauspicious", "vela": "Vaar Vela", "is_day": true, "start": "1970-11-10T07:40:57+05:30", "e...
{"title": "Choghadiya Response", "type": "object", "required": ["status", "data"], "additionalProperties": false, "description": "Object representing success response for Choghadiya timing API query.", "properties": {"status": {"type": "string"}, "data": {"title": "ChoghadiyaResult", "type": "object", "required": ["muh...
566d5ca8-346e-44a7-a169-8bb93fd25be3/4e8b6de4-44c0-4a23-8f4f-cf17b1e918bf/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-disha-shool
200
null
{"status": "ok", "data": {"disha_shool": {"direction": "West", "remedy": "Jaggery", "start": "2004-02-13T10:22:00+05:30", "end": "2004-02-13T10:22:00+05:30"}}}
{"title": "DishaShoolResposne", "x-stoplight": {"id": "jf1bnxwqroc6g"}, "type": "object", "properties": {"status": {"type": "string"}, "data": {"title": "DishaShool", "x-stoplight": {"id": "95igtxnr86j0o"}, "type": "object", "properties": {"disha_shool": {"title": "Disha", "x-stoplight": {"id": "hsz72c84uhmln"}, "type"...
566d5ca8-346e-44a7-a169-8bb93fd25be3/7c52065e-f289-4061-952d-d71fd29bd57f/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-calendar
|#|Calendar|Value|Supported Languages| |---|---|---|---| |1|Tamil|tamil|en ta| |2|Malayalam|malayalam|en ml| |3|Shaka Samwat|shaka-samvat|en ml hi ta te| |4|Vikram Samwat|vikram-samvat|en ml hi ta te| |5|Amanta|amanta|en ml hi ta te| |6|Purnimanta|purnimanta|en ml hi ta te| |7|Hijri|hijri|en| |8|Gujarati|gujarati|en gu...
200
null
{"status": "ok", "data": {"calendar_date": {"id": 11, "name": "Shaka Samvat", "year": 1944, "month": 3, "day": 13, "leap": 0, "year_name": "Subhakrit", "month_name": "Jyeshta"}}}
{"title": "CalendarDateResponse", "x-stoplight": {"id": "h3x18wtq87kcp"}, "type": "object", "properties": {"status": {"type": "string"}, "data": {"title": "CalendarDate", "x-stoplight": {"id": "wd46vvfvd34kl"}, "type": "object", "properties": {"calendar_date": {"type": "object", "required": ["id", "name", "year", "mont...
566d5ca8-346e-44a7-a169-8bb93fd25be3/1325d2ef-c454-4be4-afb7-12be37bf43cc/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-numerology-universal-year-number
/numerology/universal-year-number
200
null
{"status": "ok", "data": {"universal_year_number": {"name": "Universal Year Number", "number": 6, "description": ""}}}
{"title": "UniversalYearNumberResponse", "x-stoplight": {"id": "snbt1yo82lttl"}, "type": "object", "properties": {"status": {"type": "string"}, "data": {"title": "UniversalYearNumber", "x-stoplight": {"id": "uduv2lwjq8o1x"}, "type": "object", "properties": {"universal_year_number": {"type": "object", "x-examples": {"ex...
566d5ca8-346e-44a7-a169-8bb93fd25be3/31d6d208-9da1-437b-a91e-65de64dd7c29/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-numerology-capstone-number
200
null
{"status": "ok", "data": {"capstone_number": {"name": "CapStone Number", "number": 5, "description": ""}, "name_chart": {"first_name": [{"character": "J", "number": 1}, {"character": "O", "number": 6}, {"character": "H", "number": 8}, {"character": "N", "number": 5}], "middle_name": [], "last_name": [{"character": "D",...
{"title": "Capstone Number Response", "x-stoplight": {"id": "qcrhy93ik0ztg"}, "type": "object", "x-examples": {"example-1": {"status": "ok", "data": {"capstone_number": {"name": "CapStone Number", "number": 5, "description": ""}, "name_chart": {"first_name": [{"character": "J", "number": 1}, {"character": "O", "number"...
566d5ca8-346e-44a7-a169-8bb93fd25be3/01dbdd7b-c584-42f3-96d0-0a6c53d63f08/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-numerology-period-cycle-number
Period Cycle Number
200
null
{"status": "ok", "data": {"period_cycle_number": {"name": "Period Cycle Number", "cycles": [{"name": "Birth Month", "number": 2, "description": "This is a time of patient, steady progress. You have a keen awareness of your environment. and you have excellent intuition. You have a flair for bringing people together, and...
{"title": "PeriodCycleNumberResponse", "x-stoplight": {"id": "vurb6yc9qypre"}, "type": "object", "properties": {"status": {"type": "string"}, "data": {"title": "PeriodCycleNumber", "x-stoplight": {"id": "wwazdc93yxwhe"}, "type": "object", "properties": {"period_cycle_number": {"type": "object", "required": ["name", "cy...
566d5ca8-346e-44a7-a169-8bb93fd25be3/a241d956-4d5a-4f6e-a61a-21866052b0fd/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-numerology-transit-cycle-number
/numerology/transit-cycle-number
200
null
{"status": "ok", "data": {"transit_cycle_number": {"name": "Transit Cycle", "physical": [{"character": "J", "number": 1, "description": ""}, {"character": "O", "number": 6, "description": ""}, {"character": "H", "number": 8, "description": ""}, {"character": "N", "number": 5, "description": ""}], "mental": [{"character...
{"title": "TransitCycleNumberResponse", "x-stoplight": {"id": "twrj37rwjnjlh"}, "type": "object", "x-examples": {}, "properties": {"status": {"type": "string"}, "data": {"title": "TransitCycleNumber", "x-stoplight": {"id": "kbkmn9sjkb0e2"}, "type": "object", "properties": {"transit_cycle_number": {"title": "TransitCycl...
566d5ca8-346e-44a7-a169-8bb93fd25be3/c7ebf457-1878-410d-84b6-adb977190a89/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-numerology-expression-number
Numerology Expression Number
200
null
{"status": "ok", "data": {"expression_number": {"name": "Expression Number", "number": 8, "description": "You are capable of accomplishing wonderful things. Gaining control of a little area of the land is both a task and a right that you were born with. Regardless of your business, you aspire to be the greatest and the...
{"title": "ExpressionNumberResponse", "x-stoplight": {"id": "bamqexqgjalwn"}, "type": "object", "x-examples": {"example-1": {"status": "ok", "data": {"expression_number": {"name": "Expression Number", "number": 8, "description": ""}, "name_chart": {"first_name": [{"character": "J", "number": 1}, {"character": "O", "num...
566d5ca8-346e-44a7-a169-8bb93fd25be3/4a49dac2-21e6-4b95-8d4c-e3e3a4d2584b/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-numerology-karmic-debt-number
karmic-debt-number
200
null
{"status": "ok", "data": {"karmic_debt_number": {"name": "Karmic Debt Number", "debts": [{"name": "Life Path Number", "number": null, "description": ""}, {"name": "Expression Number", "number": null, "description": ""}, {"name": "Heart Desire Number", "number": null, "description": ""}, {"name": "Personality Number", "...
{"title": "KarmicDeptNumberResponse", "x-stoplight": {"id": "i5mm01r456kj3"}, "type": "object", "x-examples": {"example-1": {"status": "string", "data": {"karmic_dept_number": {"debts": [{"name": "string", "number": 0, "description": "string"}]}, "name_chart": {"first_name": [{"character": "string", "number": 0}], "mid...
566d5ca8-346e-44a7-a169-8bb93fd25be3/3a278d55-d814-4698-bfc0-54154cd6f270/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-numerology-universal-month-number
/numerology/universal-month-number
200
null
{"status": "ok", "data": {"universal_month_number": {"name": "Universal Month Number", "number": 8, "description": ""}}}
{"title": "UniversalMonthNumberResponse", "x-stoplight": {"id": "zd574cemxrhpq"}, "type": "object", "properties": {"status": {"type": "string"}, "data": {"title": "UniversalMonthNumber", "x-stoplight": {"id": "eypa6j7f2j9s8"}, "type": "object", "properties": {"universal_month_number": {"type": "object", "x-examples": {...
566d5ca8-346e-44a7-a169-8bb93fd25be3/c9fc5026-c632-4280-b732-94efd61ccf3a/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-numerology-hidden-passion
hidden passion
200
null
{"status": "ok", "data": {"hidden_passion_number": {"name": "Hidden Passion Number", "number": 6, "description": "Your dream is to help the people you care about and the people in your community. You possess the capacity to practise healing, counselling, or teaching. You are a very responsible person who is prepared to...
{"title": "HiddenPassionNumberResponse", "x-stoplight": {"id": "bnri3cyrr55tr"}, "type": "object", "x-examples": {"example-1": {"status": "ok", "data": {"hidden_passion_number": {"name": "Hidden Passion Number", "number": 6, "description": ""}, "name_chart": {"first_name": [{"character": "J", "number": 1}, {"character"...
566d5ca8-346e-44a7-a169-8bb93fd25be3/26771f94-4583-4a31-b0ec-76c7616e7f3b/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-numerology-universal-day-number
/numerology/universal-day-number
200
null
{"status": "ok", "data": {"universal_day_number": {"name": "Universal Day Number", "number": 5, "description": ""}}}
{"title": "UniversalDayNumberResponse", "x-stoplight": {"id": "5kg411q2itya5"}, "type": "object", "properties": {"status": {"type": "string"}, "data": {"title": "UniversalDayNumber", "x-stoplight": {"id": "muxvvuxxyl8ja"}, "type": "object", "properties": {"universal_day_number": {"type": "object", "x-examples": {"examp...
566d5ca8-346e-44a7-a169-8bb93fd25be3/ec98c296-7528-4133-bf74-c594823e4ecf/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-numerology-personal-month-number
/numerology/personal-month-number
200
null
{"status": "ok", "data": {"personal_month_number": {"name": "Personal Month Number", "number": 8, "description": "You are savvy when it comes to business, effective, dependable, honourable, recognised, kind, strong, and in charge. You are also visionary and a planner, as well as competent when it comes to contracts, sa...
{"title": "PersonalMonthNumberResponse", "x-stoplight": {"id": "foolhnhbsb2o5"}, "type": "object", "properties": {"status": {"type": "string"}, "data": {"title": "PersonalMonthNumber", "x-stoplight": {"id": "cqym4d9zigz55"}, "type": "object", "properties": {"personal_month_number": {"type": "object", "x-examples": {"ex...
566d5ca8-346e-44a7-a169-8bb93fd25be3/4a5576a2-6f0b-46e4-98f6-c8ee1eda0d0e/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-numerology-attainment-number
Attainment Number
200
null
{"status": "ok", "data": {"attainment_number": {"name": "Attainment Number", "number": 1, "description": ""}, "name_chart": {"first_name": [{"character": "J", "number": 1}, {"character": "O", "number": 6}, {"character": "H", "number": 8}, {"character": "N", "number": 5}], "middle_name": [], "last_name": [{"character": ...
{"title": "Attainment Number Response", "x-stoplight": {"id": "wre337wesnh09"}, "type": "object", "x-examples": {"example-1": {"status": "ok", "data": {"attainment_number": {"name": "Attainment Number", "number": 1, "description": ""}, "name_chart": {"first_name": [{"character": "J", "number": 1}, {"character": "O", "n...
566d5ca8-346e-44a7-a169-8bb93fd25be3/2a22ad40-b10c-4a59-984c-4fbfb69f45e5/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-numerology-destiny-number
destiny number
200
null
{"status": "ok", "data": {"destiny_number": {"name": "Destiny Number", "number": 8, "description": ""}, "name_chart": {"first_name": [{"character": "J", "number": 1}, {"character": "O", "number": 6}, {"character": "H", "number": 8}, {"character": "N", "number": 5}], "middle_name": [], "last_name": [{"character": "D", "...
{"title": "DestinyNumberResponse", "x-stoplight": {"id": "6dniu0xjo8uf3"}, "type": "object", "x-examples": {"example-1": {"status": "ok", "data": {"destiny_number": {"name": "Destiny Number", "number": 8, "description": ""}, "name_chart": {"first_name": [{"character": "J", "number": 1}, {"character": "O", "number": 6},...
566d5ca8-346e-44a7-a169-8bb93fd25be3/ce7a9fc6-fe00-4563-b5a4-679d336f02ab/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-numerology-inclusion-table
Inclusion Number
200
null
{"status": "ok", "data": {"inclusion_table_number": {"name": "Inclusion Table Number", "inclusion": [{"character_value": 1, "repeated_number_count": 1, "description": ""}, {"character_value": 2, "repeated_number_count": 6, "description": ""}, {"character_value": 1, "repeated_number_count": 8, "description": ""}, {"char...
{"title": "InclusionTableNumberResponse", "x-stoplight": {"id": "2y6l3916a39qb"}, "type": "object", "x-examples": {"example-1": {"status": "ok", "data": {"inclusion_table_number": {"name": "Inclusion Table Number", "inclusion": [{"character_value": 1, "repeated_number_count": 1, "description": ""}, {"character_value": ...
566d5ca8-346e-44a7-a169-8bb93fd25be3/0d182d84-3bd2-406a-a067-fac0432c13e9/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-numerology-chaldean-lifepath-number
/numerology/chaldean/lifepath-number
200
null
{"status": "ok", "data": {"life_path_number": {"name": "Life Path Number", "number": 5, "description": ""}}}
{"title": "ChaldeanLifePathNumberResponse", "x-stoplight": {"id": "4j1w705cs3jvf"}, "type": "object", "properties": {"status": {"type": "string"}, "data": {"title": "ChaldeanLifePathNumber", "x-stoplight": {"id": "n691azew4chto"}, "type": "object", "properties": {"life_path_number": {"type": "object", "x-examples": {"e...
566d5ca8-346e-44a7-a169-8bb93fd25be3/a3d9dbfc-377b-4863-a2b3-b0ad00c6017a/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-numerology-chaldean-whole-name-number
/numerology/chaldean-whole-name-number
200
null
{"status": "ok", "data": {"whole_name_number": {"name": "Whole Name Number", "energies": [{"name": "Domestic Energy", "number": 7, "description": ""}, {"name": "Social Energy", "number": 9, "description": ""}, {"name": "Soul Energy", "number": null, "description": ""}]}, "name_chart": {"first_name": [{"character": "J",...
{"title": "ChaldeanWholeNameNumberResponse", "x-stoplight": {"id": "bpp3pkcyfyjia"}, "type": "object", "x-examples": {"example-1": {"status": "string", "data": {"name": "string", "whole_name_number": {"name": "string", "energies": [{"name": "string", "number": 0, "description": "string"}]}}}}, "properties": {"status": ...
566d5ca8-346e-44a7-a169-8bb93fd25be3/33c79a36-dafe-4fad-a314-b8ca585e717f/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-numerology-chaldean-identity-inital-code-number
/numerology/chaldean/identity-inital-code-number
200
null
{"status": "ok", "data": {"identity_initial_code_number": {"name": "Identity Initial Code", "number": 5, "description": ""}, "name_chart": {"first_name": [{"character": "J", "number": 1}, {"character": "O", "number": 7}, {"character": "H", "number": 5}, {"character": "N", "number": 5}], "middle_name": [], "last_name": ...
{"title": "ChaldeanIdentityInitialCodeNumberResponse", "x-stoplight": {"id": "nx6b8hs4qq48w"}, "type": "object", "properties": {"status": {"type": "string"}, "data": {"title": "ChaldeanIdentityInitialCodeNumber", "x-stoplight": {"id": "yyic09gac4qfv"}, "type": "object", "properties": {"identity_initial_code_number": {"...
566d5ca8-346e-44a7-a169-8bb93fd25be3/58ac27ec-aade-4f4c-8aac-055654ec2333/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-numerology-chaldean-birth-number
/numerology/chaldean/birth-number
200
null
{"status": "ok", "data": {"birth_number": {"name": "Birth Number", "number": 3, "description": ""}}}
{"title": "ChaldeanBirthNumberResponse", "x-stoplight": {"id": "pm8botzot5v1c"}, "type": "object", "properties": {"status": {"type": "string"}, "data": {"title": "ChaldeanBirthNumber", "x-stoplight": {"id": "gaf8x11mmlu0n"}, "type": "object", "properties": {"birth_number": {"type": "object", "x-examples": {"example-1":...
566d5ca8-346e-44a7-a169-8bb93fd25be3/0add29c7-59a2-49c2-8b4d-0741f370fecd/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-numerology-chaldean-daily-name-number
/numerology/chaldean/daily-name-number
200
null
{"status": "ok", "data": {"daily_name_number": {"name": "Daily Name Number", "number": 7, "description": ""}, "name_chart": {"first_name": [{"character": "J", "number": 1}, {"character": "O", "number": 7}, {"character": "H", "number": 5}, {"character": "N", "number": 5}], "middle_name": [], "last_name": [{"character": ...
{"title": "DailyNameNumberResponse", "x-stoplight": {"id": "hu23lqir0515u"}, "type": "object", "properties": {"status": {"type": "string"}, "data": {"title": "ChaldeanDailyNameNumber", "x-stoplight": {"id": "0ikjnum67kaqk"}, "type": "object", "properties": {"daily_name_number": {"type": "object", "x-examples": {"exampl...
566d5ca8-346e-44a7-a169-8bb93fd25be3/fa8002bf-35e4-4bd9-b6d9-91a027086ae8/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-planet-position
Get planet position Parameter planets is optional and by default the api returns all planets excluding URANUS, NEPTUNE and PLUTO. List of Planets and their ID's |Planet Name|Planet ID| |---|---| |SUN|0| |MOON|1| |MERCURY|2| |VENUS|3| |MARS|4| |JUPITER|5| |SATURN|6| |URANUS|7| |NEPTUNE|8| |PLUTO|9| |ASCENDANT|100| |RAHU...
200
null
{"status": "ok", "data": {"planet_position": [{"id": 0, "name": "Sun", "longitude": 203.8878753137908, "is_retrograde": false, "position": 7, "degree": 23.8878753137908, "rasi": {"id": 6, "name": "Tula", "lord": {"id": 3, "name": "Venus", "vedic_name": "Shukra"}}}, {"id": 1, "name": "Moon", "longitude": 341.94113378449...
{"title": "Planet Position Response", "type": "object", "required": ["status", "data"], "additionalProperties": false, "description": "Object representing success response for Planet Position query.", "properties": {"status": {"type": "string"}, "data": {"title": "PlanetPositionResult", "type": "object", "required": ["...
566d5ca8-346e-44a7-a169-8bb93fd25be3/4308c089-f95f-4e38-b384-de2bf0229a84/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-kundli
Get full horoscope or kundli of a person.
200
null
{"status": "ok", "data": {"nakshatra_details": {"nakshatra": {"id": 25, "name": "Uttara Bhadrapada", "lord": {"id": 6, "name": "Saturn", "vedic_name": "Shani"}, "pada": 3}, "chandra_rasi": {"id": 11, "name": "Meena", "lord": {"id": 2, "name": "Mercury", "vedic_name": "Budha"}}, "soorya_rasi": {"id": 6, "name": "Tula", ...
{"title": "Kundli Response", "type": "object", "required": ["status", "data"], "additionalProperties": false, "properties": {"status": {"type": "string"}, "data": {"title": "Kundli", "type": "object", "required": ["nakshatra_details", "mangal_dosha", "yoga_details"], "additionalProperties": false, "properties": {"naksh...
566d5ca8-346e-44a7-a169-8bb93fd25be3/5524554a-47df-42be-a51a-3c119cecc2c8/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-mangal-dosha-advanced
Get detailed mangal dosha interpretation
200
null
{"status": "ok", "data": {"has_dosha": true, "description": "The person is Manglik. Mars is positioned in the 2nd house, it is mild Manglik Dosha", "has_exception": true, "type": "Mild", "exceptions": ["Mars is said to have a maturity age of 28. The malefic effects of Mars reduce after the age of 28.", "If a Manglik is...
{"title": "Mangal Dosha Response (Advanced)", "type": "object", "required": ["status", "data"], "additionalProperties": false, "properties": {"status": {"type": "string"}, "data": {"title": "Mangal Dosha (Advanced)", "type": "object", "required": ["has_dosha", "description", "has_exception", "type", "exceptions", "reme...
566d5ca8-346e-44a7-a169-8bb93fd25be3/4d47e11a-8ed1-4dce-b671-0cba2aef13f5/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-yoga
200
null
{"status": "ok", "data": {"yoga_details": [{"name": "Major Yogas", "description": "Your kundli has 3 major yogas", "yoga_list": [{"name": "Gajakesari Yoga", "has_yoga": false, "description": "Your kundli does not have gajakesari yoga."}, {"name": "Kedar Yoga", "has_yoga": false, "description": "Your kundli does not hav...
{"title": "YogaResponse", "x-stoplight": {"id": "bc95105lkuruj"}, "type": "object", "x-examples": {}, "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"yoga_details": {"type": "array", "items": {"title": "Kundli Yoga Details (Advanced)", "type": "object", "required": ["name", "desc...
566d5ca8-346e-44a7-a169-8bb93fd25be3/ff609077-f5cc-4501-abb3-197cf58f3f8d/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-mangal-dosha
Check a persons kundli has mangal dosha.
200
null
{"status": "ok", "data": {"has_dosha": true, "description": "The person is Manglik. Mars is positioned in the 2nd house, it is mild Manglik Dosha"}}
{"title": "Mangal Dosha Response", "type": "object", "required": ["status", "data"], "additionalProperties": false, "properties": {"status": {"type": "string"}, "data": {"title": "Mangal Dosha", "type": "object", "required": ["has_dosha", "description"], "additionalProperties": false, "properties": {"has_dosha": {"type...
566d5ca8-346e-44a7-a169-8bb93fd25be3/2bb03fa0-f203-4c8c-a42a-3309be245166/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-sade-sati
Get sade sati report
200
null
{"status": "ok", "data": {"is_in_sade_sati": true, "transit_phase": "Small Panoti", "description": "You are going through sade sati phase and you are in Small Panoti phase."}}
{"title": "Sade Sati Response", "type": "object", "required": ["status", "data"], "additionalProperties": false, "properties": {"status": {"type": "string"}, "data": {"title": "Sade Sati", "type": "object", "required": ["is_in_sade_sati", "transit_phase", "description"], "additionalProperties": false, "properties": {"i...
566d5ca8-346e-44a7-a169-8bb93fd25be3/615a8a8a-4cbf-4925-b51d-4fcc85595e8c/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-papasamyam
Get the papasamyam details of a person
200
null
{"status": "ok", "data": {"total_points": 2.75, "papa_samyam": {"papa_planet": [{"name": "Ascendant", "planet_dosha": [{"id": 4, "name": "Mars", "position": 10, "has_dosha": false}, {"id": 6, "name": "Saturn", "position": 5, "has_dosha": false}, {"id": 0, "name": "Sun", "position": 11, "has_dosha": false}, {"id": 101, ...
{"title": "Papasamyam Response", "type": "object", "required": ["status", "data"], "additionalProperties": false, "properties": {"status": {"type": "string"}, "data": {"title": "Papa Samyam", "type": "object", "required": ["total_points", "papa_samyam"], "additionalProperties": false, "x-examples": {}, "properties": {"...
566d5ca8-346e-44a7-a169-8bb93fd25be3/c2ab6ab5-bf7c-4b07-9b99-6e42a976eec0/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-kaal-sarp-dosha
Check if a person has kaal sarp dosha.
200
null
{"status": "ok", "data": {"type": "Anant", "dosha_type": "Kaal Sarpa", "has_dosha": true, "description": "You have Kalsarpa Yog because all the planets are between Ketu and Rahu. Since Rahu and Ketu is in 1st and 7th, the type of Kalsarpa yog is Anant."}}
{"title": "Kaal Sarp Dosha Response", "type": "object", "required": ["status", "data"], "additionalProperties": false, "properties": {"status": {"type": "string"}, "data": {"title": "Kaal Sarp Dosha", "type": "object", "required": ["type", "dosha_type", "has_dosha", "description"], "additionalProperties": false, "descr...
566d5ca8-346e-44a7-a169-8bb93fd25be3/9badd941-f5b0-46d3-856d-3725119f5421/0/0
Astrology
Power your Astrology Website or App with a range of astrology content. Engage your audience with vedic and western astrology content powered by Prokerala API – Your most trusted and reliable source for authentic astrology service.
0.2
get-sade-sati-advanced
Get detailed sade sati intrepretation and transit reports
200
null
{"status": "ok", "data": {"is_in_sade_sati": true, "transit_phase": "Small Panoti", "description": "You are going through sade sati phase and you are in Small Panoti phase.", "transits": [{"saturn_sign": "Kanya", "phase": "Rising", "start": "2009-09-11T01:36:40+05:30", "end": "2011-11-16T01:36:40+05:30", "is_retrograde...
{"title": "Sade Sati Response (Advanced)", "type": "object", "required": ["status", "data"], "additionalProperties": false, "properties": {"status": {"type": "string"}, "data": {"title": "Sade Sati (Advanced)", "type": "object", "required": ["is_in_sade_sati", "transit_phase", "description", "transits"], "additionalPro...