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 |
|---|---|---|---|---|---|---|---|---|---|
2a829810-f3c6-4aa3-ae24-67a74cbbe215/adb7b3b9-8ab8-4ab4-8c70-cf6db7d0f7da/0/0 | PageQuotes | In addition to the database of quotes from books, PageQuotes API also offers sentiment analysis functionality to determine the emotional tone conveyed in each quote. This feature uses natural language processing algorithms to analyze the words and phrases used in the quote and identify whether the sentiment expressed i... | null | Quotes by author | Endpoint to retrieve quotes by author. | 200 | Response | {"books": []} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"books": {"type": "array"}}, "required": ["books"]} |
2a829810-f3c6-4aa3-ae24-67a74cbbe215/adb7b3b9-8ab8-4ab4-8c70-cf6db7d0f7da/1/0 | PageQuotes | In addition to the database of quotes from books, PageQuotes API also offers sentiment analysis functionality to determine the emotional tone conveyed in each quote. This feature uses natural language processing algorithms to analyze the words and phrases used in the quote and identify whether the sentiment expressed i... | null | Quotes by author | Endpoint to retrieve quotes by author. | 404 | Response | {"error": "Resource not found"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]} |
e89be987-dbce-4317-920b-363c745c6d49/b6160ba4-270d-4ace-a370-0a1acdbee0c2/0/0 | UPC EAN LOOKUP With Image | UPC / EAN Barcode lookup returns product name and image | 0.3 | UPC/EAN LOOKUP | UPC / EAN BARCODE LOOKUP with Image | 200 | New Example | {"product": "Sandisk - Cruzer 64gb Usb 2.0 Flash Drive - Black/red", "image": "http://img.bbystatic.com/BestBuy_US/images/products/5656/5656891_sc.jpg"} | {"type": "array", "items": {"type": "object", "properties": {"product": {"type": "string"}, "img": {"type": "string"}}}} |
14f097e1-9d92-4023-93aa-c4485b07b8f6/50ffc3db-dea0-451d-b5ed-51ee11b48095/0/0 | Consulta CPF e Nome | Consulte informações e telefones de pessoas físicas por cpf ou nome | 0.1 | Consulta CPF por Telefone | Encontre o cpf pelo numero do telefone | 200 | New Example | [{"cpf": "19480028840"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"cpf": {"type": "string"}}, "required": ["cpf"]}} |
14f097e1-9d92-4023-93aa-c4485b07b8f6/9d5a8f76-bd71-4849-872d-5a5257ded739/0/0 | Consulta CPF e Nome | Consulte informações e telefones de pessoas físicas por cpf ou nome | 0.1 | Consulta por CPF | Informe o CPF para obter o resultado dos dados da pessoa fisica | 200 | New Example | {"processado": true, "encontrados": 1, "rows": [{"cpf": "21893108813", "nome": "Anderson Donizete Aristides de Andrade", "nascimento": "14/12/1980", "sexo": "M", "mae": "Fatima Da Silva Andrade", "pai": "Luiz Donizete Aristides De Andrade", "municipio": "Jaboticabal - Sp"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"processado": {"type": "boolean"}, "encontrados": {"type": "integer"}, "rows": {"type": "array", "items": {"type": "object", "properties": {"cpf": {"type": "string"}, "nome": {"type": "string"}, "nascimento": {"type": "string"}, "sexo": {"ty... |
14f097e1-9d92-4023-93aa-c4485b07b8f6/398d071a-66ac-4943-a6a5-ba1f188153ea/0/0 | Consulta CPF e Nome | Consulte informações e telefones de pessoas físicas por cpf ou nome | 0.1 | Consulta Telefone | Encontre o numero de telefone buscando pelo CPF da pessoa | 200 | New Example | {"processado": true, "encontrados": 2, "rows": [{"telefone": "11991045069"}, {"telefone": "11991875608"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"processado": {"type": "boolean"}, "encontrados": {"type": "integer"}, "rows": {"type": "array", "items": {"type": "object", "properties": {"telefone": {"type": "string"}}, "required": ["telefone"]}}}, "required": ["encontrados", "processado... |
14f097e1-9d92-4023-93aa-c4485b07b8f6/89a3e08a-dac1-4d32-8ef3-e5ddbe02f69c/0/0 | Consulta CPF e Nome | Consulte informações e telefones de pessoas físicas por cpf ou nome | 0.1 | Consulta por Nome | Encontre um CPF apenas pelo nome completo da pessoa | 200 | New Example | {"processado": true, "encontrados": 14, "rows": [{"cpf": "09216965827", "nome": "Vera Lucia Pereira Bezerra", "nasc": "11/07/1953"}, {"cpf": "01720706190", "nome": "Vera Lucia Pereira Bezerra", "nasc": "22/09/1985"}, {"cpf": "16466942368", "nome": "Vera Lucia Pereira Bezerra", "nasc": "03/08/1959"}, {"cpf": "8089950116... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"processado": {"type": "boolean"}, "encontrados": {"type": "integer"}, "rows": {"type": "array", "items": {"type": "object", "properties": {"cpf": {"type": "string"}, "nome": {"type": "string"}, "nasc": {"type": "string"}}, "required": ["cpf... |
59cdfb60e4b04627fc65690c/59cdfd37e4b0b0cacf7cc939/0/0 | Bulk Whois | Bulk WHOIS API delivers WHOIS records for large lists of domains and IPs via a single REST API query and is powered by a WHOIS Database containing 11.5 billion+ WHOIS records spanning 2,864+ TLDs for over 582M domains tracked. Upload a CSV file containing the domain list and download the result in CSV. | 7.8 | Submit a bulk WHOIS query | This is the first step: submit a bulk WHOIS query. | 200 | Example_1 | {"noDataAvailable": false, "message": "OK", "messageCode": 200, "requestId": "ef3f2e0b-793c-4971-a160-4c61a3ee7692", "whoisRecords": [], "domains": []} | {"type": "object", "properties": {"noDataAvailable": {"type": "boolean"}, "message": {"type": "string"}, "messageCode": {"type": "integer"}, "requestId": {"type": "string"}, "whoisRecords": {"type": "array"}, "domains": {"type": "array"}}} |
59cdfb60e4b04627fc65690c/5b5084f8e4b0d23f1ee7bca4/0/0 | Bulk Whois | Bulk WHOIS API delivers WHOIS records for large lists of domains and IPs via a single REST API query and is powered by a WHOIS Database containing 11.5 billion+ WHOIS records spanning 2,864+ TLDs for over 582M domains tracked. Upload a CSV file containing the domain list and download the result in CSV. | 7.8 | Get bulk WHOIS result | Get the results of a query submitted before. | 200 | Example_1 | {"noDataAvailable": false, "domainList": ["google.com"], "requestId": "ef3f2e0b-793c-4971-a160-4c61a3ee7692", "whoisRecords": [{"domainName": "google.com", "domainStatus": "I", "whoisRecordStatus": 0, "domainFetchedTime": "1532073289181", "whoisRecord": {"id": 25091238, "registrant": {"rawText": "Registrant Organizatio... | {"type": "object", "properties": {"noDataAvailable": {"type": "boolean"}, "domainList": {"type": "array", "items": {"type": "string"}}, "requestId": {"type": "string"}, "whoisRecords": {"type": "array", "items": {"type": "object", "properties": {"domainName": {"type": "string"}, "domainStatus": {"type": "string"}, "who... |
59cdfb60e4b04627fc65690c/5b519928e4b0d23f1ee7bfb1/0/0 | Bulk Whois | Bulk WHOIS API delivers WHOIS records for large lists of domains and IPs via a single REST API query and is powered by a WHOIS Database containing 11.5 billion+ WHOIS records spanning 2,864+ TLDs for over 582M domains tracked. Upload a CSV file containing the domain list and download the result in CSV. | 7.8 | Retrieve the list of your requests | List the requests submitted with the given username and their details. | 200 | Example_1 | {"noDataAvailable": false, "whoisRecords": [], "domains": [], "userRequests": [{"requestId": "278916bc-afc0-4951-833e-5fc1f8bfff25", "time": 1532072611770, "status": "Completed", "totalRecords": 2, "fetchedRecords": 0}, {"requestId": "5bd15837-7875-4c06-b177-9a0dd7487dc6", "time": 1532073901661, "status": "Completed", ... | {"type": "object", "properties": {"noDataAvailable": {"type": "boolean"}, "whoisRecords": {"type": "array"}, "domains": {"type": "array"}, "userRequests": {"type": "array", "items": {"type": "object", "properties": {"requestId": {"type": "string"}, "time": {"type": "integer"}, "status": {"type": "string"}, "totalRecord... |
da5a9122-c90c-4bab-92d4-f64ac1af686a/cd3815ef-39c8-4a41-94dd-599fb582510c/0/0 | Domain Availability - Domain Checker [Pay per use] | [NO monthly subscription] Fast, easy, real-time and accurate API for Domain Availability. Check if the domain is available for registration. | null | Domain availability | Domain availability endpoint | 200 | Response | {"DomainInfo": {"domainAvailability": "UNAVAILABLE", "domainName": "google.com"}} | {"properties": {"domain": {"type": "string"}, "isAvailable": {"type": "boolean"}}, "type": "object"} |
805e7558-465d-4d79-a869-762fb005c477/0e686f41-835b-490d-84ec-d98f365c3dd6/2/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /epoch_params | Get the protocol parameters for specific epoch, returns information about all epochs if no epoch specified | 200 | null | [{"epoch_no": 294, "min_fee_a": 44, "min_fee_b": 155381, "max_block_size": 65536, "max_tx_size": 16384, "max_bh_size": 1100, "key_deposit": 2000000, "pool_deposit": 500000000, "max_epoch": 18, "optimal_pool_count": 500, "influence": 0.3, "monetary_expand_rate": 0.003, "treasury_growth_rate": 0.2, "decentralisation": 0.... | {"type": "array", "items": {"properties": {"epoch_no": {"type": "integer", "description": "Epoch number"}, "min_fee_a": {"type": ["integer", "null"], "description": "The 'a' parameter to calculate the minimum transaction fee"}, "min_fee_b": {"type": ["integer", "null"], "description": "The 'b' parameter to calculate th... |
805e7558-465d-4d79-a869-762fb005c477/dd5dcdb3-a272-4049-8268-bd69d77043d4/2/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /block_info | Get detailed information about a specific block | 200 | null | [{"hash": "e8c6992d52cd74b577b79251e0351be25070797a0dbc486b2c284d0bf7aeea9c", "epoch_no": 321, "abs_slot": 53384242, "epoch_slot": 75442, "block_height": 42325043, "block_size": 79109, "block_time": 1506635091, "tx_count": 44, "vrf_key": "vrf_vk1pmxyz8efuyj6eq6zkk373f28u47v06nwp5t59jr5fcmcusaazlmqhxu8k2", "op_cert": "1... | {"type": "array", "items": {"type": "object", "properties": {"hash": {"type": "string", "description": "Hash of the block"}, "epoch_no": {"type": "integer", "description": "Epoch number of the block"}, "abs_slot": {"type": "integer", "description": "Absolute slot number of the block"}, "epoch_slot": {"type": "integer",... |
805e7558-465d-4d79-a869-762fb005c477/ab9d3f2b-ce9f-4a62-ad85-049208ad773a/0/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /epoch_block_protocols | Get the information about block protocol distribution in epoch | 200 | null | [{"proto_major": 6, "proto_minor": 2, "blocks": 2183}] | {"type": "array", "items": {"properties": {"proto_major": {"type": "integer", "description": "Protocol major version"}, "proto_minor": {"type": "integer", "description": "Protocol major version"}, "blocks": {"type": "integer", "description": "Amount of blocks with specified major and protocol combination"}}}} |
805e7558-465d-4d79-a869-762fb005c477/e31cfd19-4fbb-47f5-8ef7-70b75b65d7b2/3/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /epoch_info | Get the epoch information, all epochs if no epoch specified | 200 | null | [{"epoch_no": 294, "out_sum": 15432725054364942, "fees": 74325855210, "tx_count": 357919, "blk_count": 17321, "start_time": 1506203091, "end_time": 1506635091, "first_block_time": 1506635091, "last_block_time": 1506635091, "active_stake": 23395112387185880, "total_rewards": 252902897534230, "avg_blk_reward": 660233450}... | {"type": "array", "items": {"type": "object", "properties": {"epoch_no": {"type": "integer", "description": "Epoch number"}, "out_sum": {"type": "string", "description": "Total output value across all transactions in epoch"}, "fees": {"type": "string", "description": "Total fees incurred by transactions in epoch"}, "tx... |
805e7558-465d-4d79-a869-762fb005c477/9daade5b-5eb2-4c98-acb5-7cf4dae96507/1/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /genesis | Get the Genesis parameters used to start specific era on chain | 200 | null | [{"networkmagic": 764824073, "networkid": "Mainnet", "epochlength": 432000, "slotlength": 1, "maxlovelacesupply": 45000000000000000, "systemstart": 1506203091, "activeslotcoeff": 0.05, "slotsperkesperiod": 129600, "maxkesrevolutions": 62, "securityparam": 2160, "updatequorum": 5, "alonzogenesis": "{\\\"lovelacePerUTxOW... | {"type": "array", "items": {"properties": {"networkmagic": {"type": "string", "description": "Unique network identifier for chain"}, "networkid": {"type": "string", "description": "Network ID used at various CLI identification to distinguish between Mainnet and other networks"}, "epochlength": {"type": "string", "descr... |
805e7558-465d-4d79-a869-762fb005c477/62ab9aa1-bd9b-4464-b46b-36bbf225d1e8/3/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /tip | Get the tip info about the latest block seen by chain | 200 | null | [{"hash": "e8c6992d52cd74b577b79251e0351be25070797a0dbc486b2c284d0bf7aeea9c", "epoch_no": 321, "abs_slot": 53384242, "epoch_slot": 75442, "block_no": 42325043, "block_time": 1506635091}] | {"type": "array", "items": {"properties": {"hash": {"type": "string", "description": "Hash of the block"}, "epoch_no": {"type": "integer", "description": "Epoch number of the block"}, "abs_slot": {"type": "integer", "description": "Absolute slot number of the block"}, "epoch_slot": {"type": "integer", "description": "S... |
805e7558-465d-4d79-a869-762fb005c477/fe9e482d-db20-45eb-9360-d0140b8e9251/3/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /pool_blocks | Return information about blocks minted by a given pool for all epochs (or _epoch_no if provided) | 200 | null | [{"epoch_no": 294, "epoch_slot": 75442, "abs_slot": 53384242, "block_height": 42325043, "block_hash": "e8c6992d52cd74b577b79251e0351be25070797a0dbc486b2c284d0bf7aeea9c", "block_time": 1506635091}] | {"type": ["array", "null"], "items": {"type": "object", "properties": {"epoch_no": {"type": "integer", "description": "Epoch number"}, "epoch_slot": {"type": "integer", "description": "Slot number of the block in epoch"}, "abs_slot": {"type": "integer", "description": "Absolute slot number of the block"}, "block_height... |
805e7558-465d-4d79-a869-762fb005c477/77cc8f64-3661-4c92-bf68-c15642235c46/3/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /totals | Get the circulating utxo, treasury, rewards, supply and reserves in lovelace for specified epoch, all epochs if empty | 200 | null | [{"epoch_no": 294, "circulation": 32081169442642320, "treasury": 637024173474141, "reward": 506871250479840, "supply": 33228495612391330, "reserves": 11771504387608670}] | {"type": "array", "items": {"properties": {"epoch_no": {"type": "integer", "description": "Epoch number"}, "circulation": {"type": "string", "description": "Circulating UTxOs for given epoch (in lovelaces)"}, "treasury": {"type": "string", "description": "Funds in treasury for given epoch (in lovelaces)"}, "reward": {"... |
805e7558-465d-4d79-a869-762fb005c477/386ab082-0c1e-4a10-ba91-c4bedb21dc71/2/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /tx_info | Get detailed information about transaction(s) | 200 | null | [{"tx_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "block_hash": "e8c6992d52cd74b577b79251e0351be25070797a0dbc486b2c284d0bf7aeea9c", "block_height": 42325043, "epoch_no": 321, "epoch_slot": 75442, "absolute_slot": 53384242, "tx_timestamp": 1506635091, "tx_block_index": 6, "tx_size": 391, "... | {"type": "array", "items": {"type": "object", "properties": {"tx_hash": {"type": "string", "description": "Hash identifier of the transaction"}, "block_hash": {"type": "string", "description": "Hash of the block"}, "block_height": {"type": ["integer", "null"], "description": "Block height"}, "epoch_no": {"type": "integ... |
805e7558-465d-4d79-a869-762fb005c477/70d9bda1-9258-4497-9a2e-66930c09da9e/2/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /pool_info | Current pool statuses and details for a specified list of pool ids | 200 | null | [{"pool_id_bech32": "pool155efqn9xpcf73pphkk88cmlkdwx4ulkg606tne970qswczg3asc", "pool_id_hex": "a532904ca60e13e88437b58e7c6ff66b8d5e7ec8d3f4b9e4be7820ec", "active_epoch_no": 324, "vrf_key_hash": "25efdad1bc12944d38e4e3c26c43565bec84973a812737b163b289e87d0d5ed3", "margin": 0.1, "fixed_cost": "500000000", "pledge": "6400... | {"type": "array", "items": {"type": "object", "properties": {"pool_id_bech32": {"type": "string", "description": "Pool ID (bech32 format)"}, "pool_id_hex": {"type": "string", "description": "Pool ID (Hex format)"}, "active_epoch_no": {"type": "integer", "description": "Epoch number in which the update becomes active"},... |
805e7558-465d-4d79-a869-762fb005c477/9b66dc46-75ca-4b6f-87a6-fb612cc83d07/1/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /pool_delegators | Return information about live delegators for a given pool. | 200 | null | [{"stake_address": "stake1u8yxtugdv63wxafy9d00nuz6hjyyp4qnggvc9a3vxh8yl0ckml2uz", "amount": 64328591517480, "active_epoch_no": 324, "latest_delegation_tx_hash": "368d08fe86804d637649341d3aec4a9baa7dffa6d00f16de2ba9dba814f1c948"}] | {"type": ["array", "null"], "items": {"type": "object", "properties": {"stake_address": {"type": "string", "description": "Cardano staking address (reward account) in bech32 format"}, "amount": {"type": "string", "description": "Current delegator live stake (in lovelace)"}, "active_epoch_no": {"type": "integer", "descr... |
805e7558-465d-4d79-a869-762fb005c477/e2fc694c-8eb7-446c-8afd-9757f67d9f28/2/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /pool_history | Return information about pool stake, block and reward history in a given epoch _epoch_no (or all epochs that pool existed for, in descending order if no _epoch_no was provided) | 200 | null | [{"epoch_no": 312, "active_stake": "31235800000", "active_stake_pct": 13.512182543475783, "saturation_pct": 45.32, "block_cnt": 14, "delegator_cnt": 1432, "margin": 0.125, "fixed_cost": "340000000", "pool_fees": "123327382", "deleg_rewards": "123456789123", "epoch_ros": 3.000340466}] | {"type": "array", "items": {"type": "object", "properties": {"epoch_no": {"type": "integer", "description": "Epoch for which the pool history data is shown"}, "active_stake": {"type": "string", "description": "Amount of delegated stake to this pool at the time of epoch snapshot (in lovelaces)"}, "active_stake_pct": {"t... |
805e7558-465d-4d79-a869-762fb005c477/d7773ee1-b792-431b-9e7d-14176a2600fb/3/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /pool_updates | Return all pool updates for all pools or only updates for specific pool if specified | 200 | null | [{"tx_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "block_time": 1506635091, "pool_id_bech32": "pool155efqn9xpcf73pphkk88cmlkdwx4ulkg606tne970qswczg3asc", "pool_id_hex": "a532904ca60e13e88437b58e7c6ff66b8d5e7ec8d3f4b9e4be7820ec", "active_epoch_no": 324, "vrf_key_hash": "25efdad1bc12944d38e... | {"type": "array", "items": {"type": "object", "properties": {"tx_hash": {"type": "string", "description": "Hash identifier of the transaction"}, "block_time": {"type": "integer", "description": "UNIX timestamp of the block"}, "pool_id_bech32": {"type": "string", "description": "Pool ID (bech32 format)"}, "pool_id_hex":... |
805e7558-465d-4d79-a869-762fb005c477/db4477f3-abc6-4acf-b217-2380e2177c07/3/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /blocks | Get summarised details about all blocks (paginated - latest first) | 200 | null | [{"hash": "e8c6992d52cd74b577b79251e0351be25070797a0dbc486b2c284d0bf7aeea9c", "epoch_no": 321, "abs_slot": 53384242, "epoch_slot": 75442, "block_height": 42325043, "block_size": 79109, "block_time": 1506635091, "tx_count": 44, "vrf_key": "vrf_vk1pmxyz8efuyj6eq6zkk373f28u47v06nwp5t59jr5fcmcusaazlmqhxu8k2", "pool": "pool... | {"type": "array", "items": {"type": "object", "properties": {"hash": {"type": "string", "description": "Hash of the block"}, "epoch_no": {"type": "integer", "description": "Epoch number of the block"}, "abs_slot": {"type": "integer", "description": "Absolute slot number of the block"}, "epoch_slot": {"type": "integer",... |
805e7558-465d-4d79-a869-762fb005c477/7385ec37-7b69-4f58-ae7c-5994ded38dfb/1/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /pool_stake_snapshot | Returns Mark, Set and Go stake snapshots for the selected pool, useful for leaderlog calculation | 200 | null | [{"snapshot": "Mark", "epoch_no": 324, "nonce": "01304ddf5613166be96fce27be110747f2c8fcb38776618ee79225ccb59b81e2", "pool_stake": "100000000000", "active_stake": "103703246364020"}] | {"type": ["array", "null"], "items": {"type": "object", "properties": {"snapshot": {"type": "string", "description": "Type of snapshot (\"Mark\", \"Set\" or \"Go\")"}, "epoch_no": {"type": "integer", "description": "Epoch number for the snapshot entry"}, "nonce": {"type": ["string", "null"], "description": "The nonce v... |
805e7558-465d-4d79-a869-762fb005c477/09d8d0b8-cd8d-4bda-9757-b67631d626b9/3/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /tx_utxos | Get UTxO set (inputs/outputs) of transactions. | 200 | null | [{"tx_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "inputs": [{"payment_addr": {"bech32": "addr1q80rc8zj06yzdwwdyqc03rm4l3zv6n89rxuaak0t099n09yssntpwjcz303mx3h4avg7p29l3zd8u3jyglmewds9ezrqad9mkw", "cred": "de3c1c527e8826b9cd2030f88f75fc44cd4ce519b9ded9eb794b3794"}, "stake_addr": "stake1u8y... | {"type": "array", "items": {"properties": {"tx_hash": {"type": "string", "description": "Hash identifier of the transaction"}, "inputs": {"type": "array", "description": "An array of UTxO inputs used by the transaction", "items": {"type": "object", "properties": {"payment_addr": {"type": "object", "properties": {"bech3... |
805e7558-465d-4d79-a869-762fb005c477/c8a52eb9-c800-4576-a1cb-1b74a0b4b5a7/0/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /address_assets | Get the list of all the assets (policy, name and quantity) for given addresses | 200 | null | [{"address": "addr1qxkfe8s6m8qt5436lec3f0320hrmpppwqgs2gah4360krvyssntpwjcz303mx3h4avg7p29l3zd8u3jyglmewds9ezrqdc3cxp", "asset_list": [{"policy_id": "d3501d9531fcc25e3ca4b6429318c2cc374dbdbcf5e99c1c1e5da1ff", "asset_name": "444f4e545350414d", "fingerprint": "asset1ua6pz3yd5mdka946z8jw2fld3f8d0mmxt75gv9", "decimals": 6,... | {"type": "array", "items": {"type": "object", "properties": {"address": {"type": "string", "description": "A Cardano payment/base address (bech32 encoded) for transaction's input UTxO"}, "asset_list": {"type": "array", "items": {"type": "object", "properties": {"policy_id": {"type": "string", "description": "Asset Poli... |
805e7558-465d-4d79-a869-762fb005c477/273f72e1-de61-4f40-bac0-bc656a95433d/3/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /block_txs | Get a list of all transactions included in provided blocks | 200 | null | [{"block_hash": "e8c6992d52cd74b577b79251e0351be25070797a0dbc486b2c284d0bf7aeea9c", "tx_hashes": ["f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e"]}] | {"type": "array", "items": {"type": "object", "properties": {"block_hash": {"type": "string", "description": "Hash of the block"}, "tx_hashes": {"type": "array", "items": {"type": "string", "description": "Hash identifier of the transaction"}}}}} |
805e7558-465d-4d79-a869-762fb005c477/0a0dff01-19ef-478f-b0bc-950d8cb4e926/2/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /pool_delegators_history | Return information about active delegators (incl. history) for a given pool and epoch number (all epochs if not specified). | 200 | null | [{"stake_address": "stake1u8yxtugdv63wxafy9d00nuz6hjyyp4qnggvc9a3vxh8yl0ckml2uz", "amount": 64328591517480, "epoch_no": 324}] | {"type": ["array", "null"], "items": {"type": "object", "properties": {"stake_address": {"type": "string", "description": "Cardano staking address (reward account) in bech32 format"}, "amount": {"type": "string", "description": "Current delegator live stake (in lovelace)"}, "epoch_no": {"type": "integer", "description"... |
805e7558-465d-4d79-a869-762fb005c477/0dc71888-5e5b-4158-92e4-2a07ea876f34/0/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /pool_metadata | Metadata (on & off-chain) for all currently registered/retiring (not retired) pools | 200 | null | [{"pool_id_bech32": "pool155efqn9xpcf73pphkk88cmlkdwx4ulkg606tne970qswczg3asc", "meta_url": "https://pools.iohk.io/IOGP.json", "meta_hash": "37eb004c0dd8a221ac3598ca1c6d6257fb5207ae9857b7c163ae0f39259d6cc0", "meta_json": {"name": "Input Output Global (IOHK) - Private", "ticker": "IOGP", "homepage": "https://iohk.io", "... | {"type": "array", "items": {"type": "object", "properties": {"pool_id_bech32": {"type": "string", "description": "Pool ID (bech32 format)"}, "meta_url": {"type": ["string", "null"], "description": "Pool metadata URL"}, "meta_hash": {"type": ["string", "null"], "description": "Pool metadata hash"}, "meta_json": {"type":... |
805e7558-465d-4d79-a869-762fb005c477/c35f803f-0055-4bd9-8fe6-be173b2e1e0e/0/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /tx_status | Get the number of block confirmations for a given transaction hash list | 200 | null | [{"tx_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "num_confirmations": 17}] | {"type": "array", "items": {"properties": {"tx_hash": {"type": "string", "description": "Hash identifier of the transaction"}, "num_confirmations": {"type": ["integer", "null"], "description": "Number of block confirmations"}}}} |
805e7558-465d-4d79-a869-762fb005c477/8db24861-4cdb-4ab0-8f3a-6922d6b5fc84/2/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /credential_txs | Get the transaction hash list of input payment credential array, optionally filtering after specified block height (inclusive) | 200 | null | [{"tx_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "epoch_no": 321, "block_height": 42325043, "block_time": 1506635091}] | {"type": "array", "items": {"type": "object", "properties": {"tx_hash": {"type": "string", "description": "Hash identifier of the transaction"}, "epoch_no": {"type": "integer", "description": "Epoch number of the block"}, "block_height": {"type": ["integer", "null"], "description": "Block height"}, "block_time": {"type... |
805e7558-465d-4d79-a869-762fb005c477/25f87cfa-780b-4f4f-a971-adfdcdef57b2/3/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /account_addresses | Get all addresses associated with given staking accounts | 200 | null | [{"stake_address": "stake1u8yxtugdv63wxafy9d00nuz6hjyyp4qnggvc9a3vxh8yl0ckml2uz", "addresses": ["addr1qxkfe8s6m8qt5436lec3f0320hrmpppwqgs2gah4360krvyssntpwjcz303mx3h4avg7p29l3zd8u3jyglmewds9ezrqdc3cxp"]}] | {"type": "array", "items": {"type": "object", "properties": {"stake_address": {"type": "string", "description": "Cardano staking address (reward account) in bech32 format"}, "addresses": {"type": "array", "items": {"type": "string", "description": "A Cardano payment/base address (bech32 encoded) for transaction's input... |
805e7558-465d-4d79-a869-762fb005c477/8c7cfe55-2c24-44f2-8be3-179a30578db7/3/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /account_assets | Get the native asset balance for a given stake address | 200 | null | [{"stake_address": "stake1u8yxtugdv63wxafy9d00nuz6hjyyp4qnggvc9a3vxh8yl0ckml2uz", "asset_list": [{"policy_id": "d3501d9531fcc25e3ca4b6429318c2cc374dbdbcf5e99c1c1e5da1ff", "asset_name": "444f4e545350414d", "fingerprint": "asset1ua6pz3yd5mdka946z8jw2fld3f8d0mmxt75gv9", "decimals": 6, "quantity": 990000}]}] | {"type": "array", "items": {"type": "object", "properties": {"stake_address": {"type": "string", "description": "Cardano staking address (reward account) in bech32 format"}, "asset_list": {"type": "array", "items": {"type": "object", "properties": {"policy_id": {"type": "string", "description": "Asset Policy ID (hex)"}... |
805e7558-465d-4d79-a869-762fb005c477/7da06b09-c78b-42e0-aada-f1a9114bd08c/3/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /account_rewards | Get the full rewards history (including MIR) for given stake addresses | 200 | null | [{"stake_address": "stake1u8yxtugdv63wxafy9d00nuz6hjyyp4qnggvc9a3vxh8yl0ckml2uz", "rewards": [{"earned_epoch": 294, "spendable_epoch": 294, "amount": "", "type": "member", "pool_id": "pool1z5uqdk7dzdxaae5633fqfcu2eqzy3a3rgtuvy087fdld7yws0xt"}]}] | {"type": "array", "items": {"type": "object", "properties": {"stake_address": {"type": "string", "description": "Cardano staking address (reward account) in bech32 format"}, "rewards": {"type": "array", "items": {"type": "object", "properties": {"earned_epoch": {"type": "integer", "description": "Epoch number"}, "spend... |
805e7558-465d-4d79-a869-762fb005c477/c9845b52-0412-4bb7-9850-e419a9f1f584/0/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /account_utxos | Get a list of all UTxOs for a given stake address (account) | 200 | null | [{"tx_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "tx_index": 0, "address": "addr1qxkfe8s6m8qt5436lec3f0320hrmpppwqgs2gah4360krvyssntpwjcz303mx3h4avg7p29l3zd8u3jyglmewds9ezrqdc3cxp", "value": 157832856, "block_height": 42325043, "block_time": 1506635091}] | {"type": "array", "items": {"type": "object", "properties": {"tx_hash": {"type": "string", "description": "Hash of transaction for UTxO"}, "tx_index": {"type": "integer", "description": "Index of UTxO in the transaction"}, "address": {"type": "string", "description": "A Cardano payment/base address (bech32 encoded) for... |
805e7558-465d-4d79-a869-762fb005c477/2273a475-a2f7-4055-b482-d7ce2f4f52eb/0/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /tx_metalabels | Get a list of all transaction metalabels | 200 | null | [{"key": "721"}] | {"type": "array", "items": {"properties": {"key": {"type": "string", "description": "A distinct known metalabel"}}}} |
805e7558-465d-4d79-a869-762fb005c477/a0d76a4c-2a43-4ba8-bec6-285355787144/2/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /tx_metadata | Get metadata information (if any) for given transaction(s) | 200 | null | [{"tx_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "metadata": {}}] | {"type": ["array", "null"], "items": {"properties": {"tx_hash": {"type": "string", "description": "Hash identifier of the transaction"}, "metadata": {"type": ["object", "null"], "description": "A JSON array containing details about metadata within transaction"}}}} |
805e7558-465d-4d79-a869-762fb005c477/e761271a-7611-4192-8d69-34aee1e78a50/2/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /account_updates | Get the account updates (registration, deregistration, delegation and withdrawals) for given stake addresses | 200 | null | [{"stake_address": "stake1u8yxtugdv63wxafy9d00nuz6hjyyp4qnggvc9a3vxh8yl0ckml2uz", "updates": [{"action_type": "registration", "tx_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "epoch_no": 321, "epoch_slot": 75442, "absolute_slot": 53384242, "block_time": 1506635091}]}] | {"type": "array", "items": {"type": "object", "properties": {"stake_address": {"type": "string", "description": "Cardano staking address (reward account) in bech32 format"}, "updates": {"type": "array", "items": {"type": "object", "properties": {"action_type": {"type": "string", "description": "Type of certificate subm... |
805e7558-465d-4d79-a869-762fb005c477/7fffc101-6687-4b8d-80ba-a88d32ad8375/1/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /account_info | Get the account information for given stake addresses | 200 | null | [{"stake_address": "stake1u8yxtugdv63wxafy9d00nuz6hjyyp4qnggvc9a3vxh8yl0ckml2uz", "status": "registered", "delegated_pool": "pool1z5uqdk7dzdxaae5633fqfcu2eqzy3a3rgtuvy087fdld7yws0xt", "total_balance": 207116800428, "utxo": 162764177131, "rewards": 56457728047, "withdrawals": 12105104750, "rewards_available": 4435262329... | {"type": "array", "items": {"type": "object", "properties": {"stake_address": {"type": "string", "description": "Cardano staking address (reward account) in bech32 format"}, "status": {"type": "string", "description": "Stake address status", "enum": ["registered", "not registered"]}, "delegated_pool": {"type": ["string... |
805e7558-465d-4d79-a869-762fb005c477/226228b5-5796-4606-a9f4-2f45b708042e/1/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /address_info | Get address info - balance, associated stake address (if any) and UTxO set for given addresses | 200 | null | [{"address": "addr1qxkfe8s6m8qt5436lec3f0320hrmpppwqgs2gah4360krvyssntpwjcz303mx3h4avg7p29l3zd8u3jyglmewds9ezrqdc3cxp", "balance": 10723473983, "stake_address": "stake1u8yxtugdv63wxafy9d00nuz6hjyyp4qnggvc9a3vxh8yl0ckml2uz", "script_address": true, "utxo_set": [{"tx_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4... | {"type": "array", "items": {"type": "object", "properties": {"address": {"type": "string", "description": "A Cardano payment/base address (bech32 encoded) for transaction's input UTxO"}, "balance": {"type": "string", "description": "Sum of all UTxO values beloning to address"}, "stake_address": {"allOf": [{"type": "str... |
805e7558-465d-4d79-a869-762fb005c477/9b5221d9-cd6b-4eec-bf28-34a00d391731/0/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /pool_relays | A list of registered relays for all currently registered/retiring (not retired) pools | 200 | null | [{"pool_id_bech32": "pool155efqn9xpcf73pphkk88cmlkdwx4ulkg606tne970qswczg3asc", "relays": [{"dns": "relays-new.cardano-mainnet.iohk.io", "srv": "biostakingpool3.hopto.org", "ipv4": "54.220.20.40", "ipv6": "2604:ed40:1000:1711:6082:78ff:fe0c:ebf", "port": 6000}]}] | {"type": "array", "items": {"type": "object", "properties": {"pool_id_bech32": {"type": "string", "description": "Pool ID (bech32 format)"}, "relays": {"type": "array", "items": {"type": "object", "properties": {"dns": {"type": ["string", "null"], "description": "DNS name of the relay (nullable)"}, "srv": {"type": ["st... |
805e7558-465d-4d79-a869-762fb005c477/cc5331d2-3b36-42cf-96d9-51ae4689807d/3/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /address_txs | Get the transaction hash list of input address array, optionally filtering after specified block height (inclusive) | 200 | null | [{"tx_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "epoch_no": 321, "block_height": 42325043, "block_time": 1506635091}] | {"type": "array", "items": {"type": "object", "properties": {"tx_hash": {"type": "string", "description": "Hash identifier of the transaction"}, "epoch_no": {"type": "integer", "description": "Epoch number of the block"}, "block_height": {"type": ["integer", "null"], "description": "Block height"}, "block_time": {"type... |
805e7558-465d-4d79-a869-762fb005c477/766d5d3a-f79d-4586-82c3-ab321393353a/2/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /asset_txs | Get the list of current or all asset transaction hashes (newest first) | 200 | null | [{"tx_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "epoch_no": 321, "block_height": 42325043, "block_time": 1506635091}] | {"type": "array", "description": "An array of Tx hashes that included the given asset (latest first)", "items": {"properties": {"tx_hash": {"type": "string", "description": "Hash identifier of the transaction"}, "epoch_no": {"type": "integer", "description": "Epoch number of the block"}, "block_height": {"type": ["inte... |
805e7558-465d-4d79-a869-762fb005c477/2be55826-1b2f-4d77-a324-1e14f58d81f7/1/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /pool_list | A list of all currently registered/retiring (not retired) pools | 200 | null | [{"pool_id_bech32": "pool1z5uqdk7dzdxaae5633fqfcu2eqzy3a3rgtuvy087fdld7yws0xt", "ticker": "JAZZ"}] | {"type": "array", "items": {"properties": {"pool_id_bech32": {"type": ["string", "null"], "description": "Bech32 representation of pool ID"}, "ticker": {"type": ["string", "null"], "description": "Pool ticker"}}}} |
805e7558-465d-4d79-a869-762fb005c477/a22f0f7b-cafd-4468-ab1e-2fc682f5718c/3/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /param_updates | Get all parameter update proposals submitted to the chain starting Shelley era | 200 | null | [{"tx_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "block_height": 42325043, "block_time": 1506635091, "epoch_no": 294, "data": {"decentralisation": 0.9}}] | {"type": "array", "items": {"properties": {"tx_hash": {"type": "string", "description": "Hash identifier of the transaction"}, "block_height": {"type": ["integer", "null"], "description": "Block height"}, "block_time": {"type": "integer", "description": "UNIX timestamp of the block"}, "epoch_no": {"type": "integer", "d... |
805e7558-465d-4d79-a869-762fb005c477/5b6171e6-4001-438b-8e46-b3607c23dfb1/3/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /plutus_script_list | List of all existing Plutus script hashes along with their creation transaction hashes | 200 | null | [{"script_hash": "d8480dc869b94b80e81ec91b0abe307279311fe0e7001a9488f61ff8", "creation_tx_hash": "fda6c7697009237975ffc30f36666addf4c6e2a2c6f90411a24431b700baaab1"}] | {"type": "array", "items": {"properties": {"script_hash": {"type": "string", "description": "Hash of a script"}, "creation_tx_hash": {"type": "string", "description": "Hash of the script creation transaction"}}}} |
805e7558-465d-4d79-a869-762fb005c477/6f277333-1106-4f9a-833e-31949010ec3f/1/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /account_info_cached | Get the cached account information for given stake addresses, effective for registered accounts | 200 | null | [{"stake_address": "stake1u8yxtugdv63wxafy9d00nuz6hjyyp4qnggvc9a3vxh8yl0ckml2uz", "status": "registered", "delegated_pool": "pool1z5uqdk7dzdxaae5633fqfcu2eqzy3a3rgtuvy087fdld7yws0xt", "total_balance": 207116800428, "utxo": 162764177131, "rewards": 56457728047, "withdrawals": 12105104750, "rewards_available": 4435262329... | {"type": "array", "items": {"type": "object", "properties": {"stake_address": {"type": "string", "description": "Cardano staking address (reward account) in bech32 format"}, "status": {"type": "string", "description": "Stake address status", "enum": ["registered", "not registered"]}, "delegated_pool": {"type": ["string... |
805e7558-465d-4d79-a869-762fb005c477/6fd95d4c-f3bf-4470-8206-fc79d9d26cdc/2/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /datum_info | List of datum information for given datum hashes | 200 | null | [{"hash": "5a595ce795815e81d22a1a522cf3987d546dc5bb016de61b002edd63a5413ec4", "value": {}, "bytes": "19029a"}] | {"type": "array", "items": {"type": "object", "properties": {"hash": {"type": ["string", "null"], "description": "The Hash of the Plutus Data"}, "value": {"type": "object", "description": "The actual data in json format"}, "bytes": {"type": "string", "description": "Datum bytes (hex)"}}}} |
805e7558-465d-4d79-a869-762fb005c477/6a8f4baa-be0b-4d04-89e4-4f26056b43d3/3/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /policy_asset_info | Get the information for all assets under the same policy | 200 | null | [{"asset_name": "444f4e545350414d", "asset_name_ascii": "DONTSPAM", "fingerprint": "asset1ua6pz3yd5mdka946z8jw2fld3f8d0mmxt75gv9", "minting_tx_hash": "cb07b7e51b77079776c4a78f2daf8f14f9945d2b047da7bfcb71d7fbb9f86712", "total_supply": "35000", "mint_cnt": 1, "burn_cnt": 5, "creation_time": 1506635091, "minting_tx_metada... | {"type": "array", "description": "List of policy assets", "items": {"properties": {"asset_name": {"type": ["string", "null"], "description": "Asset Name (hex)"}, "asset_name_ascii": {"type": "string", "description": "Asset Name (ASCII)"}, "fingerprint": {"type": "string", "description": "The CIP14 fingerprint of the as... |
805e7558-465d-4d79-a869-762fb005c477/8e42330e-944c-4b18-8fdb-2aa3a85eafc7/3/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /script_redeemers | List of all redeemers for a given script hash | 200 | null | [{"script_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "redeemers": [{"tx_hash": "fda6c7697009237975ffc30f36666addf4c6e2a2c6f90411a24431b700baaab1", "tx_index": 0, "unit_mem": {}, "unit_steps": {}, "fee": 45282, "purpose": "spend", "datum_hash": "5a595ce795815e81d22a1a522cf3987d546dc5bb016... | {"type": "array", "items": {"type": "object", "properties": {"script_hash": {"type": "string", "description": "Hash of Transaction for which details are being shown"}, "redeemers": {"type": "array", "items": {"type": "object", "properties": {"tx_hash": {"type": "string", "description": "Hash of Transaction containing t... |
805e7558-465d-4d79-a869-762fb005c477/26bef582-a03e-461a-a3af-0594d7092115/0/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /asset_info | Get the information of a list of assets including first minting & token registry metadata | 200 | null | [{"policy_id": "d3501d9531fcc25e3ca4b6429318c2cc374dbdbcf5e99c1c1e5da1ff", "asset_name": "444f4e545350414d", "asset_name_ascii": "DONTSPAM", "fingerprint": "asset1ua6pz3yd5mdka946z8jw2fld3f8d0mmxt75gv9", "minting_tx_hash": "cb07b7e51b77079776c4a78f2daf8f14f9945d2b047da7bfcb71d7fbb9f86712", "total_supply": "35000", "min... | {"type": "array", "items": {"properties": {"policy_id": {"type": "string", "description": "Asset Policy ID (hex)"}, "asset_name": {"type": ["string", "null"], "description": "Asset Name (hex)"}, "asset_name_ascii": {"type": "string", "description": "Asset Name (ASCII)"}, "fingerprint": {"type": "string", "description":... |
805e7558-465d-4d79-a869-762fb005c477/3a066324-e5e4-4fef-a519-0644fcbb2d5d/2/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /asset_summary | Get the summary of an asset (total transactions exclude minting/total wallets include only wallets with asset balance) | 200 | null | [{"policy_id": "d3501d9531fcc25e3ca4b6429318c2cc374dbdbcf5e99c1c1e5da1ff", "asset_name": "444f4e545350414d", "fingerprint": "asset1ua6pz3yd5mdka946z8jw2fld3f8d0mmxt75gv9", "total_transactions": 89416, "staked_wallets": 548, "unstaked_addresses": 245}] | {"type": "array", "items": {"properties": {"policy_id": {"type": "string", "description": "Asset Policy ID (hex)"}, "asset_name": {"type": ["string", "null"], "description": "Asset Name (hex)"}, "fingerprint": {"type": "string", "description": "The CIP14 fingerprint of the asset"}, "total_transactions": {"type": "integ... |
805e7558-465d-4d79-a869-762fb005c477/622550f8-7f41-437c-bbd3-4975046903cf/2/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /policy_asset_list | Get the list of asset under the given policy (including balances) | 200 | null | [{"asset_name": "444f4e545350414d", "fingerprint": "asset1ua6pz3yd5mdka946z8jw2fld3f8d0mmxt75gv9", "total_supply": "35000", "decimals": 6}] | {"type": "array", "description": "List of policy assets", "items": {"properties": {"asset_name": {"type": ["string", "null"], "description": "Asset Name (hex)"}, "fingerprint": {"type": "string", "description": "The CIP14 fingerprint of the asset"}, "total_supply": {"type": "string", "description": "Total supply for th... |
805e7558-465d-4d79-a869-762fb005c477/48411895-26a2-4099-9e8c-2d40394332dc/1/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /credential_utxos | Get a list of UTxO against input payment credential array including their balances | 200 | null | [{"tx_hash": "f144a8264acf4bdfe2e1241170969c930d64ab6b0996a4a45237b623f1dd670e", "tx_index": 0, "value": 157832856}] | {"type": "array", "items": {"type": "object", "properties": {"tx_hash": {"type": "string", "description": "Hash of transaction for UTxO"}, "tx_index": {"type": "integer", "description": "Index of UTxO in the transaction"}, "value": {"type": "string", "description": "Total sum of ADA on the UTxO"}}}} |
805e7558-465d-4d79-a869-762fb005c477/cfa97f4b-3cd5-408f-90ad-b6f466939bd4/2/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /policy_asset_addresses | Get the list of addresses with quantity for each asset on the given policy Note - Due to cardano's UTxO design and usage from projects, asset to addresses map can be infinite. Thus, for a small subset of active projects with millions of transactions, these might end up with timeouts (HTTP code 504) on free layer. Such... | 200 | null | [{"asset_name": "444f4e545350414d", "payment_address": "addr1qxkfe8s6m8qt5436lec3f0320hrmpppwqgs2gah4360krvyssntpwjcz303mx3h4avg7p29l3zd8u3jyglmewds9ezrqdc3cxp", "quantity": 23}] | {"type": "array", "description": "Array of asset names and payment addresses for the given policy (including balances)", "items": {"properties": {"asset_name": {"type": ["string", "null"], "description": "Asset Name (hex)"}, "payment_address": {"type": "string", "description": "A Cardano payment/base address (bech32 en... |
805e7558-465d-4d79-a869-762fb005c477/aa78638a-2741-4614-aef1-ceb2bcd64366/2/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /asset_addresses | Get the list of all addresses holding a given asset Note - Due to cardano's UTxO design and usage from projects, asset to addresses map can be infinite. Thus, for a small subset of active projects with millions of transactions, these might end up with timeouts (HTTP code 504) on free layer. Such large-scale projects a... | 200 | null | [{"payment_address": "addr1qxkfe8s6m8qt5436lec3f0320hrmpppwqgs2gah4360krvyssntpwjcz303mx3h4avg7p29l3zd8u3jyglmewds9ezrqdc3cxp", "quantity": 23}] | {"type": "array", "description": "An array of payment addresses holding the given token (including balances)", "items": {"properties": {"payment_address": {"type": "string", "description": "A Cardano payment/base address (bech32 encoded) for transaction's input UTxO"}, "quantity": {"type": "string", "description": "Ass... |
805e7558-465d-4d79-a869-762fb005c477/3cfd3e78-d0cf-46bc-b544-7de5de85b695/2/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /asset_address_list | Get the list of all addresses holding a given asset (replaced by asset_addresses) | 200 | null | [{"payment_address": "addr1qxkfe8s6m8qt5436lec3f0320hrmpppwqgs2gah4360krvyssntpwjcz303mx3h4avg7p29l3zd8u3jyglmewds9ezrqdc3cxp", "quantity": 23}] | {"type": "array", "description": "An array of payment addresses holding the given token (including balances)", "items": {"properties": {"payment_address": {"type": "string", "description": "A Cardano payment/base address (bech32 encoded) for transaction's input UTxO"}, "quantity": {"type": "string", "description": "Ass... |
805e7558-465d-4d79-a869-762fb005c477/27a35874-9c59-4497-9df6-06b84f583af8/3/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /asset_policy_info | Get the information for all assets under the same policy (replaced by asset_addresses) | 200 | null | [{"asset_name": "444f4e545350414d", "asset_name_ascii": "DONTSPAM", "fingerprint": "asset1ua6pz3yd5mdka946z8jw2fld3f8d0mmxt75gv9", "minting_tx_hash": "cb07b7e51b77079776c4a78f2daf8f14f9945d2b047da7bfcb71d7fbb9f86712", "total_supply": "35000", "mint_cnt": 1, "burn_cnt": 5, "creation_time": 1506635091, "minting_tx_metada... | {"type": "array", "description": "List of policy assets", "items": {"properties": {"asset_name": {"type": ["string", "null"], "description": "Asset Name (hex)"}, "asset_name_ascii": {"type": "string", "description": "Asset Name (ASCII)"}, "fingerprint": {"type": "string", "description": "The CIP14 fingerprint of the as... |
805e7558-465d-4d79-a869-762fb005c477/e9883a2b-e826-4caf-861f-5c9376b342cc/3/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /asset_history | Get the mint/burn history of an asset | 200 | null | [{"policy_id": "d3501d9531fcc25e3ca4b6429318c2cc374dbdbcf5e99c1c1e5da1ff", "asset_name": "444f4e545350414d", "fingerprint": "asset1ua6pz3yd5mdka946z8jw2fld3f8d0mmxt75gv9", "minting_txs": [{"tx_hash": "e1ecc517f95715bb87681cfde2c594dbc971739f84f8bfda16170b35d63d0ddf", "block_time": 1506635091, "quantity": "-10", "metada... | {"type": "array", "items": {"properties": {"policy_id": {"type": "string", "description": "Asset Policy ID (hex)"}, "asset_name": {"type": ["string", "null"], "description": "Asset Name (hex)"}, "fingerprint": {"type": "string", "description": "The CIP14 fingerprint of the asset"}, "minting_txs": {"type": ["array", "nu... |
805e7558-465d-4d79-a869-762fb005c477/93c5152f-8f07-4d5d-ad16-1936129a863f/2/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /native_script_list | List of all existing native script hashes along with their creation transaction hashes | 200 | null | [{"script_hash": "d8480dc869b94b80e81ec91b0abe307279311fe0e7001a9488f61ff8", "creation_tx_hash": "fda6c7697009237975ffc30f36666addf4c6e2a2c6f90411a24431b700baaab1", "type": "timelock"}] | {"type": "array", "items": {"properties": {"script_hash": {"type": "string", "description": "Hash of a script"}, "creation_tx_hash": {"type": "string", "description": "Hash of the script creation transaction"}, "type": {"type": "string", "description": "Type of the script", "enum": ["timelock", "multisig"]}}}} |
805e7558-465d-4d79-a869-762fb005c477/a5c98020-ff5f-426e-9c68-7956845b936d/0/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /account_list | Get a list of all stake addresses that have atleast 1 transaction | 200 | null | [{"id": "stake1u8yxtugdv63wxafy9d00nuz6hjyyp4qnggvc9a3vxh8yl0ckml2uz"}] | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string", "description": "Cardano staking address (reward account) in bech32 format"}}}} |
805e7558-465d-4d79-a869-762fb005c477/463cb4b3-629b-4b02-8ef5-d876c5a868f6/3/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /asset_token_registry | Get a list of assets registered via token registry on github | 200 | null | [{"policy_id": "d3501d9531fcc25e3ca4b6429318c2cc374dbdbcf5e99c1c1e5da1ff", "asset_name": "444f4e545350414d", "asset_name_ascii": "DONTSPAM", "ticker": "MOB", "description": "Metaverse Blockchain Cryptocurrency.", "url": "https://www.rackmob.com/", "decimals": 0, "logo": "iVBORw0KGgoAAAANSUhEUgAAAPoAAAD6CAYAAACI7Fo9AAAA... | {"type": "array", "description": "An array of token registry information (registered via github) for each asset", "items": {"type": "object", "properties": {"policy_id": {"type": "string", "description": "Asset Policy ID (hex)"}, "asset_name": {"type": ["string", "null"], "description": "Asset Name (hex)"}, "asset_name... |
805e7558-465d-4d79-a869-762fb005c477/daf201f9-f29a-464f-823b-893d234f421f/3/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /asset_info | Get the information of an asset including first minting & token registry metadata | 200 | null | [{"policy_id": "d3501d9531fcc25e3ca4b6429318c2cc374dbdbcf5e99c1c1e5da1ff", "asset_name": "444f4e545350414d", "asset_name_ascii": "DONTSPAM", "fingerprint": "asset1ua6pz3yd5mdka946z8jw2fld3f8d0mmxt75gv9", "minting_tx_hash": "cb07b7e51b77079776c4a78f2daf8f14f9945d2b047da7bfcb71d7fbb9f86712", "total_supply": "35000", "min... | {"type": "array", "items": {"properties": {"policy_id": {"type": "string", "description": "Asset Policy ID (hex)"}, "asset_name": {"type": ["string", "null"], "description": "Asset Name (hex)"}, "asset_name_ascii": {"type": "string", "description": "Asset Name (ASCII)"}, "fingerprint": {"type": "string", "description":... |
805e7558-465d-4d79-a869-762fb005c477/c7052702-e4f9-45d2-9505-74292f53fc1c/1/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /account_history | Get the staking history of given stake addresses (accounts) | 200 | null | [{"stake_address": "stake1u8yxtugdv63wxafy9d00nuz6hjyyp4qnggvc9a3vxh8yl0ckml2uz", "history": [{"pool_id": "pool1z5uqdk7dzdxaae5633fqfcu2eqzy3a3rgtuvy087fdld7yws0xt", "epoch_no": 301, "active_stake": 682334162}]}] | {"type": "array", "items": {"properties": {"stake_address": {"type": "string", "description": "Cardano staking address (reward account) in bech32 format"}, "history": {"type": "array", "items": {"type": "object", "properties": {"pool_id": {"type": "string", "description": "Bech32 representation of pool ID"}, "epoch_no"... |
805e7558-465d-4d79-a869-762fb005c477/5d12cddc-c1f4-4b90-86a1-397dfc0e3af5/2/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /asset_list | Get the list of all native assets (paginated) | 200 | null | [{"policy_id": "d3501d9531fcc25e3ca4b6429318c2cc374dbdbcf5e99c1c1e5da1ff", "asset_name": "444f4e545350414d", "fingerprint": "asset1ua6pz3yd5mdka946z8jw2fld3f8d0mmxt75gv9"}] | {"type": "array", "description": "Array of policy IDs and asset names", "items": {"type": "object", "properties": {"policy_id": {"type": "string", "description": "Asset Policy ID (hex)"}, "asset_name": {"type": ["string", "null"], "description": "Asset Name (hex)"}, "fingerprint": {"type": "string", "description": "The... |
805e7558-465d-4d79-a869-762fb005c477/e5f5b8a6-7adc-48cd-a76b-c7b40cc52405/2/0 | Cardano's Decentralized API - Guildnet | Koios - Cardano's Decentralized API - Guildnet | null | /asset_nft_address | Get the address where specified NFT currently reside on. | 200 | null | [{"payment_address": "addr1qxkfe8s6m8qt5436lec3f0320hrmpppwqgs2gah4360krvyssntpwjcz303mx3h4avg7p29l3zd8u3jyglmewds9ezrqdc3cxp"}] | {"type": "array", "description": "An array of payment addresses holding the given token", "items": {"properties": {"payment_address": {"type": "string", "description": "A Cardano payment/base address (bech32 encoded) for transaction's input UTxO"}}}} |
2c0c6648-11f6-4846-b789-b160c7b173f6/2128db87-8675-4296-8a9a-6edcf7c8b671/0/0 | reunionMobAPI1 | chat themes | null | Crear Personas | crear personas | 200 | New Example | {"status": "ok", "key2": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key2", "status"]} |
2c0c6648-11f6-4846-b789-b160c7b173f6/2eea538f-5cb5-4430-99b3-edeb6aec1a6e/0/0 | reunionMobAPI1 | chat themes | null | Crear Evento | crear un evento | 200 | New Example | {"status": "ok"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}}, "required": ["status"]} |
2c0c6648-11f6-4846-b789-b160c7b173f6/a085ba42-9181-4a53-8090-b56acc5a5ea9/0/0 | reunionMobAPI1 | chat themes | null | lista de personas | obtiene la lista de personas | 200 | personas | [{"cedula": "5456545", "nombre": "Marcos Salazar", "hora_confirmacion": "17:06:21", "estado_confirmacion": "1", "administrador": "fyan@gmail.com", "id_evento": 1}, {"cedula": "6879432", "nombre": "Esteban Benavidez", "hora_confirmacion": "14:03:15", "estado_confirmacion": "1", "administrador": "duran@yahoo.com", "id_ev... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"cedula": {"type": "string"}, "nombre": {"type": "string"}, "hora_confirmacion": {"type": "string"}, "estado_confirmacion": {"type": "string"}, "administrador": {"type": "string"}, "id_evento": {"type": "integer"}}... |
2c0c6648-11f6-4846-b789-b160c7b173f6/4d99700c-54c0-40c3-8c4e-647b1d6a2004/0/0 | reunionMobAPI1 | chat themes | null | list eventos | obtiene la lista de eventos | 200 | eventos | [{"id_evento": 1, "nombre_evento": "avance de bleach", "fecha_evento": "2022-07-10", "definir_miembro": true, "cierre_cita": false, "asistencia_cita": false}, {"id_evento": 2, "nombre_evento": "personajes de black cover", "fecha_evento": "2022-05-01", "definir_miembro": true, "cierre_cita": false, "asistencia_cita": fa... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id_evento": {"type": "integer"}, "nombre_evento": {"type": "string"}, "fecha_evento": {"type": "string"}, "definir_miembro": {"type": "boolean"}, "cierre_cita": {"type": "boolean"}, "asistencia_cita": {"type": "bo... |
2c0c6648-11f6-4846-b789-b160c7b173f6/415b2ebe-cc34-4d7c-b57b-ce854d834ac2/0/0 | reunionMobAPI1 | chat themes | null | lists animes | obtiene la listas de anime | 200 | data | [{"id_anime": 1, "nombre_anime": "bleach", "image": "https://m.media-amazon.com/images/M/MV5BZjE0YjVjODQtZGY2NS00MDcyLThhMDAtZGQwMTZiOWNmNjRiXkEyXkFqcGdeQXVyNTA4NzY1MzY@._V1_FMjpg_UX1000_.jpg", "id_evento": 1}, {"id_anime": 2, "nombre_anime": "black_cover", "image": "https://m.media-amazon.com/images/M/MV5BNTAzYTlkMWEt... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id_anime": {"type": "integer"}, "nombre_anime": {"type": "string"}, "image": {"type": "string"}, "id_evento": {"type": ["integer", "string"]}}, "required": ["id_anime", "image", "nombre_anime"]}} |
00b447a4-d556-45d6-adbc-f493b6aa971b/832c4a20-30ff-4499-b70a-fced44590a31/0/0 | Dados CNPJ | Busca os dados de um CNPJ diretamente na base de dados da Receita Federal. | 8.4 | CNPJ | Buscar dados empresa pelo CNPJ | 200 | Example_1 | {"dados": {"capital_social": "R$ 2.756.687.167,00", "cnae_principal": "6462000 - Holdings de institui\u00e7\u00f5es n\u00e3o-financeiras", "cnaes_secundarios": [], "cnpj": "22543331000100", "data_criacao": "27/05/2015", "data_situacao": "27/05/2015", "email": "DISEG@CAIXA.GOV.BR", "endereco": {"bairro": "ASA SUL", "cep... | {"properties": {"dados": {"properties": {"capital_social": {"type": "string"}, "cnae_principal": {"type": "string"}, "cnaes_secundarios": {"type": "array"}, "cnpj": {"type": "string"}, "data_criacao": {"type": "string"}, "data_situacao": {"type": "string"}, "email": {"type": "string"}, "endereco": {"properties": {"bair... |
59cdf835e4b09ee12b02fc2f/cbf941fc-ed0c-41cd-a376-c20f37d3d9eb/0/0 | DNS Lookup | DNS Lookup API lets you gather a domain' corresponding IP address/A record, mail server/MX record, DNS servers/NS nameservers, as well as other items like SPF records/TXT records. | 8.1 | /whoisserver/DNSService | DNS Lookup API | 200 | Example_1 | {"DNSData": {"domainName": "google.com", "types": [1, 6, 16], "dnsTypes": "A,SOA,TXT", "audit": {"createdDate": "2019-05-07 14:45:22.916 UTC", "updatedDate": "2019-05-07 14:45:22.916 UTC"}, "dnsRecords": [{"type": 16, "dnsType": "TXT", "name": "google.com.", "ttl": 299, "rRsetType": 16, "rawText": "google.com.\t\t299\t... | {"type": "object", "properties": {"DNSData": {"type": "object", "properties": {"domainName": {"type": "string"}, "types": {"type": "array", "items": {"type": "integer"}}, "dnsTypes": {"type": "string"}, "audit": {"type": "object", "properties": {"createdDate": {"type": "string"}, "updatedDate": {"type": "string"}}}, "d... |
f334fc49-0611-434d-9bc2-9a3111e4c7e8/6ab9ef56-4d07-4a51-9b24-13452cb45077/0/0 | Profilaktika | Demo APIs for database management | null | Duties | Desc | 200 | New Example | {"name": "Jalol"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]} |
198de96a-8fda-4cbd-89bc-7fba9be717f5/17cfa9c5-8803-4757-9e1b-54cec26076f9/1/0 | My GEO cloud | MY GEO CLOUD | null | cities | Returns list of cities | 200 | null | {"data": [{"id": "1", "country_id": "1", "division_id": "1", "name": "Hamhung", "native_name": "\ud568\ud765\uc2dc", "full_name": "", "code": "ham", "zipcode": "1111", "country_code": "1877449", "alternatenames": "Hamheung,Hamhung,Hamhungas,Hamhungo,Hamh\u016dng,Hienhing,Kanko,Kank\u014d,hamheung,hamheungsi,xian xing s... | {"title": "CitiesList", "properties": {"data": {"type": "array", "items": {"title": "City", "properties": {"id": {"description": "id", "type": "integer"}, "country_id": {"description": "country id", "type": "integer"}, "division_id": {"description": "division id", "type": "integer"}, "name": {"description": "City name"... |
198de96a-8fda-4cbd-89bc-7fba9be717f5/4e1e9661-d834-4598-adcb-2099adf0fc9d/0/0 | My GEO cloud | MY GEO CLOUD | null | divisionsByCountry | Returns list of divisions | 200 | null | {"data": [{"id": "1", "country_id": "1", "name": "Hongkong", "native_name": "\u9999\u6e2f", "full_name": "", "code": "hk", "has_city": true, "created_at": "2020-01-27 17:50:45", "updated_at": "2020-01-27 17:50:45"}], "meta": {"current_page": "1", "from": "1", "last_page": "10", "path": "", "per_page": "10", "to": "10",... | {"title": "DivisionsList", "properties": {"data": {"type": "array", "items": {"title": "Division", "properties": {"id": {"description": "id", "type": "integer"}, "country_id": {"description": "country id", "type": "integer"}, "name": {"description": "name", "type": "string"}, "native_name": {"description": "localizatio... |
198de96a-8fda-4cbd-89bc-7fba9be717f5/d0101507-56e8-4bec-bb8f-95cda266a622/1/0 | My GEO cloud | MY GEO CLOUD | null | language | Returns language | 200 | null | {"id": "1", "iso_language_name": "Abkhazian", "native_name": "\u0430\u04a7\u0441\u0443\u0430 \u0431\u044b\u0437\u0448\u04d9\u0430, \u0430\u04a7\u0441\u0448\u04d9\u0430", "iso2": "ab", "iso3": "abk", "created_at": "2020-01-27 17:50:45", "updated_at": "2020-01-27 17:50:45"} | {"title": "Language", "properties": {"id": {"description": "id", "type": "integer"}, "iso_language_name": {"description": "iso language name", "type": ["string", "null"]}, "native_name": {"description": "localization name", "type": ["string", "null"]}, "iso2": {"description": "iso2 code", "type": ["string", "null"]}, "... |
198de96a-8fda-4cbd-89bc-7fba9be717f5/75483cf0-bd4b-4a40-a79b-b91954820bbb/2/0 | My GEO cloud | MY GEO CLOUD | null | divisions | Returns list of divisions | 200 | null | {"data": [{"id": "1", "country_id": "1", "name": "Hongkong", "native_name": "\u9999\u6e2f", "full_name": "", "code": "hk", "has_city": true, "created_at": "2020-01-27 17:50:45", "updated_at": "2020-01-27 17:50:45"}], "meta": {"current_page": "1", "from": "1", "last_page": "10", "path": "", "per_page": "10", "to": "10",... | {"title": "DivisionsList", "properties": {"data": {"type": "array", "items": {"title": "Division", "properties": {"id": {"description": "id", "type": "integer"}, "country_id": {"description": "country id", "type": "integer"}, "name": {"description": "name", "type": "string"}, "native_name": {"description": "localizatio... |
198de96a-8fda-4cbd-89bc-7fba9be717f5/89179364-e094-4969-af5b-72691acc2c47/1/0 | My GEO cloud | MY GEO CLOUD | null | country | Returns country | 200 | null | {"id": "119", "continent_id": "2", "name": "Russia", "native_name": "\u0420\u043e\u0441\u0441\u0438\u044f", "full_name": "Russian Federation", "language": "ru", "languages": "ru,tt,xal,cau,ady,kv,ce,tyv,cv,udm,tut,mns,bua,myv,mdf,chm,ba,inh,tut,kbd,krc,av,sah,nog", "capital": "Moscow", "code": "ru", "code_alpha3": "rus... | {"title": "Country", "properties": {"id": {"description": "id", "type": "integer"}, "continent_id": {"description": "Continent id", "type": "integer"}, "name": {"description": "Country name", "type": "string"}, "native_name": {"description": "localization name", "type": ["string", "null"]}, "full_name": {"description":... |
198de96a-8fda-4cbd-89bc-7fba9be717f5/b92fe744-9ee1-4442-b494-35e6b35f9652/0/0 | My GEO cloud | MY GEO CLOUD | null | languages | Returns list of languages | 200 | null | {"data": [{"id": "1", "iso_language_name": "Abkhazian", "native_name": "\u0430\u04a7\u0441\u0443\u0430 \u0431\u044b\u0437\u0448\u04d9\u0430, \u0430\u04a7\u0441\u0448\u04d9\u0430", "iso2": "ab", "iso3": "abk", "created_at": "2020-01-27 17:50:45", "updated_at": "2020-01-27 17:50:45"}], "meta": {"current_page": "1", "from... | {"title": "LanguagesList", "properties": {"data": {"type": "array", "items": {"title": "Language", "properties": {"id": {"description": "id", "type": "integer"}, "iso_language_name": {"description": "iso language name", "type": ["string", "null"]}, "native_name": {"description": "localization name", "type": ["string", ... |
198de96a-8fda-4cbd-89bc-7fba9be717f5/0dd8e60b-83e0-46ae-8bc6-c35a65b40b96/0/0 | My GEO cloud | MY GEO CLOUD | null | continents | Returns list of continents | 200 | null | {"data": [{"id": "1", "name": "Asia", "code": "as", "created_at": "2020-01-27 17:50:45", "updated_at": "2020-01-27 17:50:45"}], "meta": {"current_page": "1", "from": "1", "last_page": "10", "path": "", "per_page": "10", "to": "10", "total": "100", "links": [{"url": "", "label": "1", "active": true}]}, "links": {"first"... | {"title": "ContinentsList", "properties": {"data": {"type": "array", "items": {"title": "Continent", "properties": {"id": {"description": "id", "type": "integer"}, "name": {"description": "Continent name", "type": "string"}, "code": {"description": "Continent code", "type": "string"}, "created_at": {"description": "cre... |
198de96a-8fda-4cbd-89bc-7fba9be717f5/b5bf3033-fdc6-4a37-99b9-c10ed97e8b51/2/0 | My GEO cloud | MY GEO CLOUD | null | city | Returns city | 200 | null | {"id": "1", "country_id": "1", "division_id": "1", "name": "Hamhung", "native_name": "\ud568\ud765\uc2dc", "full_name": "", "code": "ham", "zipcode": "1111", "country_code": "1877449", "alternatenames": "Hamheung,Hamhung,Hamhungas,Hamhungo,Hamh\u016dng,Hienhing,Kanko,Kank\u014d,hamheung,hamheungsi,xian xing shi,\u54b8\... | {"title": "City", "properties": {"id": {"description": "id", "type": "integer"}, "country_id": {"description": "country id", "type": "integer"}, "division_id": {"description": "division id", "type": "integer"}, "name": {"description": "City name", "type": "string"}, "native_name": {"description": "localization name", "... |
198de96a-8fda-4cbd-89bc-7fba9be717f5/514c88d4-61ec-46db-beeb-1abbb7a7a86a/2/0 | My GEO cloud | MY GEO CLOUD | null | division | Returns division | 200 | null | {"id": "1", "country_id": "1", "name": "Hongkong", "native_name": "\u9999\u6e2f", "full_name": "", "code": "hk", "has_city": true, "created_at": "2020-01-27 17:50:45", "updated_at": "2020-01-27 17:50:45"} | {"title": "Division", "properties": {"id": {"description": "id", "type": "integer"}, "country_id": {"description": "country id", "type": "integer"}, "name": {"description": "name", "type": "string"}, "native_name": {"description": "localization name", "type": ["string", "null"]}, "full_name": {"description": "full name... |
198de96a-8fda-4cbd-89bc-7fba9be717f5/37cc903e-712b-4478-8a1c-b67724133c3b/2/0 | My GEO cloud | MY GEO CLOUD | null | countryByContinent | Returns list of continents | 200 | null | {"data": [{"id": "1", "name": "Asia", "code": "as", "created_at": "2020-01-27 17:50:45", "updated_at": "2020-01-27 17:50:45"}], "meta": {"current_page": "1", "from": "1", "last_page": "10", "path": "", "per_page": "10", "to": "10", "total": "100", "links": [{"url": "", "label": "1", "active": true}]}, "links": {"first"... | {"title": "ContinentsList", "properties": {"data": {"type": "array", "items": {"title": "Continent", "properties": {"id": {"description": "id", "type": "integer"}, "name": {"description": "Continent name", "type": "string"}, "code": {"description": "Continent code", "type": "string"}, "created_at": {"description": "cre... |
198de96a-8fda-4cbd-89bc-7fba9be717f5/8a0ef1b9-6a90-4f96-84e3-71d1242f30a7/0/0 | My GEO cloud | MY GEO CLOUD | null | countries | Returns list of countries | 200 | null | {"data": [{"id": "119", "continent_id": "2", "name": "Russia", "native_name": "\u0420\u043e\u0441\u0441\u0438\u044f", "full_name": "Russian Federation", "language": "ru", "languages": "ru,tt,xal,cau,ady,kv,ce,tyv,cv,udm,tut,mns,bua,myv,mdf,chm,ba,inh,tut,kbd,krc,av,sah,nog", "capital": "Moscow", "code": "ru", "code_alp... | {"title": "CountryList", "properties": {"data": {"type": "array", "items": {"title": "Country", "properties": {"id": {"description": "id", "type": "integer"}, "continent_id": {"description": "Continent id", "type": "integer"}, "name": {"description": "Country name", "type": "string"}, "native_name": {"description": "lo... |
198de96a-8fda-4cbd-89bc-7fba9be717f5/516abcb2-94b5-4e77-a2c2-706f4e7d9be7/0/0 | My GEO cloud | MY GEO CLOUD | null | citiesByCountry | Returns list of cities | 200 | null | {"data": [{"id": "1", "country_id": "1", "division_id": "1", "name": "Hamhung", "native_name": "\ud568\ud765\uc2dc", "full_name": "", "code": "ham", "zipcode": "1111", "country_code": "1877449", "alternatenames": "Hamheung,Hamhung,Hamhungas,Hamhungo,Hamh\u016dng,Hienhing,Kanko,Kank\u014d,hamheung,hamheungsi,xian xing s... | {"title": "CitiesList", "properties": {"data": {"type": "array", "items": {"title": "City", "properties": {"id": {"description": "id", "type": "integer"}, "country_id": {"description": "country id", "type": "integer"}, "division_id": {"description": "division id", "type": "integer"}, "name": {"description": "City name"... |
37eaae0a-c7bc-42f1-805e-7042eb1de989/aa1c248f-4880-4656-91c8-ec6c04b449ef/0/0 | Indonesian Kata Baku KBBI | Indonesian Kata Baku (standart-word) checker based on KBBI | null | Check Baku | Check Standart Word (Baku) | 200 | Response | {"word": "antri", "standard": false} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"word": {"type": "string"}, "standard": {"type": "boolean"}}, "required": ["standard", "word"]} |
827cbed5-2688-4ea7-8955-0a5f0636325e/d900fa49-602d-49bf-af57-61da7b051b17/0/0 | Domain Reputation | Domain Reputation API lets you build a risk profile for a given domain or IP address with a single score based on multiple data sources. | null | Domain Reputation | Evaluate reputation of a domain or IP (v1) | 200 | Example | {"mode": "fast", "reputationScore": 98.52, "testResults": [{"test": "SSL vulnerabilities", "warnings": ["HTTP Strict Transport Security not set", "Heartbeat extension disabled", "TLSA record not configured or configured wrong", "OCSP stapling not configured"]}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"mode": {"type": "string"}, "reputationScore": {"type": "number"}, "testResults": {"type": "array", "items": {"type": "object", "properties": {"test": {"type": "string"}, "warnings": {"type": "array", "items": {"type": "string"}}}, "required... |
b603d990-60a3-4c93-a0e4-2b3ed51474cb/f6f9ca18-4a58-41ea-aa71-b8344850b584/0/0 | testPostApi | POST API batman RDS | null | PostEndPoint | Post End Point RDS API | 200 | exampleTestBatmanApiPOST | {"key1": "val1", "key2": "val2"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]} |
9e2d2a96-feec-4e22-bacb-d8d4c1acd605/44f244e2-52d5-40c7-a044-323616da458b/0/0 | anime-collection | A collection of information about the latest anime season | null | Get information from list of airing anime | Get information from list of airing anime | 200 | New Example | {"index": 1, "title": "Komi-san wa, Comyushou desu.", "url": "https://myanimelist.net/anime/48926/Komi-san_wa_Comyushou_desu", "img": "https://cdn.myanimelist.net/images/anime/1899/117237.jpg", "release_date": "Oct 7, 2021, 00:00 (JST)", "release_day": "7", "release_month": "Oct", "release_year": "2021", "release_time_... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"index": {"type": "integer"}, "title": {"type": "string"}, "url": {"type": "string"}, "img": {"type": "string"}, "release_date": {"type": "string"}, "release_day": {"type": "string"}, "release_month": {"type": "string"}, "release_year": {"ty... |
a2eb3024-e100-4178-9994-17c0badb21a0/27c4c1c3-15c7-4bcf-a336-69cd8331c674/0/0 | Domains and Subdomains Discovery | Domains and Subdomains Discovery API identifies all the domain names and/or subdomains containing specified search terms. | 0.1 | Domain/Subdomain Discovery | Domains & Subdomains lookup | 200 | Example_1 | {"domainsCount": 5, "domainsList": ["aws-p2s-retail-proxy-cn-north-1-prod.amazon.cn", "aws-auth-tracker.dev.lab.kipi.lab126.amazon.dev", "aws-orgs-opxs-preprod.amazon.cn", "aws-finx-prp-cn-north-1-prod.amazon.cn", "aws-finx-prp-cn-north-1-gamma.amazon.cn"]} | {"properties": {"domainsCount": {"type": "integer"}, "domainsList": {"items": {"type": "string"}, "type": "array"}}, "type": "object"} |
3d2f562c-0888-4441-a76a-c2213cd5cc16/e727bdd3-0954-4fa8-8ae7-9e91d19dcea7/0/0 | Mocking Rock | An APIs collection for getting sample profiles and city Data for testings for frontend or mock testings. | 7.5 | Get Geo location Of IP address | Pass IP address to get its geo location and other details | 200 | Response | {"request": "34.89.89.28", "status": 200, "delay": "2ms", "areaCode": "", "city": "London", "continentCode": "EU", "continentName": "Europe", "countryCode": "GB", "countryName": "United Kingdom", "currencyCode": "GBP", "currencyConverter": 0.8309, "currencySymbol": "\u00a3", "currencySymbol_UTF8": "\u00a3", "dmaCode": ... | {"type": "object", "properties": {"request": {"type": "string"}, "status": {"type": "integer"}, "delay": {"type": "string"}, "areaCode": {"type": "string"}, "city": {"type": "string"}, "continentCode": {"type": "string"}, "continentName": {"type": "string"}, "countryCode": {"type": "string"}, "countryName": {"type": "s... |
3d2f562c-0888-4441-a76a-c2213cd5cc16/74499b43-75b6-4c8b-a27e-7ae083bc4eb5/0/0 | Mocking Rock | An APIs collection for getting sample profiles and city Data for testings for frontend or mock testings. | 7.5 | Get Sample BusinessProfile | Use this API to get fake-generated Business Profile sample data.
By default, it will generate "en" locale for a single count.
If count query is greater than 1 it will randomize the generated profiles
to a different locale.
To set a default locale pass it as the query.List of the locale you can get from locale API.
I... | 200 | Response | [{"id": "eb61932d-2a58-4bd4-9f55-1f74ae8ba77c", "locale": "en", "name": "Feest Group", "address": {"street": "146 Green Land", "city": "East Deja", "state": "Washington", "zipCode": "45477", "country": "Latvia"}, "phone": "(340) 615-9603 x782", "email": "Krystal64@gmail.com", "website": "http://absolute-alcove.net", "i... | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "locale": {"type": "string"}, "name": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "zipCode": {"type": "string"}, "country": {... |
3d2f562c-0888-4441-a76a-c2213cd5cc16/319e6b57-8024-4bc7-b960-115d1edc140b/0/0 | Mocking Rock | An APIs collection for getting sample profiles and city Data for testings for frontend or mock testings. | 7.5 | Get Sample UserProfile | Use this API to get fake-generated user Profile sample data.
By default, it will generate "en" locale for a single count.
If count query is greater than 1 it will randomize the generated profiles
to a different locale.
To set a default locale pass it as the query.List of the locale you can get from locale API.
In ca... | 200 | Response | [{"id": "16763029-9a33-4e48-a924-d286c0188bc1", "locale": "en", "name": {"prefix": "Mr.", "first": "Samuel", "middle": "Reign", "last": "Mayert", "suffix": "III"}, "email": "samuel.mayert84@gmail.com", "address": {"street": "1836 Emilio Forge", "city": "Lincolnport", "state": "Hawaii", "zipCode": "32787", "country": "B... | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "locale": {"type": "string"}, "name": {"type": "object", "properties": {"prefix": {"type": "string"}, "first": {"type": "string"}, "middle": {"type": "string"}, "last": {"type": "string"}, "suffix": {"type": "string"}}}, "email": {"t... |
3d2f562c-0888-4441-a76a-c2213cd5cc16/df488aa0-6d3a-45aa-85b8-0ec83a81bf92/0/0 | Mocking Rock | An APIs collection for getting sample profiles and city Data for testings for frontend or mock testings. | 7.5 | Get Country Codes | Use this API to get list of countries, Their ISO3 & ISO2 codes. | 200 | Response | {"country": ["Afghanistan", "Albania", "Algeria", "American Samoa", "Andorra", "Angola", "Anguilla", "Antigua And Barbuda", "Argentina", "Armenia", "Aruba", "Australia", "Austria", "Azerbaijan", "Bahrain", "Bangladesh", "Barbados", "Belarus", "Belgium", "Belize", "Benin", "Bermuda", "Bhutan", "Bolivia", "Bosnia And Her... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"country": {"type": "array", "items": {"type": "string"}}, "iso2": {"type": "array", "items": {"type": "string"}}, "iso3": {"type": "array", "items": {"type": "string"}}}, "required": ["country", "iso2", "iso3"]} |
3d2f562c-0888-4441-a76a-c2213cd5cc16/9ae7fcf3-0a6a-4752-a243-e3c4c6b1313d/0/0 | Mocking Rock | An APIs collection for getting sample profiles and city Data for testings for frontend or mock testings. | 7.5 | Get Countrywise city data | Use this API to get city list of country. You need to send country name or ISO3 or ISO2 code
as query to get it. Which you can get it from other API "Country Codes" | 200 | Response | [{"city": "B\u016bndi", "country": "India", "iso2": "IN", "iso3": "IND", "capital": "", "admin_name": "R\u0101jasth\u0101n", "population": 103286, "lat": 25.4383, "lng": 75.6372, "city_ascii": "Bundi"}, {"city": "Bhagab\u0101npur", "country": "India", "iso2": "IN", "iso3": "IND", "capital": "", "admin_name": "West Beng... | {"type": "array", "items": {"type": "object", "properties": {"city": {"type": "string"}, "country": {"type": "string"}, "iso2": {"type": "string"}, "iso3": {"type": "string"}, "capital": {"type": "string"}, "admin_name": {"type": "string"}, "population": {"type": "integer"}, "lat": {"type": "number"}, "lng": {"type": "... |
3d2f562c-0888-4441-a76a-c2213cd5cc16/d79ce5ff-62b2-4e37-a151-9105a2cd82f7/0/0 | Mocking Rock | An APIs collection for getting sample profiles and city Data for testings for frontend or mock testings. | 7.5 | City Data | Get list of citys.
Count limit should be less the 1000 | 200 | Response | [{"city": "Marshfield", "country": "United States", "iso2": "US", "iso3": "USA", "capital": "", "admin_name": "Wisconsin", "population": 18764, "lat": 44.6627, "lng": -90.1728, "city_ascii": "Marshfield"}, {"city": "Rosice", "country": "Czechia", "iso2": "CZ", "iso3": "CZE", "capital": "", "admin_name": "Jihomoravsk\u0... | {"type": "array", "items": {"type": "object", "properties": {"city": {"type": "string"}, "country": {"type": "string"}, "iso2": {"type": "string"}, "iso3": {"type": "string"}, "capital": {"type": "string"}, "admin_name": {"type": "string"}, "population": {"type": "integer"}, "lat": {"type": "number"}, "lng": {"type": "... |
0537bde7-f709-435f-b59b-c861d3d2bab9/1226b73c-fa5e-48b6-b784-dc96c32dacdb/0/0 | DATABASE SNEAKERS | Database of sneakers + pricing (stockx) https://rapidapi.com/retailed-retailed-default/api/sneakers-real-time-pricing/ | null | sneakers | get sneakers details | 200 | Response | {"count": 1, "data": [{"id": "d14e0f74-ea5d-48a8-bd4a-e27a9d7e8653", "name": "Jordan 4 Retro A Ma Mani\u00e9re Violet Ore", "sku": "DV6773-220"}], "error": null} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"count": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "sku": {"type": "string"}}, "required": ["id", "name", "sku"]}}, "error": {"type": "null... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.