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
|
---|---|---|---|---|---|---|---|---|---|
566d5ca8-346e-44a7-a169-8bb93fd25be3/123e9f8a-05d7-452b-bb29-f62329597b80/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-birth-details | Get nakshatra and birth details
To know more about nakshatra and corresponding name of nakshatras in Malayalam, Tamil, Telugu and Hindi along with their meanings. Click Here To Read | 200 | null | {"status": "ok", "data": {"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", "lord": {"id": 3, "name": "Venus", "vedic_name": "Shukra"}}, "zodiac": {"id": 7, "name": "Scorpio"}, "additional_info": {"deity": "Ahir Budhnyana/Abhibadhnu", "ganam": "Manushya", "symbol": "Twins (Two back legs of a bed)", "animal_sign": "Cow", "nadi": "Pitta", "color": "Purple", "best_direction": "North", "syllables": "Du, Tha, Jha, Da", "birth_stone": "Blue Sapphire", "gender": "female", "planet": "Sani", "enemy_yoni": "Tiger"}}} | {"title": "Birth Details Response", "type": "object", "required": ["status", "data"], "additionalProperties": false, "properties": {"status": {"type": "string"}, "data": {"title": "Birth Details", "type": "object", "required": ["nakshatra", "chandra_rasi", "soorya_rasi", "zodiac", "additional_info"], "additionalProperties": false, "description": "Object representing the nakshatra / zodiac details for the given birth time. Chandra rasi / soorya rasi properties represents the siderial (nirayana) zodiac sign, whereas the zodiac property gives the tropical (sayana) sun sign.", "properties": {"nakshatra": {"title": "Nakshatra", "type": "object", "additionalProperties": false, "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "lord": {"title": "Lord", "type": "object", "required": ["id", "name", "vedic_name"], "additionalProperties": false, "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "vedic_name": {"description": "**Omitted**"}}}, "pada": {"type": "integer"}}, "required": ["id", "name", "lord"]}, "chandra_rasi": {"title": "Rasi", "type": "object", "required": ["id", "name", "lord"], "additionalProperties": false, "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "lord": {"title": "Lord", "type": "object", "required": ["id", "name", "vedic_name"], "additionalProperties": false, "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "vedic_name": {"description": "**Omitted**"}}}}}, "soorya_rasi": {"title": "Rasi", "type": "object", "required": ["id", "name", "lord"], "additionalProperties": false, "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "lord": {"title": "Lord", "type": "object", "required": ["id", "name", "vedic_name"], "additionalProperties": false, "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "vedic_name": {"description": "**Omitted**"}}}}}, "zodiac": {"title": "Zodiac", "type": "object", "required": ["id", "name"], "additionalProperties": false, "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}}, "additional_info": {"title": "Nakshatra Additional Info", "type": "object", "required": ["deity", "ganam", "symbol", "animal_sign", "nadi", "color", "best_direction", "syllables", "birth_stone", "gender", "planet", "enemy_yoni"], "additionalProperties": false, "description": "", "properties": {"deity": {"type": "string"}, "ganam": {"type": "string"}, "symbol": {"type": "string"}, "animal_sign": {"type": "string"}, "nadi": {"type": "string"}, "color": {"type": "string"}, "best_direction": {"type": "string"}, "syllables": {"type": "string"}, "birth_stone": {"type": "string"}, "gender": {"type": "string"}, "planet": {"type": "string"}, "enemy_yoni": {"type": "string"}}}}, "x-examples": {"example-1": {"nakshatra": {"id": 23, "name": "Shatabhisha", "lord": {"id": 101, "name": "Rahu", "vedic_name": "Rahu"}, "pada": 1}, "chandra_rasi": {"id": 10, "name": "Kumbha", "lord": {"id": 3, "name": "Venus", "vedic_name": "Shukra"}}, "soorya_rasi": {"id": 7, "name": "Vrischika", "lord": {"id": 4, "name": "Mars", "vedic_name": "Kuja"}}, "zodiac": {"id": 8, "name": "Sagittarius"}, "additional_info": {"deity": "Varuna", "ganam": "Asura", "symbol": "Hundred Stars (An ox cart, a circle or round charm)", "animal_sign": "Horse", "nadi": "Vata", "color": "Aquamarine", "best_direction": "South", "syllables": "Go, Sa, Si, Su", "birth_stone": "Hessonite", "gender": "female", "planet": "Rahu", "enemy_yoni": "Buffalo"}}}}}, "description": "Object representing success response for Birth Details API query.", "x-examples": {"example-1": {"status": "ok", "data": {"nakshatra": {"id": 23, "name": "Shatabhisha", "lord": {"id": 101, "name": "Rahu", "vedic_name": "Rahu"}, "pada": 1}, "chandra_rasi": {"id": 10, "name": "Kumbha", "lord": {"id": 3, "name": "Venus", "vedic_name": "Shukra"}}, "soorya_rasi": {"id": 7, "name": "Vrischika", "lord": {"id": 4, "name": "Mars", "vedic_name": "Kuja"}}, "zodiac": {"id": 8, "name": "Sagittarius"}, "additional_info": {"deity": "Varuna", "ganam": "Asura", "symbol": "Hundred Stars (An ox cart, a circle or round charm)", "animal_sign": "Horse", "nadi": "Vata", "color": "Aquamarine", "best_direction": "South", "syllables": "Go, Sa, Si, Su", "birth_stone": "Hessonite", "gender": "female", "planet": "Rahu", "enemy_yoni": "Buffalo"}}}}} |
566d5ca8-346e-44a7-a169-8bb93fd25be3/e7b643be-b0a4-41f4-80f9-77f4c9b478ed/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-maturity-number | Maturity Number | 200 | null | {"status": "ok", "data": {"maturity_number": {"name": "Maturity Number", "number": 1, "description": "You'll discover that you need more freedom and individualism as you get older. You'll put up more of a battle to get the respect and benefits you believe you're due, and you'll be less inclined to put up with any kind of failure or restriction. Your willpower and tenacity will increase, as well as your capacity for leadership."}, "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", "number": 4}, {"character": "O", "number": 6}, {"character": "E", "number": 5}]}}} | {"title": "Maturity Number Response", "x-stoplight": {"id": "mqbqniqorp0uh"}, "type": "object", "x-examples": {"example-1": {"status": "ok", "data": {"maturity_number": {"name": "Maturity Number", "number": 1, "description": "You'll discover that you need more freedom and individualism as you get older. You'll put up more of a battle to get the respect and benefits you believe you're due, and you'll be less inclined to put up with any kind of failure or restriction. Your willpower and tenacity will increase, as well as your capacity for leadership."}, "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", "number": 4}, {"character": "O", "number": 6}, {"character": "E", "number": 5}]}}}}, "properties": {"status": {"type": "string"}, "data": {"title": "Maturity Number", "x-stoplight": {"id": "7wj2iskd742zr"}, "type": "object", "x-examples": {"example-1": {"maturity_number": {"name": "string", "number": 0, "description": "string"}, "name_chart": [{"first_name": [{"character": "string", "number": 0}], "middle_name": [{"character": "string", "number": 0}], "last_name": [{"character": "string", "number": 0}]}]}}, "properties": {"maturity_number": {"type": "object", "x-examples": {"example-1": {"name": "Life Path Number", "number": 11, "description": ""}}, "title": "Numerology Number", "description": "Numerology number and description", "properties": {"name": {"type": "string"}, "number": {"type": ["integer", "null"]}, "description": {"type": "string"}}, "required": ["name", "number", "description"]}, "name_chart": {"title": "Numerology Chart", "x-stoplight": {"id": "h7dvhcvfvra81"}, "type": "object", "properties": {"first_name": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"character": "A", "number": 1}}, "title": "", "properties": {"character": {"type": "string"}, "number": {"type": "integer"}}, "required": ["character", "number"]}}, "middle_name": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"character": "A", "number": 1}}, "title": "", "properties": {"character": {"type": "string"}, "number": {"type": "integer"}}, "required": ["character", "number"]}}, "last_name": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"character": "A", "number": 1}}, "title": "", "properties": {"character": {"type": "string"}, "number": {"type": "integer"}}, "required": ["character", "number"]}}}, "required": ["first_name", "middle_name", "last_name"]}}, "required": ["maturity_number", "name_chart"]}}, "required": ["status", "data"]} |
566d5ca8-346e-44a7-a169-8bb93fd25be3/37a70dd8-3f60-4c17-8876-198c531d8901/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-planes-of-expression-number | planes-of-expression-number | 200 | null | {"status": "ok", "data": {"planes_of_expression": {"name": "Planes of Expression", "expression": [{"name": "Physical Planes of Expression", "number": 5, "description": "You were born with a robust constitution. You are resourceful and adaptable. Your body is adaptable, and you react quickly. You like novelty, journeys, and making new friends You're good at selling concepts. You are drawn to new and interesting things. You look for information, gaining knowledge via experience."}, {"name": "Mental Planes of Expression", "number": 9, "description": "Large-scale projects easily come to mind when you ponder. You have a long-term outlook and are concerned with society's overall well-being. Although you are quite empathetic, you might be a little impersonal in your interactions with people. People take a very long time to get to know you well. At the same time, you devote your efforts selflessly to deserving causes and win admiration from others for your dedication."}, {"name": "Emotional Planes of Expression", "number": 3, "description": "Along with being innovative and artistic, you are also highly amorous. You daydream about your ideal \"other\"\u2014a fair princess or a white knight on a horse. In order to escape from difficult emotional circumstances, especially as a youngster, you created fantasies. Even as an adult, you can still be doing it to your disadvantage. Your dreams are more romantic and exciting than reality."}, {"name": "Spiritual Planes of Expression", "number": 0, "description": "This person has no spiritual in the Planes of expression"}]}, "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", "number": 4}, {"character": "O", "number": 6}, {"character": "E", "number": 5}]}}} | {"title": "PlanesOfExpressionNumberResponse", "x-stoplight": {"id": "7d4r6xa4c8frs"}, "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "required": ["planes_of_expression", "name_chart"], "properties": {"planes_of_expression": {"title": "PlanesOfExpressionNumber", "x-stoplight": {"id": "660w0pe1gx62c"}, "type": "object", "properties": {"name": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"name": "Life Path Number", "number": 11, "description": ""}}, "title": "Numerology Number", "description": "Numerology number and description", "properties": {"name": {"type": "string"}, "number": {"type": ["integer", "null"]}, "description": {"type": "string"}}, "required": ["name", "number", "description"]}}}, "required": ["name", "expression"]}, "name_chart": {"title": "Numerology Chart", "x-stoplight": {"id": "h7dvhcvfvra81"}, "type": "object", "properties": {"first_name": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"character": "A", "number": 1}}, "title": "", "properties": {"character": {"type": "string"}, "number": {"type": "integer"}}, "required": ["character", "number"]}}, "middle_name": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"character": "A", "number": 1}}, "title": "", "properties": {"character": {"type": "string"}, "number": {"type": "integer"}}, "required": ["character", "number"]}}, "last_name": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"character": "A", "number": 1}}, "title": "", "properties": {"character": {"type": "string"}, "number": {"type": "integer"}}, "required": ["character", "number"]}}}, "required": ["first_name", "middle_name", "last_name"]}}}}, "required": ["status", "data"]} |
566d5ca8-346e-44a7-a169-8bb93fd25be3/daeaec2b-fb4b-43c9-a81e-255c87f2b541/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-subconscious-self-number | /numerology/subconscious-self-number | 200 | null | {"status": "ok", "data": {"subconscious_self_number": {"name": "Subconscious Self Number", "number": 5, "description": "You tend to scatter your energies far and wide, making it difficult for you to complete projects and tasks. You have a strong urge to escape difficulties by forcing change. A family and career do not anchor your life; you need to ground yourself and accept responsibilities. Your success in life depends on how well you can accept responsibility."}, "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", "number": 4}, {"character": "O", "number": 6}, {"character": "E", "number": 5}]}}} | {"title": "SubconsciousSelfNumberResponse", "x-stoplight": {"id": "wjs2wvnakhbon"}, "type": "object", "properties": {"status": {"type": "string"}, "data": {"title": "SubconsciousSelfNumber", "x-stoplight": {"id": "2p82fohi3aygm"}, "type": "object", "properties": {"subconscious_self_number": {"type": "object", "x-examples": {"example-1": {"name": "Life Path Number", "number": 11, "description": ""}}, "title": "Numerology Number", "description": "Numerology number and description", "properties": {"name": {"type": "string"}, "number": {"type": ["integer", "null"]}, "description": {"type": "string"}}, "required": ["name", "number", "description"]}, "name_chart": {"title": "Numerology Chart", "x-stoplight": {"id": "h7dvhcvfvra81"}, "type": "object", "properties": {"first_name": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"character": "A", "number": 1}}, "title": "", "properties": {"character": {"type": "string"}, "number": {"type": "integer"}}, "required": ["character", "number"]}}, "middle_name": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"character": "A", "number": 1}}, "title": "", "properties": {"character": {"type": "string"}, "number": {"type": "integer"}}, "required": ["character", "number"]}}, "last_name": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"character": "A", "number": 1}}, "title": "", "properties": {"character": {"type": "string"}, "number": {"type": "integer"}}, "required": ["character", "number"]}}}, "required": ["first_name", "middle_name", "last_name"]}}, "required": ["subconscious_self_number", "name_chart"]}}, "required": ["status", "data"]} |
566d5ca8-346e-44a7-a169-8bb93fd25be3/2bafc33d-1743-48f6-ae25-b8a07ca94c6a/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-soul-urge-number | /numerology/soul-urge-number | 200 | null | {"status": "ok", "data": {"soul_urge_number": {"name": "Soul Urge 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", "number": 4}, {"character": "O", "number": 6}, {"character": "E", "number": 5}]}}} | {"title": "SoulUrgeNumberResponse", "x-stoplight": {"id": "hbpp1w3pl6u8o"}, "type": "object", "properties": {"status": {"type": "string"}, "data": {"title": "SoulUrgeNumber", "x-stoplight": {"id": "88suznsfjz8s9"}, "type": "object", "properties": {"soul_urge_number": {"type": "object", "x-examples": {"example-1": {"name": "Life Path Number", "number": 11, "description": ""}}, "title": "Numerology Number", "description": "Numerology number and description", "properties": {"name": {"type": "string"}, "number": {"type": ["integer", "null"]}, "description": {"type": "string"}}, "required": ["name", "number", "description"]}, "name_chart": {"title": "Numerology Chart", "x-stoplight": {"id": "h7dvhcvfvra81"}, "type": "object", "properties": {"first_name": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"character": "A", "number": 1}}, "title": "", "properties": {"character": {"type": "string"}, "number": {"type": "integer"}}, "required": ["character", "number"]}}, "middle_name": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"character": "A", "number": 1}}, "title": "", "properties": {"character": {"type": "string"}, "number": {"type": "integer"}}, "required": ["character", "number"]}}, "last_name": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"character": "A", "number": 1}}, "title": "", "properties": {"character": {"type": "string"}, "number": {"type": "integer"}}, "required": ["character", "number"]}}}, "required": ["first_name", "middle_name", "last_name"]}}, "required": ["soul_urge_number", "name_chart"]}}, "required": ["status", "data"]} |
566d5ca8-346e-44a7-a169-8bb93fd25be3/b0891cb9-d31b-4a9e-ad1e-0da94d9c73ed/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-lesson-number | karmic-lesson-number | 200 | null | {"status": "ok", "data": {"karmic_lesson_number": {"name": "Karmic Lesson Number", "numbers": [{"number": 2, "description": "You must learn to be more diplomatic and considerate, to blend in when it's required, and to occasionally complete tasks without expecting praise or rewards. Become more team-oriented. You must develop more sensitivity to the wants and needs of other people."}, {"number": 3, "description": "You are really hard on yourself. Every time you are the focus of attention, you always manage to discover a flaw or humiliating aspect of your performance. You've made your deeds the sole thing to be judged against an unachievable standard of perfection."}, {"number": 7, "description": "You must broaden your expertise and abilities in a certain field. You lack the motivation or persistence to develop a certain gift you have. To bring your skills to their greatest potential, you must learn to be your own harshest critic without self-deprecation."}, {"number": 9, "description": "You must develop greater tolerance, compassion, and understanding. You must develop empathy for the struggles of others. You may occasionally need to forego some selfish ambition for the benefit of a specific undertaking or a more important objective."}]}, "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", "number": 4}, {"character": "O", "number": 6}, {"character": "E", "number": 5}]}}} | {"title": "KarmicLessonNumberResponse", "x-stoplight": {"id": "f3z2gmgdut1sm"}, "type": "object", "x-examples": {"example-1": {"status": "ok", "data": {"karmic_lesson_number": {"name": "Karmic Lesson Number", "numbers": [{"number": 2, "description": ""}, {"number": 3, "description": ""}, {"number": 7, "description": ""}, {"number": 9, "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", "number": 4}, {"character": "O", "number": 6}, {"character": "E", "number": 5}]}}}}, "properties": {"status": {"type": "string"}, "data": {"title": "KarmicLessonNumber", "x-stoplight": {"id": "6tt94hnq0xedk"}, "type": "object", "x-examples": {"example-1": {"karmic_lesson_number": {"name": "string", "numbers": [{"number": "string", "description": "string"}]}, "name_chart": {"first_name": [{"character": "string", "number": 0}], "middle_name": [{"character": "string", "number": 0}], "last_name": [{"character": "string", "number": 0}]}}}, "properties": {"karmic_lesson_number": {"title": "KarmicLesson", "x-stoplight": {"id": "rj5h8t9o7je8w"}, "type": "object", "properties": {"name": {"type": "string"}, "numbers": {"type": "array", "items": {"title": "NumberDescription", "x-stoplight": {"id": "yqjzahl4y4895"}, "type": "object", "properties": {"number": {"type": "integer"}, "description": {"type": "string"}}, "required": ["number", "description"]}}}, "required": ["name", "numbers"]}, "name_chart": {"title": "Numerology Chart", "x-stoplight": {"id": "h7dvhcvfvra81"}, "type": "object", "properties": {"first_name": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"character": "A", "number": 1}}, "title": "", "properties": {"character": {"type": "string"}, "number": {"type": "integer"}}, "required": ["character", "number"]}}, "middle_name": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"character": "A", "number": 1}}, "title": "", "properties": {"character": {"type": "string"}, "number": {"type": "integer"}}, "required": ["character", "number"]}}, "last_name": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"character": "A", "number": 1}}, "title": "", "properties": {"character": {"type": "string"}, "number": {"type": "integer"}}, "required": ["character", "number"]}}}, "required": ["first_name", "middle_name", "last_name"]}}, "required": ["karmic_lesson_number", "name_chart"]}}, "required": ["status", "data"]} |
566d5ca8-346e-44a7-a169-8bb93fd25be3/9de4844d-7402-4d97-9d4f-95af0d27fa79/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-cornerstone-number | Corner Stone Number | 200 | null | {"status": "ok", "data": {"cornerstone_number": {"name": "Corner Stone 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": "D", "number": 4}, {"character": "O", "number": 6}, {"character": "E", "number": 5}]}}} | {"title": "CornerstoneNumberResponse", "x-stoplight": {"id": "ou2hcyi913vm1"}, "type": "object", "x-examples": {"example-1": {"status": "ok", "data": {"corner_stone_number": {"name": "Corner Stone 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": "D", "number": 4}, {"character": "O", "number": 6}, {"character": "E", "number": 5}]}}}}, "properties": {"status": {"type": "string"}, "data": {"title": "CornerstoneNumber", "x-stoplight": {"id": "d1zjo6nxedgu1"}, "type": "object", "x-examples": {"example-1": {"cornerstone_number": {"name": "string", "number": 0, "description": "string"}, "name_chart": {"first_name": [{"character": "string", "number": 0}], "middle_name": [{"character": "string", "number": 0}], "last_name": [{"character": "string", "number": 0}]}}}, "properties": {"cornerstone_number": {"type": "object", "x-examples": {"example-1": {"name": "Life Path Number", "number": 11, "description": ""}}, "title": "Numerology Number", "description": "Numerology number and description", "properties": {"name": {"type": "string"}, "number": {"type": ["integer", "null"]}, "description": {"type": "string"}}, "required": ["name", "number", "description"]}, "name_chart": {"title": "Numerology Chart", "x-stoplight": {"id": "h7dvhcvfvra81"}, "type": "object", "properties": {"first_name": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"character": "A", "number": 1}}, "title": "", "properties": {"character": {"type": "string"}, "number": {"type": "integer"}}, "required": ["character", "number"]}}, "middle_name": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"character": "A", "number": 1}}, "title": "", "properties": {"character": {"type": "string"}, "number": {"type": "integer"}}, "required": ["character", "number"]}}, "last_name": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"character": "A", "number": 1}}, "title": "", "properties": {"character": {"type": "string"}, "number": {"type": "integer"}}, "required": ["character", "number"]}}}, "required": ["first_name", "middle_name", "last_name"]}}, "required": ["cornerstone_number", "name_chart"]}}, "required": ["status", "data"]} |
566d5ca8-346e-44a7-a169-8bb93fd25be3/0de09491-5e8c-4bb5-9b5a-1206277e6f13/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-birthmonth-number | 200 | null | {"status": "ok", "data": {"birth_month_number": {"name": "Birth Month Number", "number": 2, "description": ""}}} | {"title": "BirthMonthNumberResponse", "x-stoplight": {"id": "e82cj7stoqoxo"}, "type": "object", "x-examples": {"example-1": {"status": "ok", "data": {"birth_month_number": {"name": "Birth Month Number", "number": 2, "description": ""}}}}, "properties": {"status": {"type": "string"}, "data": {"title": "BirthMonthNumber", "x-stoplight": {"id": "4wj2vpnid6j9h"}, "type": "object", "properties": {"birth_month_number": {"type": "object", "x-examples": {"example-1": {"name": "Life Path Number", "number": 11, "description": ""}}, "title": "Numerology Number", "description": "Numerology number and description", "properties": {"name": {"type": "string"}, "number": {"type": ["integer", "null"]}, "description": {"type": "string"}}, "required": ["name", "number", "description"]}}, "required": ["birth_month_number"]}}, "required": ["status", "data"]} |
|
566d5ca8-346e-44a7-a169-8bb93fd25be3/b20d8697-d319-4d96-9610-f98028320d03/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-rational-thought-number | /numerology/rational-thought-number | 200 | null | {"status": "ok", "data": {"rational_thought_number": {"name": "Rational Thoughts Number", "number": 5, "description": "You are versatile and flexible in your thinking. You come up with answers quickly and are sly as a fox. You can talk yourself out of most difficult situations, but winning the competition is sometimes more important than doing what is right."}, "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", "number": 4}, {"character": "O", "number": 6}, {"character": "E", "number": 5}]}}} | {"title": "RationalThoughtNumberResponse", "x-stoplight": {"id": "jwdo5bs64c5b0"}, "type": "object", "properties": {"status": {"type": "string"}, "data": {"title": "RationalThoughtNumber", "x-stoplight": {"id": "b01xncvl3j224"}, "type": "object", "properties": {"rational_thought_number": {"type": "object", "x-examples": {"example-1": {"name": "Life Path Number", "number": 11, "description": ""}}, "title": "Numerology Number", "description": "Numerology number and description", "properties": {"name": {"type": "string"}, "number": {"type": ["integer", "null"]}, "description": {"type": "string"}}, "required": ["name", "number", "description"]}, "name_chart": {"title": "Numerology Chart", "x-stoplight": {"id": "h7dvhcvfvra81"}, "type": "object", "properties": {"first_name": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"character": "A", "number": 1}}, "title": "", "properties": {"character": {"type": "string"}, "number": {"type": "integer"}}, "required": ["character", "number"]}}, "middle_name": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"character": "A", "number": 1}}, "title": "", "properties": {"character": {"type": "string"}, "number": {"type": "integer"}}, "required": ["character", "number"]}}, "last_name": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"character": "A", "number": 1}}, "title": "", "properties": {"character": {"type": "string"}, "number": {"type": "integer"}}, "required": ["character", "number"]}}}, "required": ["first_name", "middle_name", "last_name"]}}, "required": ["rational_thought_number", "name_chart"]}}, "required": ["status", "data"]} |
566d5ca8-346e-44a7-a169-8bb93fd25be3/7892fbf2-778b-4c9d-a430-6f066e86d0dc/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-inner-dream-number | Inner Dream Number | 200 | null | {"status": "ok", "data": {"inner_dream_number": {"name": "Inner Dream Number", "number": 9, "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", "number": 4}, {"character": "O", "number": 6}, {"character": "E", "number": 5}]}}} | {"title": "InnerDreamNumberResponse", "x-stoplight": {"id": "tgptfocxymfhx"}, "type": "object", "properties": {"status": {"type": "string"}, "data": {"title": "InnerDreamNumber", "x-stoplight": {"id": "stfgueh9myc7u"}, "type": "object", "properties": {"inner_dream_number": {"type": "object", "x-examples": {"example-1": {"name": "Life Path Number", "number": 11, "description": ""}}, "title": "Numerology Number", "description": "Numerology number and description", "properties": {"name": {"type": "string"}, "number": {"type": ["integer", "null"]}, "description": {"type": "string"}}, "required": ["name", "number", "description"]}, "name_chart": {"title": "Numerology Chart", "x-stoplight": {"id": "h7dvhcvfvra81"}, "type": "object", "properties": {"first_name": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"character": "A", "number": 1}}, "title": "", "properties": {"character": {"type": "string"}, "number": {"type": "integer"}}, "required": ["character", "number"]}}, "middle_name": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"character": "A", "number": 1}}, "title": "", "properties": {"character": {"type": "string"}, "number": {"type": "integer"}}, "required": ["character", "number"]}}, "last_name": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"character": "A", "number": 1}}, "title": "", "properties": {"character": {"type": "string"}, "number": {"type": "integer"}}, "required": ["character", "number"]}}}, "required": ["first_name", "middle_name", "last_name"]}}, "required": ["inner_dream_number", "name_chart"]}}, "required": ["status", "data"]} |
566d5ca8-346e-44a7-a169-8bb93fd25be3/88d30d8e-9389-4b58-8a22-a02b6756e42b/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-balance-number | balance Number | 200 | null | {"status": "ok", "data": {"balance_number": {"name": "Balance Number", "number": 5, "description": "You may try to escape from an issue by indulging your senses to keep from feeling the pain of a conflict. Be careful not to do this with food, alcohol, and drugs. You are capable of finding a creative solution to any situation if you put your mind to it."}, "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", "number": 4}, {"character": "O", "number": 6}, {"character": "E", "number": 5}]}}} | {"title": "Balance Number Response", "x-stoplight": {"id": "hcr7c8rnd8h5y"}, "type": "object", "x-examples": {"example-1": {"status": "ok", "data": {"balance_number": {"name": "Balence 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", "number": 4}, {"character": "O", "number": 6}, {"character": "E", "number": 5}]}}}}, "properties": {"status": {"type": "string"}, "data": {"title": "Balance-Number", "x-stoplight": {"id": "sjfsfaqcvmw21"}, "type": "object", "properties": {"balance_number": {"type": "object", "x-examples": {"example-1": {"name": "Life Path Number", "number": 11, "description": ""}}, "title": "Numerology Number", "description": "Numerology number and description", "properties": {"name": {"type": "string"}, "number": {"type": ["integer", "null"]}, "description": {"type": "string"}}, "required": ["name", "number", "description"]}, "name_chart": {"title": "Numerology Chart", "x-stoplight": {"id": "h7dvhcvfvra81"}, "type": "object", "properties": {"first_name": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"character": "A", "number": 1}}, "title": "", "properties": {"character": {"type": "string"}, "number": {"type": "integer"}}, "required": ["character", "number"]}}, "middle_name": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"character": "A", "number": 1}}, "title": "", "properties": {"character": {"type": "string"}, "number": {"type": "integer"}}, "required": ["character", "number"]}}, "last_name": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"character": "A", "number": 1}}, "title": "", "properties": {"character": {"type": "string"}, "number": {"type": "integer"}}, "required": ["character", "number"]}}}, "required": ["first_name", "middle_name", "last_name"]}}, "required": ["balance_number", "name_chart"]}}, "required": ["status", "data"]} |
566d5ca8-346e-44a7-a169-8bb93fd25be3/2486c0d1-4573-4f00-9418-9c827b0b7df8/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-pinnacle-number | /numerology/pinnacle-number | 200 | null | {"status": "ok", "data": {"pinnacle_number": {"name": "Pinnacle Number", "pinnacles": [{"name": "First Pinnacle", "age": "0-34", "number": 5, "description": "This time will educate you about the truths of freedom and expansion. You will go far and discover many new and intriguing things. V arious adventures and, in essence, learn about the world. Your current period is of hastened experimentation and education. Your teacher is experience. Your verbal skills have significantly improved."}, {"name": "Second Pinnacle", "age": "35-43", "number": 9, "description": "You need to align yourself with a project or aim that is greater than you during this time. Your greatest fulfilment will come from taking care of others as well as yourself. Business owners will get a great deal of personal fulfilment in knowing that they are assisting their employees in providing for their families."}, {"name": "Third Pinnacle", "age": "44-52", "number": 5, "description": "This time will educate you about the truths of freedom and expansion. You will go far and discover many new and intriguing things. V arious adventures and, in essence, learn about the world. Your current period is of hastened experimentation and education. Your teacher is experience. Your verbal skills have significantly improved."}, {"name": "Fourth Pinnacle", "age": "53 & beyond", "number": 8, "description": "This Pinnacle will have a profoundly positive impact on your ability to manage money and company successfully. This is a period of economic expansion and financial gain. It is part of the harvest cycle. Your own power also rises with an 8 Pinnacle. Your judgement and vision are sound. This is actually the cornerstone of your financial success."}]}}} | {"title": "PinnacleNumberResponse", "x-stoplight": {"id": "3g42z6yoyvwz0"}, "type": "object", "x-examples": {"example-1": {"status": "ok", "data": {"pinnacle_number": {"name": "Pinnacle Number", "pinnacles": [{"name": "First Pinnacle", "age": "0-34", "number": 5, "description": ""}, {"name": "Second Pinnacle", "age": "35-43", "number": 9, "description": ""}, {"name": "Third Pinnacle", "age": "44-52", "number": 5, "description": ""}, {"name": "Fourth Pinnacle", "age": "53 & beyond", "number": 8, "description": ""}]}}}}, "properties": {"status": {"type": "string"}, "data": {"title": "PinnacleNumber", "x-stoplight": {"id": "48aqsjfaqjy5q"}, "type": "object", "properties": {"pinnacle_number": {"title": "Pinnacle", "x-stoplight": {"id": "lfqqlqgkakzgz"}, "type": "object", "x-examples": {"example-1": {"name": "string", "pinnacles": [{"name": "string", "age": "string", "number": 0, "description": "string"}]}}, "properties": {"name": {"type": "string"}, "pinnacles": {"type": "array", "items": {"title": "NumerologyBaseAgeNumber", "x-stoplight": {"id": "qfkjkebt23tgf"}, "type": "object", "properties": {"name": {"type": "string"}, "age": {"type": "string"}, "number": {"type": "integer"}, "description": {"type": "string"}}, "required": ["name", "age", "number", "description"]}}}, "required": ["name", "pinnacles"]}}, "required": ["pinnacle_number"]}}, "required": ["status", "data"]} |
566d5ca8-346e-44a7-a169-8bb93fd25be3/78cce913-52ea-4288-8c9d-83a67985d133/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-bith | Challenge Number | 200 | null | {"status": "ok", "data": {"challenge_number": {"name": "Challenge Numbers", "challenges": [{"name": "First Challenge", "age": "0-34", "number": 1, "description": "To be autonomous, one must incline. You will be compelled to defend your rights and yourself. There may be times when you must decide between standing up for what you believe to be right and caving in to another person's demands. To get stronger and more aware of your own willpower, you must fight."}, {"name": "Second Challenge", "age": "35-43", "number": 3, "description": "You are the harshest critic of yourself. Your originality and uniqueness are repressed. Every time you want to create a good impression, you question yourself in advance and harshly evaluate yourself afterward. You are harsher on yourself than anybody else ever is."}, {"name": "Third Challenge", "age": "44-52", "number": 2, "description": "Overly sensitive and conscious of others' expectations, you are. You repress your emotions in an effort to not stand out. You can feel paralysed by insecurity. You worry about rumours about you. You therefore experience inhibition. All of this has the effect of stifling your own originality and personality. You long to disappear into the background."}, {"name": "Fourth Challenge", "age": "53 & beyond", "number": 4, "description": "You have a tendency to be chaotic and unorganised. You lack common sense and frequently daydream about unimportant or unpromising endeavours. You struggle to complete tasks because your eyesight becomes erratic and you lose sight of the road in front of you. You must have an awareness of the specifics. Keep your surroundings neat and tidy. Be effective."}]}}} | {"type": "object", "x-examples": {"example-1": {"status": "ok", "data": {"challenge_number": {"name": "Challenge Numbers", "challenges": [{"name": "First Challenge", "age": "0-34", "number": 1, "description": ""}, {"name": "Second Challenge", "age": "35-43", "number": 3, "description": ""}, {"name": "Third Challenge", "age": "44-52", "number": 2, "description": ""}, {"name": "Fourth Challenge", "age": "53 & beyond", "number": 4, "description": ""}]}}}}, "properties": {"status": {"type": "string"}, "data": {"required": ["challenge_number"], "type": "object", "properties": {"challenge_number": {"title": "ChallengeNumber", "x-stoplight": {"id": "835sk7exetiol"}, "type": "object", "properties": {"name": {"type": "string"}, "challenges": {"type": "array", "items": {"title": "NumerologyBaseAgeNumber", "x-stoplight": {"id": "qfkjkebt23tgf"}, "type": "object", "properties": {"name": {"type": "string"}, "age": {"type": "string"}, "number": {"type": "integer"}, "description": {"type": "string"}}, "required": ["name", "age", "number", "description"]}}}, "required": ["name", "challenges"]}}}}, "required": ["status", "data"]} |
566d5ca8-346e-44a7-a169-8bb93fd25be3/24947a3b-420b-4665-b083-9f0c15a437ad/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-personality-number | /numerology/personality-number | 200 | null | {"status": "ok", "data": {"personality_number": {"name": "Personality Number", "number": 9, "description": "You carry yourself with an outstanding and aristocratic air. You seem dignified and straight, no matter how tall you are. You have a great deal of power over the message you convey to people. Many artists, including dancers and actresses, have a personality number of 9. You exude charm and are graceful and charming. You are admired by many. You possess the sort of height that either strongly attracts or repels others."}}} | {"title": "PersonalityNumberResponse", "x-stoplight": {"id": "h383djmhz16pe"}, "type": "object", "properties": {"status": {"type": "string"}, "data": {"title": "PersonalityNumber", "x-stoplight": {"id": "q2hhaahc3qpsl"}, "type": "object", "x-examples": {"example-1": {"personality_number": {"name": "string", "number": 0, "description": "string"}}}, "properties": {"personality_number": {"type": "object", "x-examples": {"example-1": {"name": "Life Path Number", "number": 11, "description": ""}}, "title": "Numerology Number", "description": "Numerology number and description", "properties": {"name": {"type": "string"}, "number": {"type": ["integer", "null"]}, "description": {"type": "string"}}, "required": ["name", "number", "description"]}}, "required": ["personality_number"]}}, "required": ["status", "data"]} |
566d5ca8-346e-44a7-a169-8bb93fd25be3/089b648c-527c-446c-9e2d-fdac5b799b22/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-year-number | /numerology/personal-year-number | 200 | null | {"status": "ok", "data": {"personal_year_number": {"name": "Personel Year Number", "number": 11, "description": ""}}} | {"title": "PersonalYearNumberResponse", "x-stoplight": {"id": "szoxapixprejh"}, "type": "object", "properties": {"status": {"type": "string"}, "data": {"title": "PersonalYearNumber", "x-stoplight": {"id": "rg7e3d0829dgg"}, "type": "object", "properties": {"personal_year_number": {"type": "object", "x-examples": {"example-1": {"name": "Life Path Number", "number": 11, "description": ""}}, "title": "Numerology Number", "description": "Numerology number and description", "properties": {"name": {"type": "string"}, "number": {"type": ["integer", "null"]}, "description": {"type": "string"}}, "required": ["name", "number", "description"]}}, "required": ["personal_year_number"]}}, "required": ["status", "data"]} |
566d5ca8-346e-44a7-a169-8bb93fd25be3/0e88eb3c-a502-4fae-a9d6-847faaa5db1f/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-essence-number | Essence Number | 200 | null | {"status": "ok", "data": {"essence_number": {"name": "Essence Number", "essence": [{"character_number": 12, "number": 2021, "description": ""}, {"character_number": 12, "number": 2022, "description": ""}]}, "name_chart": {"first_name": [{"character": "D", "number": 4}, {"character": "O", "number": 6}, {"character": "M", "number": 4}, {"character": "A", "number": 1}, {"character": "G", "number": 7}, {"character": "N", "number": 5}, {"character": "A", "number": 1}], "middle_name": [{"character": "D", "number": 4}, {"character": "O", "number": 6}, {"character": "M", "number": 4}, {"character": "A", "number": 1}, {"character": "G", "number": 7}, {"character": "N", "number": 5}, {"character": "A", "number": 1}], "last_name": [{"character": "D", "number": 4}, {"character": "O", "number": 6}, {"character": "M", "number": 4}, {"character": "A", "number": 1}, {"character": "G", "number": 7}, {"character": "N", "number": 5}, {"character": "A", "number": 1}]}}} | {"title": "EssenceNumberResponse", "x-stoplight": {"id": "85cjm5d0nowmw"}, "type": "object", "x-examples": {"example-1": {"status": "ok", "data": {"essence_number": [{"character_number": 9, "number": 2005, "description": ""}, {"character_number": 14, "number": 2006, "description": ""}, {"character_number": 14, "number": 2007, "description": ""}, {"character_number": 14, "number": 2008, "description": ""}, {"character_number": 18, "number": 2009, "description": ""}, {"character_number": 18, "number": 2010, "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", "number": 4}, {"character": "O", "number": 6}, {"character": "E", "number": 5}]}}}}, "properties": {"status": {"type": "string"}, "data": {"title": "EssenceNumber", "x-stoplight": {"id": "81h8mmojbz2gn"}, "type": "object", "properties": {"essence_number": {"required": ["name", "essence"], "type": "object", "properties": {"name": {"type": "string"}, "essence": {"type": "array", "items": {"title": "Essence", "x-stoplight": {"id": "p51wnxtie12gw"}, "type": "object", "properties": {"character_number": {"type": "integer"}, "number": {"type": "integer"}, "description": {"type": "string"}}, "required": ["character_number", "number", "description"]}}}}, "name_chart": {"title": "Numerology Chart", "x-stoplight": {"id": "h7dvhcvfvra81"}, "type": "object", "properties": {"first_name": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"character": "A", "number": 1}}, "title": "", "properties": {"character": {"type": "string"}, "number": {"type": "integer"}}, "required": ["character", "number"]}}, "middle_name": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"character": "A", "number": 1}}, "title": "", "properties": {"character": {"type": "string"}, "number": {"type": "integer"}}, "required": ["character", "number"]}}, "last_name": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"character": "A", "number": 1}}, "title": "", "properties": {"character": {"type": "string"}, "number": {"type": "integer"}}, "required": ["character", "number"]}}}, "required": ["first_name", "middle_name", "last_name"]}}, "required": ["essence_number", "name_chart"]}}, "required": ["status", "data"]} |
566d5ca8-346e-44a7-a169-8bb93fd25be3/fceaa506-6f1e-40e6-95ab-33360c8d4e37/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-birth-year-number | 200 | null | {"status": "ok", "data": {"bridge_number": {"name": "Bridge Number", "differences": [{"name": "Expression / Heart Desire Number", "number": 0, "description": "A 0 bridge number indicates that you have at least two core numbers alike. For example, if you have a 7 Life Path as well as a 7 Expression number, intellectual and spiritual growth are particularly strong in your chart. If you have three or more identical core numbers, ask yourself if you are excessive in its characteristics."}, {"name": "Heart Desire / Personality Number", "number": 1, "description": "You should rely more on your own strengths and abilities. Be decisive, don't beat around the bush and be straightforward when expressing your feelings. Get off the beaten path and find original ways of doing things. Do not try to be conventional, or try so hard to behave according to the expectations of others."}, {"name": "Life Path / Expression Number", "number": 6, "description": "Only by contribution, more engagement in family and community concerns, and a deeper feeling of responsibility can this Bridge be formed. Additionally, you ought to let your imagination run more freely."}, {"name": "Personality / Life Path Number", "number": 7, "description": "This number, which comes from either 8 minus 1 or 9 minus 2, exhorts you to put more time and effort into spiritual pursuits."}]}, "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", "number": 4}, {"character": "O", "number": 6}, {"character": "E", "number": 5}]}}} | {"title": "BridgeNumberResponse", "x-stoplight": {"id": "k09dcy36tf2fz"}, "type": "object", "properties": {"status": {"type": "string"}, "data": {"title": "BridgeNumber", "x-stoplight": {"id": "h9oz73z7vcykf"}, "type": "object", "properties": {"bridge_number": {"title": "Bridge", "x-stoplight": {"id": "9o3z2kf8otoo4"}, "type": "object", "properties": {"name": {"type": "string"}, "differences": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"name": "Life Path Number", "number": 11, "description": ""}}, "title": "Numerology Number", "description": "Numerology number and description", "properties": {"name": {"type": "string"}, "number": {"type": ["integer", "null"]}, "description": {"type": "string"}}, "required": ["name", "number", "description"]}}}, "required": ["name", "differences"]}, "name_chart": {"title": "Numerology Chart", "x-stoplight": {"id": "h7dvhcvfvra81"}, "type": "object", "properties": {"first_name": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"character": "A", "number": 1}}, "title": "", "properties": {"character": {"type": "string"}, "number": {"type": "integer"}}, "required": ["character", "number"]}}, "middle_name": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"character": "A", "number": 1}}, "title": "", "properties": {"character": {"type": "string"}, "number": {"type": "integer"}}, "required": ["character", "number"]}}, "last_name": {"type": "array", "items": {"type": "object", "x-examples": {"example-1": {"character": "A", "number": 1}}, "title": "", "properties": {"character": {"type": "string"}, "number": {"type": "integer"}}, "required": ["character", "number"]}}}, "required": ["first_name", "middle_name", "last_name"]}}, "required": ["bridge_number", "name_chart"]}}, "required": ["status", "data"]} |
|
566d5ca8-346e-44a7-a169-8bb93fd25be3/eb1463cc-fcdf-4131-ad2b-6da26537d3eb/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-life-path-number | Life Path Number | 200 | null | {"status": "ok", "data": {"life_path_number": {"name": "Life Path Number", "number": 11, "description": "Life Path Number 11,which is also a Master number denotes a high degree of spiritual awareness and knowledge. Those who follow this path are here to assist others in developing a deeper understanding of who they are and the world they live in. Most people who follow this path work as healers, educators, or counsellors. People who follow this path frequently have strong intuitive abilities."}}} | {"type": "object", "properties": {"status": {"type": "string"}, "data": {"title": "Life Path Number", "x-stoplight": {"id": "4oelmm677qiw8"}, "type": "object", "description": "Get Life Path Number", "x-examples": {"example-1": {"life_path_number": {"name": "string", "number": 0, "description": "string"}}}, "properties": {"life_path_number": {"type": "object", "x-examples": {"example-1": {"name": "Life Path Number", "number": 11, "description": ""}}, "title": "Numerology Number", "description": "Numerology number and description", "properties": {"name": {"type": "string"}, "number": {"type": ["integer", "null"]}, "description": {"type": "string"}}, "required": ["name", "number", "description"]}}, "required": ["life_path_number"]}}} |
566d5ca8-346e-44a7-a169-8bb93fd25be3/65f2ba43-62ef-4002-967b-4b3f7e8f8f67/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 | 200 | null | {"status": "ok", "data": {"birthday_number": {"name": "Birthday Number", "number": 3, "description": "You are highly imaginative and quick-witted, and you possess the gift of gab. You could excel in writing, and visual or performing arts. Others find you inspiring and charming; you are a wonderful salesperson. You have a fine sense of harmony and art in everything that you do."}}} | {"title": "Birthday Number Response", "x-stoplight": {"id": "7o3uizdbown6a"}, "type": "object", "properties": {"status": {"type": "string"}, "data": {"title": "Birthday Number", "x-stoplight": {"id": "b60lvejoubtak"}, "type": "object", "properties": {"birthday_number": {"type": "object", "x-examples": {"example-1": {"name": "Life Path Number", "number": 11, "description": ""}}, "title": "Numerology Number", "description": "Numerology number and description", "properties": {"name": {"type": "string"}, "number": {"type": ["integer", "null"]}, "description": {"type": "string"}}, "required": ["name", "number", "description"]}}, "required": ["birthday_number"]}}, "required": ["status", "data"]} |
|
566d5ca8-346e-44a7-a169-8bb93fd25be3/5afe8e9c-defb-48c1-b1e1-cf0cccee3621/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-day-number | /numerology/personal-day-number | 200 | null | {"status": "ok", "data": {"personal_day_number": {"name": "Personal Day Number", "number": 7, "description": "You are introspective, spiritual, self-aware, perceptive, and calming. Optimistic, perceptive, endearing, a reader, scholar, problem-solver, and researcher. Additionally, you are distant, agitated, wary, and possessive. You should dress in turquoise, violet, purple, or magenta."}}} | {"title": "PersonalDayNumberResponse", "x-stoplight": {"id": "rn8wl8y4id8z4"}, "type": "object", "properties": {"status": {"type": "string"}, "data": {"title": "PersonalDayNumber", "x-stoplight": {"id": "3vbduzfit3jwl"}, "type": "object", "properties": {"personal_day_number": {"type": "object", "x-examples": {"example-1": {"name": "Life Path Number", "number": 11, "description": ""}}, "title": "Numerology Number", "description": "Numerology number and description", "properties": {"name": {"type": "string"}, "number": {"type": ["integer", "null"]}, "description": {"type": "string"}}, "required": ["name", "number", "description"]}}, "required": ["personal_day_number"]}}, "required": ["status", "data"]} |
f6eb5ebd-13d0-43ff-9294-2e815cf208fa/27ceb87f-9200-48df-ab9a-9b2de6dfc63a/0/0 | memegen | An API that generates a meme using a word | 5.7 | generator | This single end point returns a generated meme using a word | 200 | New Example | {"success": true, "data": {"url": "https://i.imgflip.com/6h5lps.jpg", "page_url": "https://imgflip.com/i/6h5lps"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"url": {"type": "string"}, "page_url": {"type": "string"}}, "required": ["page_url", "url"]}}, "required": ["data", "success"]} |
d0085cc6-d5f8-4941-b451-3dbb42261cf4/cfc7b407-53c2-4179-8dff-fffe6cea7227/0/0 | Petstore | Petstore API | null | getOrderById | For valid response try integer IDs with value <= 5 or > 10. Other values will generate exceptions. | 200 | null | {"id": 10, "petId": 198772, "quantity": 7, "shipDate": "", "status": "placed", "complete": true} | {"x-swagger-router-model": "io.swagger.petstore.model.Order", "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": -2147483648, "maximum": 2147483647}, "shipDate": {"type": "string", "format": "date-time"}, "status": {"type": "string", "description": "Order Status", "enum": ["placed", "approved", "delivered"]}, "complete": {"type": "boolean"}}, "type": "object"} |
d0085cc6-d5f8-4941-b451-3dbb42261cf4/463a823f-4c8c-446d-b779-88a4a4264b7a/1/0 | Petstore | Petstore API | null | placeOrder | Place a new order in the store | 200 | null | {"id": 10, "petId": 198772, "quantity": 7, "shipDate": "", "status": "placed", "complete": true} | {"x-swagger-router-model": "io.swagger.petstore.model.Order", "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": -2147483648, "maximum": 2147483647}, "shipDate": {"type": "string", "format": "date-time"}, "status": {"type": "string", "description": "Order Status", "enum": ["placed", "approved", "delivered"]}, "complete": {"type": "boolean"}}, "type": "object"} |
d0085cc6-d5f8-4941-b451-3dbb42261cf4/2023685d-b4b8-4abf-891b-6ad7353920e7/0/0 | Petstore | Petstore API | null | getPetById | Returns a single pet | 200 | Example_1 | {"id": 10, "name": "doggie", "category": {"id": 1, "name": "Dogs"}, "photoUrls": [], "tags": [{"id": 0, "name": ""}], "status": "available"} | {"x-swagger-router-model": "io.swagger.petstore.model.Pet", "required": ["name", "photoUrls"], "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": "string"}, "category": {"x-swagger-router-model": "io.swagger.petstore.model.Category", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": "string"}}, "type": "object"}, "photoUrls": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"x-swagger-router-model": "io.swagger.petstore.model.Tag", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": "string"}}, "type": "object"}}, "status": {"type": "string", "description": "pet status in the store", "enum": ["available", "pending", "sold"]}}, "type": "object"} |
d0085cc6-d5f8-4941-b451-3dbb42261cf4/b7929ee7-1418-470b-bb0a-2689663bf123/3/0 | Petstore | Petstore API | null | getUserByName | 200 | null | {"id": 10, "username": "theUser", "firstName": "John", "lastName": "James", "email": "[email protected]", "password": 12345, "phone": 12345, "userStatus": 1} | {"x-swagger-router-model": "io.swagger.petstore.model.User", "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": "string"}, "userStatus": {"type": "integer", "format": "int32", "description": "User Status", "minimum": -2147483648, "maximum": 2147483647}}, "type": "object"} |
|
d0085cc6-d5f8-4941-b451-3dbb42261cf4/af59b7e6-709a-49a8-aefb-e23000b1ed19/0/0 | Petstore | Petstore API | null | createUsersWithListInput | Creates list of users with given input array | 200 | null | {"id": 10, "username": "theUser", "firstName": "John", "lastName": "James", "email": "[email protected]", "password": 12345, "phone": 12345, "userStatus": 1} | {"x-swagger-router-model": "io.swagger.petstore.model.User", "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": "string"}, "userStatus": {"type": "integer", "format": "int32", "description": "User Status", "minimum": -2147483648, "maximum": 2147483647}}, "type": "object"} |
fd47070f-02ee-4cc4-a52b-8a71a7549c4f/9e9f6d3b-9008-49cf-a9e4-74306ccfeb89/0/0 | Greetings | A sample API | 0 | POST DATA | post secret data | 404 | Response | {"message": "Endpoint '/' does not exist"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]} |
14dcebe7-700b-41c3-b1ba-ce23aa2ae432/0df26442-3439-442a-9c85-5ba2fa3851ac/0/0 | vk-test-api | Testing api description | null | /api/users | Testing description | 200 | New Example | {"hi": "bye"} | {"properties": {"hi": {"type": "string"}}, "type": "object"} |
f9bba61e-66f4-4993-8a90-62f8079a6a1f/182c74c0-377d-4611-a7f9-e995aca6461a/1/0 | Certificate Generator | A place where you can generate certificate which can be shared with the url, and with the unique certificate id you can verify the certificate. it comes with one certificate template, which will increase in future, with the plan to add new certificate every week. | 0.1 | Get Certificate | will get the html certificate | 404 | New Example | {"message": "No certificate found"} | {"type": "object", "properties": {"message": {"type": "string"}}} |
f9bba61e-66f4-4993-8a90-62f8079a6a1f/182c74c0-377d-4611-a7f9-e995aca6461a/2/0 | Certificate Generator | A place where you can generate certificate which can be shared with the url, and with the unique certificate id you can verify the certificate. it comes with one certificate template, which will increase in future, with the plan to add new certificate every week. | 0.1 | Get Certificate | will get the html certificate | 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"]} |
f9bba61e-66f4-4993-8a90-62f8079a6a1f/182c74c0-377d-4611-a7f9-e995aca6461a/3/0 | Certificate Generator | A place where you can generate certificate which can be shared with the url, and with the unique certificate id you can verify the certificate. it comes with one certificate template, which will increase in future, with the plan to add new certificate every week. | 0.1 | Get Certificate | will get the html certificate | 500 | New Example | {"error": "Server Error"} | {"type": "object", "properties": {"error": {"type": "string"}}} |
f9bba61e-66f4-4993-8a90-62f8079a6a1f/6daf325e-af2e-4904-a712-b9b26c8af07a/0/0 | Certificate Generator | A place where you can generate certificate which can be shared with the url, and with the unique certificate id you can verify the certificate. it comes with one certificate template, which will increase in future, with the plan to add new certificate every week. | 0.1 | Verify Certificate | endpoint to verify generated certificate | 404 | New Example | {"isVerified": false} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"isVerified": {"type": "boolean"}}, "required": ["isVerified"]} |
f9bba61e-66f4-4993-8a90-62f8079a6a1f/6daf325e-af2e-4904-a712-b9b26c8af07a/1/0 | Certificate Generator | A place where you can generate certificate which can be shared with the url, and with the unique certificate id you can verify the certificate. it comes with one certificate template, which will increase in future, with the plan to add new certificate every week. | 0.1 | Verify Certificate | endpoint to verify generated certificate | 200 | New Example | {"isVerified": true, "createdAt": "2022-05-28T06:06:06.175Z"} | {"type": "object", "properties": {"isVerified": {"type": "boolean"}, "createdAt": {"type": "string"}}} |
f9bba61e-66f4-4993-8a90-62f8079a6a1f/6daf325e-af2e-4904-a712-b9b26c8af07a/2/0 | Certificate Generator | A place where you can generate certificate which can be shared with the url, and with the unique certificate id you can verify the certificate. it comes with one certificate template, which will increase in future, with the plan to add new certificate every week. | 0.1 | Verify Certificate | endpoint to verify generated certificate | 500 | New Example | {"error": "Server Error"} | {"type": "object", "properties": {"error": {"type": "string"}}} |
f9bba61e-66f4-4993-8a90-62f8079a6a1f/91f6bb27-8fd4-44cd-8179-c896de981460/0/0 | Certificate Generator | A place where you can generate certificate which can be shared with the url, and with the unique certificate id you can verify the certificate. it comes with one certificate template, which will increase in future, with the plan to add new certificate every week. | 0.1 | Generate Certificate | this is the endpoint to generate certificate | 422 | New Example | {"message": "Please add all the fields"} | {"type": "object", "properties": {"message": {"type": "string"}}} |
f9bba61e-66f4-4993-8a90-62f8079a6a1f/91f6bb27-8fd4-44cd-8179-c896de981460/1/0 | Certificate Generator | A place where you can generate certificate which can be shared with the url, and with the unique certificate id you can verify the certificate. it comes with one certificate template, which will increase in future, with the plan to add new certificate every week. | 0.1 | Generate Certificate | this is the endpoint to generate certificate | 200 | New Example | {"message": "certificate generated successfully", "certiId": "a1340ffe-9052-4f45-a613-b7c521a835d9", "createdAt": "2022-05-28T06:06:06.175Z"} | {"type": "object", "properties": {"message": {"type": "string"}, "certiId": {"type": "string"}, "createdAt": {"type": "string"}}} |
f9bba61e-66f4-4993-8a90-62f8079a6a1f/91f6bb27-8fd4-44cd-8179-c896de981460/2/0 | Certificate Generator | A place where you can generate certificate which can be shared with the url, and with the unique certificate id you can verify the certificate. it comes with one certificate template, which will increase in future, with the plan to add new certificate every week. | 0.1 | Generate Certificate | this is the endpoint to generate certificate | 500 | New Example | {"error": "Server Error"} | {"type": "object", "properties": {"error": {"type": "string"}}} |
0bf2469d-6ad8-4c14-9b41-d3224a2b237a/d0a22d70-dc09-4e1a-8a08-38b367ee96e2/0/0 | cricbuzz | API for admin and user login and to schedule matches | 7.6 | Login | Login | 200 | New Example | {"username": "value", "password": "value", "email": "value", "role": "admin"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}}, "required": ["email", "password", "role", "username"]} |
e9cc869e-884f-4472-ab75-e3a0ed82e538/f7593a4a-ae58-4c5b-8f17-50cd0798b989/0/0 | Otp generation | This API is for Otp generation. | 0 | getotp | This endpoint will return you the generated OTP. New Otp every time. | 200 | Response | {"id": 0, "otp": "9498"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "otp": {"type": "string"}}, "required": ["id", "otp"]} |
abf2a88b-a882-4d34-b5a2-9983ebc46596/5bbb2216-1438-406b-820a-1afcc10165ae/0/0 | User demo | - | 7.1 | createUser | 500 | null | {"message": "Internal Server Error"} | {"type": "object", "required": ["message"], "properties": {"message": {"type": "string", "enum": ["Internal Server Error"]}}} |
|
abf2a88b-a882-4d34-b5a2-9983ebc46596/5bbb2216-1438-406b-820a-1afcc10165ae/1/0 | User demo | - | 7.1 | createUser | 400 | null | {"message": "Bad Request"} | {"type": "object", "required": ["message"], "properties": {"message": {"type": "string", "enum": ["Bad Request"]}}} |
|
abf2a88b-a882-4d34-b5a2-9983ebc46596/5bbb2216-1438-406b-820a-1afcc10165ae/2/0 | User demo | - | 7.1 | createUser | 201 | null | {"_id": "635ecf6c242aeb8cd18fae59", "name": "John", "email": "[email protected]"} | {"allOf": [{"type": "object", "description": "User metadata.", "required": ["_id"], "properties": {"_id": {"type": "string", "description": "Unique identifier of the user."}}}, {"type": "object", "description": "User object.", "required": ["name"], "properties": {"name": {"type": "string", "description": "Name of the user."}, "email": {"type": "string", "description": "Email of the user."}}}]} |
|
abf2a88b-a882-4d34-b5a2-9983ebc46596/009ffe8d-a8bc-4018-a476-e71855f3dce0/0/0 | User demo | - | 7.1 | getUsers | 200 | null | [{"_id": "635ecf6c242aeb8cd18fae59", "name": "John", "email": "[email protected]"}] | {"type": "array", "items": {"allOf": [{"type": "object", "description": "User metadata.", "required": ["_id"], "properties": {"_id": {"type": "string", "description": "Unique identifier of the user."}}}, {"type": "object", "description": "User object.", "required": ["name"], "properties": {"name": {"type": "string", "description": "Name of the user."}, "email": {"type": "string", "description": "Email of the user."}}}]}} |
|
abf2a88b-a882-4d34-b5a2-9983ebc46596/009ffe8d-a8bc-4018-a476-e71855f3dce0/1/0 | User demo | - | 7.1 | getUsers | 400 | null | {"message": "Bad Request"} | {"type": "object", "required": ["message"], "properties": {"message": {"type": "string", "enum": ["Bad Request"]}}} |
|
abf2a88b-a882-4d34-b5a2-9983ebc46596/009ffe8d-a8bc-4018-a476-e71855f3dce0/2/0 | User demo | - | 7.1 | getUsers | 500 | null | {"message": "Internal Server Error"} | {"type": "object", "required": ["message"], "properties": {"message": {"type": "string", "enum": ["Internal Server Error"]}}} |
|
abf2a88b-a882-4d34-b5a2-9983ebc46596/3f65ecdf-4b12-4c95-a374-f64594211f24/0/0 | User demo | - | 7.1 | deleteUserById | 200 | null | {"_id": "635ecf6c242aeb8cd18fae59", "name": "John", "email": "[email protected]"} | {"allOf": [{"type": "object", "description": "User metadata.", "required": ["_id"], "properties": {"_id": {"type": "string", "description": "Unique identifier of the user."}}}, {"type": "object", "description": "User object.", "required": ["name"], "properties": {"name": {"type": "string", "description": "Name of the user."}, "email": {"type": "string", "description": "Email of the user."}}}]} |
|
abf2a88b-a882-4d34-b5a2-9983ebc46596/3f65ecdf-4b12-4c95-a374-f64594211f24/1/0 | User demo | - | 7.1 | deleteUserById | 404 | null | {"message": "Not Found"} | {"type": "object", "required": ["message"], "properties": {"message": {"type": "string", "enum": ["Not Found"]}}} |
|
abf2a88b-a882-4d34-b5a2-9983ebc46596/3f65ecdf-4b12-4c95-a374-f64594211f24/2/0 | User demo | - | 7.1 | deleteUserById | 500 | null | {"message": "Internal Server Error"} | {"type": "object", "required": ["message"], "properties": {"message": {"type": "string", "enum": ["Internal Server Error"]}}} |
|
abf2a88b-a882-4d34-b5a2-9983ebc46596/a0661f5d-d972-4a76-94dc-dd735357b28a/0/0 | User demo | - | 7.1 | updateUserById | 200 | null | {"_id": "635ecf6c242aeb8cd18fae59", "name": "John", "email": "[email protected]"} | {"allOf": [{"type": "object", "description": "User metadata.", "required": ["_id"], "properties": {"_id": {"type": "string", "description": "Unique identifier of the user."}}}, {"type": "object", "description": "User object.", "required": ["name"], "properties": {"name": {"type": "string", "description": "Name of the user."}, "email": {"type": "string", "description": "Email of the user."}}}]} |
|
abf2a88b-a882-4d34-b5a2-9983ebc46596/a0661f5d-d972-4a76-94dc-dd735357b28a/1/0 | User demo | - | 7.1 | updateUserById | 500 | null | {"message": "Internal Server Error"} | {"type": "object", "required": ["message"], "properties": {"message": {"type": "string", "enum": ["Internal Server Error"]}}} |
|
abf2a88b-a882-4d34-b5a2-9983ebc46596/a0661f5d-d972-4a76-94dc-dd735357b28a/2/0 | User demo | - | 7.1 | updateUserById | 404 | null | {"message": "Not Found"} | {"type": "object", "required": ["message"], "properties": {"message": {"type": "string", "enum": ["Not Found"]}}} |
|
abf2a88b-a882-4d34-b5a2-9983ebc46596/a0661f5d-d972-4a76-94dc-dd735357b28a/3/0 | User demo | - | 7.1 | updateUserById | 400 | null | {"message": "Bad Request"} | {"type": "object", "required": ["message"], "properties": {"message": {"type": "string", "enum": ["Bad Request"]}}} |
|
abf2a88b-a882-4d34-b5a2-9983ebc46596/991adcb8-5d68-4ce8-96b0-527c00ef899a/0/0 | User demo | - | 7.1 | getUserById | 200 | null | {"_id": "635ecf6c242aeb8cd18fae59", "name": "John", "email": "[email protected]"} | {"allOf": [{"type": "object", "description": "User metadata.", "required": ["_id"], "properties": {"_id": {"type": "string", "description": "Unique identifier of the user."}}}, {"type": "object", "description": "User object.", "required": ["name"], "properties": {"name": {"type": "string", "description": "Name of the user."}, "email": {"type": "string", "description": "Email of the user."}}}]} |
|
abf2a88b-a882-4d34-b5a2-9983ebc46596/991adcb8-5d68-4ce8-96b0-527c00ef899a/1/0 | User demo | - | 7.1 | getUserById | 500 | null | {"message": "Internal Server Error"} | {"type": "object", "required": ["message"], "properties": {"message": {"type": "string", "enum": ["Internal Server Error"]}}} |
|
abf2a88b-a882-4d34-b5a2-9983ebc46596/991adcb8-5d68-4ce8-96b0-527c00ef899a/2/0 | User demo | - | 7.1 | getUserById | 404 | null | {"message": "Not Found"} | {"type": "object", "required": ["message"], "properties": {"message": {"type": "string", "enum": ["Not Found"]}}} |
|
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/86c3d142-dc2a-4c09-9714-72ddb39d9bac/0/0 | E-check OpenAPI | Still in Development | null | ExportController_exportChecksByPeriod | Export of receipts for a period | 403 | null | {"success": false, "data": null, "errors": {"id": "FORBIDDEN", "message": "Forbidden resource"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "null"}, "errors": {"type": "object", "properties": {"id": {"type": "string"}, "message": {"type": "string"}}, "required": ["id", "message"]}}, "required": ["data", "errors", "success"]} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/4cbc0139-3f31-4d56-81b2-be3fcc8941cb/0/0 | E-check OpenAPI | Still in Development | null | WorkerController_removeWorker | Removing worker | 403 | null | {"success": false, "data": null, "errors": {"id": "FORBIDDEN", "message": "Forbidden resource"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "null"}, "errors": {"type": "object", "properties": {"id": {"type": "string"}, "message": {"type": "string"}}, "required": ["id", "message"]}}, "required": ["data", "errors", "success"]} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/4cbc0139-3f31-4d56-81b2-be3fcc8941cb/1/0 | E-check OpenAPI | Still in Development | null | WorkerController_removeWorker | Removing worker | 200 | null | {"status": true} | {"type": "object", "properties": {"status": {"type": "boolean"}}, "required": ["status"]} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/2fc99014-ae75-409e-9034-fbd82f955bcb/0/0 | E-check OpenAPI | Still in Development | null | WorkerController_createCashRegister | Creating worker | 403 | null | {"success": false, "data": null, "errors": {"id": "FORBIDDEN", "message": "Forbidden resource"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "null"}, "errors": {"type": "object", "properties": {"id": {"type": "string"}, "message": {"type": "string"}}, "required": ["id", "message"]}}, "required": ["data", "errors", "success"]} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/2fc99014-ae75-409e-9034-fbd82f955bcb/1/0 | E-check OpenAPI | Still in Development | null | WorkerController_createCashRegister | Creating worker | 200 | null | {"id": 0, "passwordHash": "", "name": "", "surname": "", "photoUrl": "", "photoUrlPreview": "", "phone": "", "roleId": 0, "companyId": 0, "numberSms": 0, "keyTax": "", "keyStorePassword": "", "keyType": "", "status": "", "email": "", "newApplication": true, "loginAttemptsCount": 0, "lastAttemptIp": "", "openId": "", "cashRegisterWorker": 0} | {"type": "object", "properties": {"id": {"type": "number"}, "passwordHash": {"type": "string"}, "name": {"type": "string"}, "surname": {"type": "string"}, "photoUrl": {"type": "string"}, "photoUrlPreview": {"type": "string"}, "phone": {"type": "string"}, "roleId": {"type": "number"}, "companyId": {"type": "number"}, "numberSms": {"type": "number"}, "keyTax": {"type": "string"}, "keyStorePassword": {"type": "string"}, "keyType": {"type": "string"}, "status": {"type": "string"}, "email": {"type": "string"}, "newApplication": {"type": "boolean"}, "loginAttemptsCount": {"type": "number"}, "lastAttemptIp": {"type": "string"}, "openId": {"type": "string"}, "cashRegisterWorker": {"type": "number"}}, "required": ["id", "passwordHash", "name", "surname", "photoUrl", "photoUrlPreview", "phone"]} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/592bdc6f-7235-4038-8d64-ba92f7767247/0/0 | E-check OpenAPI | Still in Development | null | WorkerController_getWorkerById | Get worker info | 200 | null | {"id": 0, "passwordHash": "", "name": "", "surname": "", "photoUrl": "", "photoUrlPreview": "", "phone": "", "roleId": 0, "companyId": 0, "numberSms": 0, "keyTax": "", "keyStorePassword": "", "keyType": "", "status": "", "email": "", "newApplication": true, "loginAttemptsCount": 0, "lastAttemptIp": "", "openId": "", "cashRegisterWorker": 0} | {"type": "object", "properties": {"id": {"type": "number"}, "passwordHash": {"type": "string"}, "name": {"type": "string"}, "surname": {"type": "string"}, "photoUrl": {"type": "string"}, "photoUrlPreview": {"type": "string"}, "phone": {"type": "string"}, "roleId": {"type": "number"}, "companyId": {"type": "number"}, "numberSms": {"type": "number"}, "keyTax": {"type": "string"}, "keyStorePassword": {"type": "string"}, "keyType": {"type": "string"}, "status": {"type": "string"}, "email": {"type": "string"}, "newApplication": {"type": "boolean"}, "loginAttemptsCount": {"type": "number"}, "lastAttemptIp": {"type": "string"}, "openId": {"type": "string"}, "cashRegisterWorker": {"type": "number"}}, "required": ["id", "passwordHash", "name", "surname", "photoUrl", "photoUrlPreview", "phone"]} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/bebfa9be-5632-45e5-ba33-342950259701/0/0 | E-check OpenAPI | Still in Development | null | WorkerController_getWorkers | Get list of workers | 403 | null | {"success": false, "data": null, "errors": {"id": "FORBIDDEN", "message": "Forbidden resource"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "null"}, "errors": {"type": "object", "properties": {"id": {"type": "string"}, "message": {"type": "string"}}, "required": ["id", "message"]}}, "required": ["data", "errors", "success"]} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/bebfa9be-5632-45e5-ba33-342950259701/1/0 | E-check OpenAPI | Still in Development | null | WorkerController_getWorkers | Get list of workers | 200 | null | [{"id": 0, "passwordHash": "", "name": "", "surname": "", "photoUrl": "", "photoUrlPreview": "", "phone": "", "roleId": 0, "companyId": 0, "numberSms": 0, "keyTax": "", "keyStorePassword": "", "keyType": "", "status": "", "email": "", "newApplication": true, "loginAttemptsCount": 0, "lastAttemptIp": "", "openId": "", "cashRegisterWorker": 0}] | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "number"}, "passwordHash": {"type": "string"}, "name": {"type": "string"}, "surname": {"type": "string"}, "photoUrl": {"type": "string"}, "photoUrlPreview": {"type": "string"}, "phone": {"type": "string"}, "roleId": {"type": "number"}, "companyId": {"type": "number"}, "numberSms": {"type": "number"}, "keyTax": {"type": "string"}, "keyStorePassword": {"type": "string"}, "keyType": {"type": "string"}, "status": {"type": "string"}, "email": {"type": "string"}, "newApplication": {"type": "boolean"}, "loginAttemptsCount": {"type": "number"}, "lastAttemptIp": {"type": "string"}, "openId": {"type": "string"}, "cashRegisterWorker": {"type": "number"}}, "required": ["id", "passwordHash", "name", "surname", "photoUrl", "photoUrlPreview", "phone"]}} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/f6f7bc66-248d-4b75-80cf-f1ad35be614f/0/0 | E-check OpenAPI | Still in Development | null | CashRegisterController_cashManagement | Cash management. You can either deposit funds into the cash register or withdraw them. | 400 | null | {"success": false, "data": null, "errors": ["name must be a string", "name should not be empty", "other messages"]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "null"}, "errors": {"type": "array", "items": {"type": "string"}}}, "required": ["data", "errors", "success"]} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/f6f7bc66-248d-4b75-80cf-f1ad35be614f/1/0 | E-check OpenAPI | Still in Development | null | CashRegisterController_cashManagement | Cash management. You can either deposit funds into the cash register or withdraw them. | 403 | null | {"success": false, "data": null, "errors": {"id": "FORBIDDEN", "message": "Forbidden resource"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "null"}, "errors": {"type": "object", "properties": {"id": {"type": "string"}, "message": {"type": "string"}}, "required": ["id", "message"]}}, "required": ["data", "errors", "success"]} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/f6f7bc66-248d-4b75-80cf-f1ad35be614f/2/0 | E-check OpenAPI | Still in Development | null | CashRegisterController_cashManagement | Cash management. You can either deposit funds into the cash register or withdraw them. | 200 | null | {"id": 0, "name": "", "phone": "", "companyId": 0, "canDeleted": true, "fnTax": "", "keyTax": "", "keyStorePassword": "", "numberrro": "", "demoTest": true, "status": "", "createdAt": "", "updatedAt": "", "deletedAt": "", "address": "", "cash": 0, "touchcard_service_id": "", "balance": 0, "shopId": 0, "provider": "", "publicKey": "", "privateKey": "", "offlineTime": 0, "isTerminal": true, "autoPrint": true, "offline_allowed": true, "device": "", "offline": true, "manualOffline": true, "openId": "", "namePRRO": "", "localNumber": "", "newApplication": true, "making": 0, "issuance": 0, "katottg": "", "identifierSubjectKey": "", "hashmacid": "", "openApi": true, "IDCashRegister": "", "shiftInTerminal": true, "isTaxOffline": true} | {"type": "object", "properties": {"id": {"type": "number"}, "name": {"type": "string"}, "phone": {"type": "string"}, "companyId": {"type": "number"}, "canDeleted": {"type": "boolean"}, "fnTax": {"type": "string"}, "keyTax": {"type": "string"}, "keyStorePassword": {"type": "string"}, "numberrro": {"type": "string"}, "demoTest": {"type": "boolean"}, "status": {"type": "string"}, "createdAt": {"format": "date-time", "type": "string"}, "updatedAt": {"format": "date-time", "type": "string"}, "deletedAt": {"format": "date-time", "type": "string"}, "address": {"type": "string"}, "cash": {"type": "number"}, "touchcard_service_id": {"type": "string"}, "balance": {"type": "number"}, "shopId": {"type": "number"}, "provider": {"type": "string"}, "publicKey": {"type": "string"}, "privateKey": {"type": "string"}, "offlineTime": {"type": "number"}, "isTerminal": {"type": "boolean"}, "autoPrint": {"type": "boolean"}, "offline_allowed": {"type": "boolean"}, "device": {"type": "string"}, "offline": {"type": "boolean"}, "manualOffline": {"type": "boolean"}, "openId": {"type": "string"}, "namePRRO": {"type": "string"}, "localNumber": {"type": "string"}, "newApplication": {"type": "boolean"}, "making": {"type": "number"}, "issuance": {"type": "number"}, "katottg": {"type": "string"}, "identifierSubjectKey": {"type": "string"}, "hashmacid": {"type": "string"}, "openApi": {"type": "boolean"}, "IDCashRegister": {"type": "string"}, "shiftInTerminal": {"type": "boolean"}, "isTaxOffline": {"type": "boolean"}}, "required": ["id", "companyId", "createdAt", "updatedAt", "isTerminal", "making", "shiftInTerminal"]} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/ff0fc2de-2af3-4913-8e45-d762b458c853/0/0 | E-check OpenAPI | Still in Development | null | CashRegisterController_getCashRegisters | Get all cash registers for the company | 403 | null | {"success": false, "data": null, "errors": {"id": "FORBIDDEN", "message": "Forbidden resource"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "null"}, "errors": {"type": "object", "properties": {"id": {"type": "string"}, "message": {"type": "string"}}, "required": ["id", "message"]}}, "required": ["data", "errors", "success"]} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/ff0fc2de-2af3-4913-8e45-d762b458c853/1/0 | E-check OpenAPI | Still in Development | null | CashRegisterController_getCashRegisters | Get all cash registers for the company | 400 | null | {"success": false, "data": null, "errors": ["name must be a string", "name should not be empty", "other messages"]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "null"}, "errors": {"type": "array", "items": {"type": "string"}}}, "required": ["data", "errors", "success"]} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/ff0fc2de-2af3-4913-8e45-d762b458c853/2/0 | E-check OpenAPI | Still in Development | null | CashRegisterController_getCashRegisters | Get all cash registers for the company | 200 | null | [{"id": 0, "name": "", "phone": "", "companyId": 0, "canDeleted": true, "fnTax": "", "keyTax": "", "keyStorePassword": "", "numberrro": "", "demoTest": true, "status": "", "createdAt": "", "updatedAt": "", "deletedAt": "", "address": "", "cash": 0, "touchcard_service_id": "", "balance": 0, "shopId": 0, "provider": "", "publicKey": "", "privateKey": "", "offlineTime": 0, "isTerminal": true, "autoPrint": true, "offline_allowed": true, "device": "", "offline": true, "manualOffline": true, "openId": "", "namePRRO": "", "localNumber": "", "newApplication": true, "making": 0, "issuance": 0, "katottg": "", "identifierSubjectKey": "", "hashmacid": "", "openApi": true, "IDCashRegister": "", "shiftInTerminal": true, "isTaxOffline": true}] | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "number"}, "name": {"type": "string"}, "phone": {"type": "string"}, "companyId": {"type": "number"}, "canDeleted": {"type": "boolean"}, "fnTax": {"type": "string"}, "keyTax": {"type": "string"}, "keyStorePassword": {"type": "string"}, "numberrro": {"type": "string"}, "demoTest": {"type": "boolean"}, "status": {"type": "string"}, "createdAt": {"format": "date-time", "type": "string"}, "updatedAt": {"format": "date-time", "type": "string"}, "deletedAt": {"format": "date-time", "type": "string"}, "address": {"type": "string"}, "cash": {"type": "number"}, "touchcard_service_id": {"type": "string"}, "balance": {"type": "number"}, "shopId": {"type": "number"}, "provider": {"type": "string"}, "publicKey": {"type": "string"}, "privateKey": {"type": "string"}, "offlineTime": {"type": "number"}, "isTerminal": {"type": "boolean"}, "autoPrint": {"type": "boolean"}, "offline_allowed": {"type": "boolean"}, "device": {"type": "string"}, "offline": {"type": "boolean"}, "manualOffline": {"type": "boolean"}, "openId": {"type": "string"}, "namePRRO": {"type": "string"}, "localNumber": {"type": "string"}, "newApplication": {"type": "boolean"}, "making": {"type": "number"}, "issuance": {"type": "number"}, "katottg": {"type": "string"}, "identifierSubjectKey": {"type": "string"}, "hashmacid": {"type": "string"}, "openApi": {"type": "boolean"}, "IDCashRegister": {"type": "string"}, "shiftInTerminal": {"type": "boolean"}, "isTaxOffline": {"type": "boolean"}}, "required": ["id", "companyId", "createdAt", "updatedAt", "isTerminal", "making", "shiftInTerminal"]}} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/beb6e412-144e-4dad-9fe5-fa8bbfa92ad6/0/0 | E-check OpenAPI | Still in Development | null | CashRegisterController_getCashRegisterById | Get cash register by id | 400 | null | {"success": false, "data": null, "errors": ["name must be a string", "name should not be empty", "other messages"]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "null"}, "errors": {"type": "array", "items": {"type": "string"}}}, "required": ["data", "errors", "success"]} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/beb6e412-144e-4dad-9fe5-fa8bbfa92ad6/1/0 | E-check OpenAPI | Still in Development | null | CashRegisterController_getCashRegisterById | Get cash register by id | 403 | null | {"success": false, "data": null, "errors": {"id": "FORBIDDEN", "message": "Forbidden resource"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "null"}, "errors": {"type": "object", "properties": {"id": {"type": "string"}, "message": {"type": "string"}}, "required": ["id", "message"]}}, "required": ["data", "errors", "success"]} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/beb6e412-144e-4dad-9fe5-fa8bbfa92ad6/2/0 | E-check OpenAPI | Still in Development | null | CashRegisterController_getCashRegisterById | Get cash register by id | 200 | null | {"id": 0, "name": "", "phone": "", "companyId": 0, "canDeleted": true, "fnTax": "", "keyTax": "", "keyStorePassword": "", "numberrro": "", "demoTest": true, "status": "", "createdAt": "", "updatedAt": "", "deletedAt": "", "address": "", "cash": 0, "touchcard_service_id": "", "balance": 0, "shopId": 0, "provider": "", "publicKey": "", "privateKey": "", "offlineTime": 0, "isTerminal": true, "autoPrint": true, "offline_allowed": true, "device": "", "offline": true, "manualOffline": true, "openId": "", "namePRRO": "", "localNumber": "", "newApplication": true, "making": 0, "issuance": 0, "katottg": "", "identifierSubjectKey": "", "hashmacid": "", "openApi": true, "IDCashRegister": "", "shiftInTerminal": true, "isTaxOffline": true} | {"type": "object", "properties": {"id": {"type": "number"}, "name": {"type": "string"}, "phone": {"type": "string"}, "companyId": {"type": "number"}, "canDeleted": {"type": "boolean"}, "fnTax": {"type": "string"}, "keyTax": {"type": "string"}, "keyStorePassword": {"type": "string"}, "numberrro": {"type": "string"}, "demoTest": {"type": "boolean"}, "status": {"type": "string"}, "createdAt": {"format": "date-time", "type": "string"}, "updatedAt": {"format": "date-time", "type": "string"}, "deletedAt": {"format": "date-time", "type": "string"}, "address": {"type": "string"}, "cash": {"type": "number"}, "touchcard_service_id": {"type": "string"}, "balance": {"type": "number"}, "shopId": {"type": "number"}, "provider": {"type": "string"}, "publicKey": {"type": "string"}, "privateKey": {"type": "string"}, "offlineTime": {"type": "number"}, "isTerminal": {"type": "boolean"}, "autoPrint": {"type": "boolean"}, "offline_allowed": {"type": "boolean"}, "device": {"type": "string"}, "offline": {"type": "boolean"}, "manualOffline": {"type": "boolean"}, "openId": {"type": "string"}, "namePRRO": {"type": "string"}, "localNumber": {"type": "string"}, "newApplication": {"type": "boolean"}, "making": {"type": "number"}, "issuance": {"type": "number"}, "katottg": {"type": "string"}, "identifierSubjectKey": {"type": "string"}, "hashmacid": {"type": "string"}, "openApi": {"type": "boolean"}, "IDCashRegister": {"type": "string"}, "shiftInTerminal": {"type": "boolean"}, "isTaxOffline": {"type": "boolean"}}, "required": ["id", "companyId", "createdAt", "updatedAt", "isTerminal", "making", "shiftInTerminal"]} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/7ffec783-2ee0-4731-89f9-d313d1e78e2a/0/0 | E-check OpenAPI | Still in Development | null | WorkerController_updateWorker | Updating worker | 403 | null | {"success": false, "data": null, "errors": {"id": "FORBIDDEN", "message": "Forbidden resource"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "null"}, "errors": {"type": "object", "properties": {"id": {"type": "string"}, "message": {"type": "string"}}, "required": ["id", "message"]}}, "required": ["data", "errors", "success"]} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/7ffec783-2ee0-4731-89f9-d313d1e78e2a/1/0 | E-check OpenAPI | Still in Development | null | WorkerController_updateWorker | Updating worker | 200 | null | {"id": 0, "passwordHash": "", "name": "", "surname": "", "photoUrl": "", "photoUrlPreview": "", "phone": "", "roleId": 0, "companyId": 0, "numberSms": 0, "keyTax": "", "keyStorePassword": "", "keyType": "", "status": "", "email": "", "newApplication": true, "loginAttemptsCount": 0, "lastAttemptIp": "", "openId": "", "cashRegisterWorker": 0} | {"type": "object", "properties": {"id": {"type": "number"}, "passwordHash": {"type": "string"}, "name": {"type": "string"}, "surname": {"type": "string"}, "photoUrl": {"type": "string"}, "photoUrlPreview": {"type": "string"}, "phone": {"type": "string"}, "roleId": {"type": "number"}, "companyId": {"type": "number"}, "numberSms": {"type": "number"}, "keyTax": {"type": "string"}, "keyStorePassword": {"type": "string"}, "keyType": {"type": "string"}, "status": {"type": "string"}, "email": {"type": "string"}, "newApplication": {"type": "boolean"}, "loginAttemptsCount": {"type": "number"}, "lastAttemptIp": {"type": "string"}, "openId": {"type": "string"}, "cashRegisterWorker": {"type": "number"}}, "required": ["id", "passwordHash", "name", "surname", "photoUrl", "photoUrlPreview", "phone"]} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/460f9ddd-578c-4d52-90bb-07c9ea1c7769/0/0 | E-check OpenAPI | Still in Development | null | CheckController_getActualCheck | Get a list of products that can be canceled for a specific receipt | 403 | null | {"success": false, "data": null, "errors": {"id": "FORBIDDEN", "message": "Forbidden resource"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "null"}, "errors": {"type": "object", "properties": {"id": {"type": "string"}, "message": {"type": "string"}}, "required": ["id", "message"]}}, "required": ["data", "errors", "success"]} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/460f9ddd-578c-4d52-90bb-07c9ea1c7769/1/0 | E-check OpenAPI | Still in Development | null | CheckController_getActualCheck | Get a list of products that can be canceled for a specific receipt | 400 | null | {"success": false, "data": null, "errors": ["name must be a string", "name should not be empty", "other messages"]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "null"}, "errors": {"type": "array", "items": {"type": "string"}}}, "required": ["data", "errors", "success"]} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/460f9ddd-578c-4d52-90bb-07c9ea1c7769/2/0 | E-check OpenAPI | Still in Development | null | CheckController_getActualCheck | Get a list of products that can be canceled for a specific receipt | 200 | null | [{"productCode": null, "barCode": null, "uktzed": null, "exciseTaxStamp": null, "name": "\u042f\u0431\u043b\u0443\u043a\u0430 (\u043f\u0435\u0440\u0448\u0438\u0439 \u0433\u0430\u0442\u0443\u043d\u043e\u043a)", "initialSum": {"doubleAmount": 31.5, "longAmount": {"p_1": 3150, "q_1": 0}, "stringAmount": "31.50"}, "resultSum": {"doubleAmount": 31.5, "longAmount": {"p_1": 3150, "q_1": 0}, "stringAmount": "31.50"}, "quantity": {"doubleAmount": 3, "longAmount": {"p_1": 3000, "q_1": 0}, "stringAmount": "3.000"}, "originalQuantity": {"doubleAmount": 3, "longAmount": {"p_1": 3000, "q_1": 0}, "stringAmount": "3"}, "price": {"doubleAmount": 10.5, "longAmount": {"p_1": 1050, "q_1": 0}, "stringAmount": "10.50"}, "initialTax": {"tx": "1", "taxCalculationsList": [{"taxType": {"key": "1", "letterKey": "\u0410", "value": 20, "type": "VAT", "title": "\u041f\u0414\u0412_\u0410", "valueInText": "20.00%", "formula": "(##PRICE##/(100+##VAT##)*##VAT##)", "parsedFormula": "(69.8/(100+20.0)*20.0)"}, "calculationsItem": {"valueInPercentage": 20, "valueSum": {"doubleAmount": 5.25, "longAmount": {"p_1": 525, "q_1": 0}, "stringAmount": "5.25"}}}], "taxesSum": {"doubleAmount": 5.25, "longAmount": {"p_1": 525, "q_1": 0}, "stringAmount": "5.25"}, "taxInPriceType": {"e3_1": "INCLUDED", "f3_1": 0, "value": 0}, "taxCalculationAlgorithm": {"e3_1": "VAT_NO_ADDITIONAL_FEE", "f3_1": 0, "value": 0}}, "resultTax": {"tx": "1", "taxCalculationsList": [{"taxType": {"key": "1", "letterKey": "\u0410", "value": 20, "type": "VAT", "title": "\u041f\u0414\u0412_\u0410", "valueInText": "20.00%", "formula": "(##PRICE##/(100+##VAT##)*##VAT##)", "parsedFormula": "(69.8/(100+20.0)*20.0)"}, "calculationsItem": {"valueInPercentage": 20, "valueSum": {"doubleAmount": 5.25, "longAmount": {"p_1": 525, "q_1": 0}, "stringAmount": "5.25"}}}], "taxesSum": {"doubleAmount": 5.25, "longAmount": {"p_1": 525, "q_1": 0}, "stringAmount": "5.25"}, "taxInPriceType": {"e3_1": "INCLUDED", "f3_1": 0, "value": 0}, "taxCalculationAlgorithm": {"e3_1": "VAT_NO_ADDITIONAL_FEE", "f3_1": 0, "value": 0}}, "initialSumExcludingVatAndFees": {"doubleAmount": 26.25, "longAmount": {"p_1": 2625, "q_1": 0}, "stringAmount": "26.25"}, "resultSumExcludingVatAndFees": {"doubleAmount": 26.25, "longAmount": {"p_1": 2625, "q_1": 0}, "stringAmount": "26.25"}, "returningType": {"e3_1": "PRODUCT_RETURNING_OR_COMPENSATION", "f3_1": 0, "value": 0}, "discount": null, "haveTouristFee": false, "touristFeeSum": null, "isOutOfBoard": true, "productsSortIndex": 1, "measurementDto": {"id": 2, "title": "\u043a\u0433", "precision": 3}, "productId": "a1b06759-904c-4ac6-848c-e54c72373eb2", "leftoversQuantity": null, "useLeftovers": false, "warehouseId": null}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"productCode": {"type": "null"}, "barCode": {"type": "null"}, "uktzed": {"type": "null"}, "exciseTaxStamp": {"type": "null"}, "name": {"type": "string"}, "initialSum": {"type": "object", "properties": {"doubleAmount": {"type": "number"}, "longAmount": {"type": "object", "properties": {"p_1": {"type": "integer"}, "q_1": {"type": "integer"}}, "required": ["p_1", "q_1"]}, "stringAmount": {"type": "string"}}, "required": ["doubleAmount", "longAmount", "stringAmount"]}, "resultSum": {"type": "object", "properties": {"doubleAmount": {"type": "number"}, "longAmount": {"type": "object", "properties": {"p_1": {"type": "integer"}, "q_1": {"type": "integer"}}, "required": ["p_1", "q_1"]}, "stringAmount": {"type": "string"}}, "required": ["doubleAmount", "longAmount", "stringAmount"]}, "quantity": {"type": "object", "properties": {"doubleAmount": {"type": "integer"}, "longAmount": {"type": "object", "properties": {"p_1": {"type": "integer"}, "q_1": {"type": "integer"}}, "required": ["p_1", "q_1"]}, "stringAmount": {"type": "string"}}, "required": ["doubleAmount", "longAmount", "stringAmount"]}, "originalQuantity": {"type": "object", "properties": {"doubleAmount": {"type": "integer"}, "longAmount": {"type": "object", "properties": {"p_1": {"type": "integer"}, "q_1": {"type": "integer"}}, "required": ["p_1", "q_1"]}, "stringAmount": {"type": "string"}}, "required": ["doubleAmount", "longAmount", "stringAmount"]}, "price": {"type": "object", "properties": {"doubleAmount": {"type": "number"}, "longAmount": {"type": "object", "properties": {"p_1": {"type": "integer"}, "q_1": {"type": "integer"}}, "required": ["p_1", "q_1"]}, "stringAmount": {"type": "string"}}, "required": ["doubleAmount", "longAmount", "stringAmount"]}, "initialTax": {"type": "object", "properties": {"tx": {"type": "string"}, "taxCalculationsList": {"type": "array", "items": {"type": "object", "properties": {"taxType": {"type": "object", "properties": {"key": {"type": "string"}, "letterKey": {"type": "string"}, "value": {"type": "integer"}, "type": {"type": "string"}, "title": {"type": "string"}, "valueInText": {"type": "string"}, "formula": {"type": "string"}, "parsedFormula": {"type": "string"}}, "required": ["formula", "key", "letterKey", "parsedFormula", "title", "type", "value", "valueInText"]}, "calculationsItem": {"type": "object", "properties": {"valueInPercentage": {"type": "integer"}, "valueSum": {"type": "object", "properties": {"doubleAmount": {"type": "number"}, "longAmount": {"type": "object", "properties": {"p_1": {"type": "integer"}, "q_1": {"type": "integer"}}, "required": ["p_1", "q_1"]}, "stringAmount": {"type": "string"}}, "required": ["doubleAmount", "longAmount", "stringAmount"]}}, "required": ["valueInPercentage", "valueSum"]}}, "required": ["calculationsItem", "taxType"]}}, "taxesSum": {"type": "object", "properties": {"doubleAmount": {"type": "number"}, "longAmount": {"type": "object", "properties": {"p_1": {"type": "integer"}, "q_1": {"type": "integer"}}, "required": ["p_1", "q_1"]}, "stringAmount": {"type": "string"}}, "required": ["doubleAmount", "longAmount", "stringAmount"]}, "taxInPriceType": {"type": "object", "properties": {"e3_1": {"type": "string"}, "f3_1": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["e3_1", "f3_1", "value"]}, "taxCalculationAlgorithm": {"type": "object", "properties": {"e3_1": {"type": "string"}, "f3_1": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["e3_1", "f3_1", "value"]}}, "required": ["taxCalculationAlgorithm", "taxCalculationsList", "taxInPriceType", "taxesSum", "tx"]}, "resultTax": {"type": "object", "properties": {"tx": {"type": "string"}, "taxCalculationsList": {"type": "array", "items": {"type": "object", "properties": {"taxType": {"type": "object", "properties": {"key": {"type": "string"}, "letterKey": {"type": "string"}, "value": {"type": "integer"}, "type": {"type": "string"}, "title": {"type": "string"}, "valueInText": {"type": "string"}, "formula": {"type": "string"}, "parsedFormula": {"type": "string"}}, "required": ["formula", "key", "letterKey", "parsedFormula", "title", "type", "value", "valueInText"]}, "calculationsItem": {"type": "object", "properties": {"valueInPercentage": {"type": "integer"}, "valueSum": {"type": "object", "properties": {"doubleAmount": {"type": "number"}, "longAmount": {"type": "object", "properties": {"p_1": {"type": "integer"}, "q_1": {"type": "integer"}}, "required": ["p_1", "q_1"]}, "stringAmount": {"type": "string"}}, "required": ["doubleAmount", "longAmount", "stringAmount"]}}, "required": ["valueInPercentage", "valueSum"]}}, "required": ["calculationsItem", "taxType"]}}, "taxesSum": {"type": "object", "properties": {"doubleAmount": {"type": "number"}, "longAmount": {"type": "object", "properties": {"p_1": {"type": "integer"}, "q_1": {"type": "integer"}}, "required": ["p_1", "q_1"]}, "stringAmount": {"type": "string"}}, "required": ["doubleAmount", "longAmount", "stringAmount"]}, "taxInPriceType": {"type": "object", "properties": {"e3_1": {"type": "string"}, "f3_1": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["e3_1", "f3_1", "value"]}, "taxCalculationAlgorithm": {"type": "object", "properties": {"e3_1": {"type": "string"}, "f3_1": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["e3_1", "f3_1", "value"]}}, "required": ["taxCalculationAlgorithm", "taxCalculationsList", "taxInPriceType", "taxesSum", "tx"]}, "initialSumExcludingVatAndFees": {"type": "object", "properties": {"doubleAmount": {"type": "number"}, "longAmount": {"type": "object", "properties": {"p_1": {"type": "integer"}, "q_1": {"type": "integer"}}, "required": ["p_1", "q_1"]}, "stringAmount": {"type": "string"}}, "required": ["doubleAmount", "longAmount", "stringAmount"]}, "resultSumExcludingVatAndFees": {"type": "object", "properties": {"doubleAmount": {"type": "number"}, "longAmount": {"type": "object", "properties": {"p_1": {"type": "integer"}, "q_1": {"type": "integer"}}, "required": ["p_1", "q_1"]}, "stringAmount": {"type": "string"}}, "required": ["doubleAmount", "longAmount", "stringAmount"]}, "returningType": {"type": "object", "properties": {"e3_1": {"type": "string"}, "f3_1": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["e3_1", "f3_1", "value"]}, "discount": {"type": "null"}, "haveTouristFee": {"type": "boolean"}, "touristFeeSum": {"type": "null"}, "isOutOfBoard": {"type": "boolean"}, "productsSortIndex": {"type": "integer"}, "measurementDto": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "precision": {"type": "integer"}}, "required": ["id", "precision", "title"]}, "productId": {"type": "string"}, "leftoversQuantity": {"type": "null"}, "useLeftovers": {"type": "boolean"}, "warehouseId": {"type": "null"}}, "required": ["barCode", "discount", "exciseTaxStamp", "haveTouristFee", "initialSum", "initialSumExcludingVatAndFees", "initialTax", "isOutOfBoard", "leftoversQuantity", "measurementDto", "name", "originalQuantity", "price", "productCode", "productId", "productsSortIndex", "quantity", "resultSum", "resultSumExcludingVatAndFees", "resultTax", "returningType", "touristFeeSum", "uktzed", "useLeftovers", "warehouseId"]}} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/00b1f314-954b-40a0-82a3-a94fa462e391/0/0 | E-check OpenAPI | Still in Development | null | CheckController_cancelCheck | Partial or complete cancellation of a check | 400 | null | {"success": false, "data": null, "errors": ["name must be a string", "name should not be empty", "other messages"]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "null"}, "errors": {"type": "array", "items": {"type": "string"}}}, "required": ["data", "errors", "success"]} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/00b1f314-954b-40a0-82a3-a94fa462e391/2/0 | E-check OpenAPI | Still in Development | null | CheckController_cancelCheck | Partial or complete cancellation of a check | 403 | null | {"success": false, "data": null, "errors": {"id": "FORBIDDEN", "message": "Forbidden resource"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "null"}, "errors": {"type": "object", "properties": {"id": {"type": "string"}, "message": {"type": "string"}}, "required": ["id", "message"]}}, "required": ["data", "errors", "success"]} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/62515ea9-5b24-4a0c-9c00-6f0a6f037cb6/0/0 | E-check OpenAPI | Still in Development | null | CheckController_returnProduct | Partial check refund | 403 | null | {"success": false, "data": null, "errors": {"id": "FORBIDDEN", "message": "Forbidden resource"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "null"}, "errors": {"type": "object", "properties": {"id": {"type": "string"}, "message": {"type": "string"}}, "required": ["id", "message"]}}, "required": ["data", "errors", "success"]} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/62515ea9-5b24-4a0c-9c00-6f0a6f037cb6/1/0 | E-check OpenAPI | Still in Development | null | CheckController_returnProduct | Partial check refund | 200 | null | {"success": true, "data": {"id": "544a4edc-baba-40fc-80f1-ef847caa20d3"}, "error": null} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "error": {"type": "null"}}, "required": ["data", "error", "success"]} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/62515ea9-5b24-4a0c-9c00-6f0a6f037cb6/2/0 | E-check OpenAPI | Still in Development | null | CheckController_returnProduct | Partial check refund | 400 | null | {"success": false, "data": null, "errors": ["name must be a string", "name should not be empty", "other messages"]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "null"}, "errors": {"type": "array", "items": {"type": "string"}}}, "required": ["data", "errors", "success"]} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/0f23a979-0904-4ec8-9c69-e0c17d14974d/0/0 | E-check OpenAPI | Still in Development | null | CheckController_acceptPreSellingCheck | Accept pre selling(fiscalization) check | 400 | null | {"success": false, "data": null, "errors": ["name must be a string", "name should not be empty", "other messages"]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "null"}, "errors": {"type": "array", "items": {"type": "string"}}}, "required": ["data", "errors", "success"]} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/0f23a979-0904-4ec8-9c69-e0c17d14974d/1/0 | E-check OpenAPI | Still in Development | null | CheckController_acceptPreSellingCheck | Accept pre selling(fiscalization) check | 403 | null | {"success": false, "data": null, "errors": {"id": "FORBIDDEN", "message": "Forbidden resource"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "null"}, "errors": {"type": "object", "properties": {"id": {"type": "string"}, "message": {"type": "string"}}, "required": ["id", "message"]}}, "required": ["data", "errors", "success"]} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/8e9a412d-9adf-4ce9-9359-ce0d096870c5/0/0 | E-check OpenAPI | Still in Development | null | CheckController_createPreSellingCheck | Create pre selling(fiscalization) check | 403 | null | {"success": false, "data": null, "errors": {"id": "FORBIDDEN", "message": "Forbidden resource"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "null"}, "errors": {"type": "object", "properties": {"id": {"type": "string"}, "message": {"type": "string"}}, "required": ["id", "message"]}}, "required": ["data", "errors", "success"]} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/8e9a412d-9adf-4ce9-9359-ce0d096870c5/1/0 | E-check OpenAPI | Still in Development | null | CheckController_createPreSellingCheck | Create pre selling(fiscalization) check | 400 | null | {"success": false, "data": null, "errors": ["name must be a string", "name should not be empty", "other messages"]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "null"}, "errors": {"type": "array", "items": {"type": "string"}}}, "required": ["data", "errors", "success"]} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/8e9a412d-9adf-4ce9-9359-ce0d096870c5/2/0 | E-check OpenAPI | Still in Development | null | CheckController_createPreSellingCheck | Create pre selling(fiscalization) check | 200 | null | {"success": true, "data": {"id": "544a4edc-baba-40fc-80f1-ef847caa20d3"}, "error": null} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "error": {"type": "null"}}, "required": ["data", "error", "success"]} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/c7ffd6e4-1a78-4150-8e81-77035a22691c/1/0 | E-check OpenAPI | Still in Development | null | CheckController_getReceiptStatus | Get receipt by id | 403 | null | {"success": false, "data": null, "errors": {"id": "FORBIDDEN", "message": "Forbidden resource"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "null"}, "errors": {"type": "object", "properties": {"id": {"type": "string"}, "message": {"type": "string"}}, "required": ["id", "message"]}}, "required": ["data", "errors", "success"]} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/c7ffd6e4-1a78-4150-8e81-77035a22691c/2/0 | E-check OpenAPI | Still in Development | null | CheckController_getReceiptStatus | Get receipt by id | 400 | null | {"success": false, "data": null, "errors": ["name must be a string", "name should not be empty", "other messages"]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "null"}, "errors": {"type": "array", "items": {"type": "string"}}}, "required": ["data", "errors", "success"]} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/3a810dce-0649-4930-8fd2-5eebdfdce1f2/1/0 | E-check OpenAPI | Still in Development | null | ShiftController_closeShift | Close shift | 403 | null | {"success": false, "data": null, "errors": {"id": "FORBIDDEN", "message": "Forbidden resource"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "null"}, "errors": {"type": "object", "properties": {"id": {"type": "string"}, "message": {"type": "string"}}, "required": ["id", "message"]}}, "required": ["data", "errors", "success"]} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/f8f55578-5227-4fca-9bf7-996d36656d91/0/0 | E-check OpenAPI | Still in Development | null | ShiftController_openShift | Open shift | 200 | null | {"shiftId": ""} | {"type": "object", "properties": {"shiftId": {"type": "string"}}, "required": ["shiftId"]} |
db61dfd9-1dc1-4bb7-9870-4939d5bd3041/f8f55578-5227-4fca-9bf7-996d36656d91/1/0 | E-check OpenAPI | Still in Development | null | ShiftController_openShift | Open shift | 403 | null | {"success": false, "data": null, "errors": {"id": "FORBIDDEN", "message": "Forbidden resource"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "null"}, "errors": {"type": "object", "properties": {"id": {"type": "string"}, "message": {"type": "string"}}, "required": ["id", "message"]}}, "required": ["data", "errors", "success"]} |
8aa0a22d-ff74-45db-92ad-e6285b80c2c0/938d010f-d361-497c-975a-a4ffee254fa5/0/0 | Phrases API | Introducing the Phrase Generator API, a powerful tool that allows you to easily generate phrases in multiple languages with a single API call. | null | Motivational | Get a random motivational phrase in specified language | 400 | New Example | {"status": "Bad Request", "message": "Invalid language", "code": "invalid", "timestamp": 1610000000000} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}, "code": {"type": "string"}, "timestamp": {"type": "integer"}}, "required": ["code", "message", "status", "timestamp"]} |
8aa0a22d-ff74-45db-92ad-e6285b80c2c0/938d010f-d361-497c-975a-a4ffee254fa5/2/0 | Phrases API | Introducing the Phrase Generator API, a powerful tool that allows you to easily generate phrases in multiple languages with a single API call. | null | Motivational | Get a random motivational phrase in specified language | 500 | New Example | {"status": "Internal Server Error", "language": "United States English", "code": "en-us", "category": "Motivational", "timestamp": 1610000000000} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "language": {"type": "string"}, "code": {"type": "string"}, "category": {"type": "string"}, "timestamp": {"type": "integer"}}, "required": ["category", "code", "language", "status", "timestamp"]} |
8aa0a22d-ff74-45db-92ad-e6285b80c2c0/938d010f-d361-497c-975a-a4ffee254fa5/3/0 | Phrases API | Introducing the Phrase Generator API, a powerful tool that allows you to easily generate phrases in multiple languages with a single API call. | null | Motivational | Get a random motivational phrase in specified language | 204 | New Example | {"status": "No Content", "language": "United States English", "code": "en-us", "category": "Motivational", "timestamp": 1610000000000} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "language": {"type": "string"}, "code": {"type": "string"}, "category": {"type": "string"}, "timestamp": {"type": "integer"}}, "required": ["category", "code", "language", "status", "timestamp"]} |
8aa0a22d-ff74-45db-92ad-e6285b80c2c0/938d010f-d361-497c-975a-a4ffee254fa5/4/0 | Phrases API | Introducing the Phrase Generator API, a powerful tool that allows you to easily generate phrases in multiple languages with a single API call. | null | Motivational | Get a random motivational phrase in specified language | 200 | New Example | {"phrase": "The best way to predict the future is to create it.", "language": "United States English", "code": "en-us", "category": "Motivational", "timestamp": 1610000000000} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"phrase": {"type": "string"}, "language": {"type": "string"}, "code": {"type": "string"}, "category": {"type": "string"}, "timestamp": {"type": "integer"}}, "required": ["category", "code", "language", "phrase", "timestamp"]} |
80c4fb3d-f4d5-4e4d-ab1c-8c46fd643f35/f5094d32-98bd-4125-8528-1b51bde7d614/0/0 | F190B40_TEST | F190B40_TEST API | null | basic info | get basic information of F190b40 | 123 | New Example | {"key1": "value", "key2": "value"} | {"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}} |
f9b298d7-993d-4bed-b93b-fd3ce8dcc5b0/8f0303b4-ff23-43ba-bbd3-e447cb964f90/0/0 | Torque | Torque API Documentation | null | /api/spaces/{space_name}/sandbox/{sandboxId}/logs/tfapply | 409 | null | {"errors": [{"message": "", "name": "", "code": ""}]} | {"x-internal": true, "description": "Errors received from an API", "type": "object", "properties": {"errors": {"description": "Array of errors", "type": "array", "items": {"x-internal": true, "description": "Error information", "type": "object", "properties": {"message": {"description": "Error message", "type": "string"}, "name": {"description": "Error name", "type": "string"}, "code": {"description": "Error code", "type": "string"}}}}}} |
|
f9b298d7-993d-4bed-b93b-fd3ce8dcc5b0/8f0303b4-ff23-43ba-bbd3-e447cb964f90/2/0 | Torque | Torque API Documentation | null | /api/spaces/{space_name}/sandbox/{sandboxId}/logs/tfapply | 403 | null | {"errors": [{"message": "", "name": "", "code": ""}]} | {"x-internal": true, "description": "Errors received from an API", "type": "object", "properties": {"errors": {"description": "Array of errors", "type": "array", "items": {"x-internal": true, "description": "Error information", "type": "object", "properties": {"message": {"description": "Error message", "type": "string"}, "name": {"description": "Error name", "type": "string"}, "code": {"description": "Error code", "type": "string"}}}}}} |
|
f9b298d7-993d-4bed-b93b-fd3ce8dcc5b0/8f0303b4-ff23-43ba-bbd3-e447cb964f90/3/0 | Torque | Torque API Documentation | null | /api/spaces/{space_name}/sandbox/{sandboxId}/logs/tfapply | 403 | null | {"errors": [{"message": "", "name": "", "code": ""}]} | {"x-internal": true, "description": "Errors received from an API", "type": "object", "properties": {"errors": {"description": "Array of errors", "type": "array", "items": {"x-internal": true, "description": "Error information", "type": "object", "properties": {"message": {"description": "Error message", "type": "string"}, "name": {"description": "Error name", "type": "string"}, "code": {"description": "Error code", "type": "string"}}}}}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.