Maps and location
CEP Get Address
Contract API - CEP Get Address
Choose the type of documentation you want to consult
Business documentation
Demonstrate how the API can be used, in a simple way, in your business. Explain the data needed to get the query return and each field returned by the API.
View business documentationBusiness documentation
CEP Get Address
Brazil
Get the address by provider a ZipCode
Technical documentation
Demonstrate how the API can be used, technically, explaining each returned json tag, and details about the existing field types.
View technical documentationTechnical documentation
CEP Get Address
https://app.ghubee.com/api/cep/{cep}/json
{ "cep": "01001-000", "logradouro": "Praça da Sé", "complemento": "lado ímpar", "bairro": "Sé", "localidade": "São Paulo", "uf": "SP", "ibge": "3550308", "gia": "1004", "ddd": "11", "siafi": "7107" }
Maps and location
Covid API
Contract API - Covid API
Choose the type of documentation you want to consult
Business documentation
Demonstrate how the API can be used, in a simple way, in your business. Explain the data needed to get the query return and each field returned by the API.
View business documentationBusiness documentation
Covid API
Brazil
Returns all cases by case type for a country from the first recorded case.
Technical documentation
Demonstrate how the API can be used, technically, explaining each returned json tag, and details about the existing field types.
View technical documentationTechnical documentation
Covid API
https://app.ghubee.com/api/covid/info
{ "countriesRoute": { "Name": "Get List Of Countries", "Description": "Returns all countries and associated provinces. The country_slug variable is used for country specific data", "Path": "/countries" }, "countryDayOneRoute": { "Name": "Get List Of Cases Per Country Per Province By Case Type From The First Recorded Case", "Description": "Returns all cases by case type for a country from the first recorded case. Country must be the country_slug from /countries. Cases must be one of: confirmed, recovered, deaths", "Path": "/dayone/country/:country" }, "countryDayOneTotalRoute": { "Name": "Get List Of Cases Per Country By Case Type From The First Recorded Case", "Description": "Returns all cases by case type for a country from the first recorded case. Country must be the country_slug from /countries. Cases must be one of: confirmed, recovered, deaths", "Path": "/total/dayone/country/:country" }, "countryRoute": { "Name": "Get List Of Cases Per Country Per Province By Case Type", "Description": "Returns all cases by case type for a country. Country must be the country_slug from /countries. Cases must be one of: confirmed, recovered, deaths", "Path": "/country/:country" }, "countryRoutePremium": { "Name": "Premium Data: Get List Of Cases Per Country By Case Type", "Description": "Returns all cases by case type for a country. Country must be the country_slug from /countries. Cases must be one of: confirmed, recovered, deaths", "Path": "/premium/country/:country" }, "countryRoutePremiumData": { "Name": "Premium Data: Get Data Per Country", "Description": "Returns all cases by case type for a country. Country must be the country_slug from /countries. Cases must be one of: confirmed, recovered, deaths", "Path": "/premium/country/data/:country" }, "countryStatusDayOneLiveRoute": { "Name": "Get List Of Cases Per Country Per Province By Case Type From The First Recorded Case, updated with latest live count", "Description": "Returns all cases by case type for a country from the first recorded case with the latest record being the live count. Country must be the country_slug from /countries. Cases must be one of: confirmed, recovered, deaths", "Path": "/dayone/country/:country/status/:status/live" }, "countryStatusDayOneRoute": { "Name": "Get List Of Cases Per Country Per Province By Case Type From The First Recorded Case", "Description": "Returns all cases by case type for a country from the first recorded case. Country must be the country_slug from /countries. Cases must be one of: confirmed, recovered, deaths", "Path": "/dayone/country/:country/status/:status" }, "countryStatusDayOneTotalRoute": { "Name": "Get List Of Cases Per Country By Case Type From The First Recorded Case", "Description": "Returns all cases by case type for a country from the first recorded case. Country must be the country_slug from /countries. Cases must be one of: confirmed, recovered, deaths", "Path": "/total/dayone/country/:country/status/:status" }, "countryStatusLiveRoute": { "Name": "Daily list of cases per Country per Province by Case Type, updated with latest live count", "Description": "Returns all cases by case type for a country with the latest record being the live count. Country must be the country_slug from /countries. Cases must be one of: confirmed, recovered, deaths", "Path": "/country/:country/status/:status/live" }, "countryStatusRoute": { "Name": "Get List Of Cases Per Country Per Province By Case Type", "Description": "Returns all cases by case type for a country. Country must be the country_slug from /countries. Cases must be one of: confirmed, recovered, deaths", "Path": "/country/:country/status/:status" }, "countryStatusTotalRoute": { "Name": "Get List Of Cases Per Country By Case Type", "Description": "Returns all cases by case type for a country. Country must be the country_slug from /countries. Cases must be one of: confirmed, recovered, deaths", "Path": "/total/country/:country/status/:status" }, "countrySummaryRoutePremium": { "Name": "Premium Data: Get Summary Of World Case Data", "Description": "Returns summary of all country data", "Path": "/premium/summary" }, "countryTestingPremium": { "Name": "Premium Data: Get Testing Data Per Country", "Description": "Get data around testing", "Path": "/premium/country/testing/:country" }, "countryTotalRoute": { "Name": "Get List Of Cases Per Country By Case Type", "Description": "Returns all cases by case type for a country. Country must be the country_slug from /countries. Cases must be one of: confirmed, recovered, deaths", "Path": "/total/country/:country" }, "exportRoute": { "Name": "Get All Data as a zip file", "Description": "Returns all data in the system, compressed as a zip file. Warning: this request returns 8MB+ and takes 5+ seconds", "Path": "/export" }, "liveCountryRoute": { "Name": "Get Live List Of Cases Per Country Per Province By Case Type", "Description": "Returns all live cases by case type for a country. These records are pulled every 10 minutes and are ungrouped. Country must be the country_slug from /countries. Cases must be one of: confirmed, recovered, deaths", "Path": "/live/country/:country" }, "liveCountryStatusAfterDateRoute": { "Name": "Get a Time Series Of Cases Per Country Per Province By Case Type After A Date", "Description": "Returns all live cases by case type for a country after a given date. These records are pulled every 10 minutes and are ungrouped. Country must be the country_slug from /countries. Cases must be one of: confirmed, recovered, deaths", "Path": "/live/country/:country/status/:status/date/:date" }, "liveCountryStatusRoute": { "Name": "Get a time series Of Cases Per Country Per Province By Case Type", "Description": "Returns all live cases by case type for a country. These records are pulled every 10 minutes and are ungrouped. Country must be the country_slug from /countries. Cases must be one of: confirmed, recovered, deaths", "Path": "/live/country/:country/status/:status" }, "summaryRoute": { "Name": "Summary of new and total cases per country", "Description": "A summary of new and total cases per country", "Path": "/summary" }, "travelAdvicePremium": { "Name": "Premium Data: Travel information for a given country", "Description": "Returns all cases by case type for a country. Country must be the country_slug from /countries. Cases must be one of: confirmed, recovered, deaths", "Path": "/premium/travel/country/:country" }, "webhookRoute": { "Name": "Add a webhook to be notified when new data becomes available", "Description": "POST Request must be in JSON format with key URL and the value of the webhook. Response data is the same as returned from /summary", "Path": "/webhook" } }
Personal documents
Book
Contract API - Book
Choose the type of documentation you want to consult
Business documentation
Demonstrate how the API can be used, in a simple way, in your business. Explain the data needed to get the query return and each field returned by the API.
View business documentationBusiness documentation
Book
USA
Large public digital archive
Technical documentation
Demonstrate how the API can be used, technically, explaining each returned json tag, and details about the existing field types.
View technical documentationTechnical documentation
Book
https://app.ghubee.com/api/book/archive/{book}
{ "created": 1658951899, "d1": "ia600700.us.archive.org", "d2": "ia800700.us.archive.org", "dir": "/28/items/TheAdventuresOfTomSawyer", "files": [ { "name": "ItunesLibrary.itl", "source": "original", "format": "Unknown", "title": "iTunes Library", "mtime": "1318816047", "size": "118602", "md5": "ec95e5faf67f5517e5c282d28558538b", "crc32": "f11baed2", "sha1": "ebe8ed2dbcb6059d9d7e0792b12dee2e18b7edda" }, { "name": "TheAdventuresOfTomSawyer_archive.torrent", "source": "metadata", "btih": "e696523d52cce67fc06f6184435f1a8a61aeff67", "mtime": "1613729859", "size": "1539", "md5": "24a60461acf94b38efe01f3f8428c458", "crc32": "0c882728", "sha1": "af2886932e187f1947bf5f31b0195e668a1f000f", "format": "Archive BitTorrent" }, { "name": "TheAdventuresOfTomSawyer_files.xml", "source": "metadata", "format": "Metadata", "md5": "bb2028358fe764bfa30ad42a6e0c6b4e", "summation": "md5" }, { "name": "TheAdventuresOfTomSawyer_meta.xml", "source": "metadata", "format": "Metadata", "mtime": "1613729859", "size": "784", "md5": "9c3a79aafd6e634952046f3bf127d82b", "crc32": "85d74cfe", "sha1": "76979efe0ac0de672b588df5be1a4a73fdaa0e2c" } ], "files_count": 4, "item_last_updated": 1613729859, "item_size": 120925, "metadata": { "identifier": "TheAdventuresOfTomSawyer", "title": "The Adventures of Tom Sawyer", "creator": "Mark Twain", "mediatype": "audio", "collection": [ "opensource_audio", "community" ], "description": "book", "subject": "For school; Mark Twain", "publicdate": "2011-10-17 01:52:55", "addeddate": "2011-10-17 01:49:12", "uploader": "aceswahoos09@hotmail.com", "updatedate": "2011-10-17 01:53:03", "updater": "Valeria Villagran", "curation": "[curator]malware@archive.org[/curator][date]20140327154352[/date][comment]checked for malware[/comment]", "backup_location": "ia903704_12" }, "server": "ia800700.us.archive.org", "uniq": 923235280, "workable_servers": [ "ia800700.us.archive.org", "ia600700.us.archive.org" ] }
Others
Cocktail Recipes
Contract API - Cocktail Recipes
Choose the type of documentation you want to consult
Business documentation
Demonstrate how the API can be used, in a simple way, in your business. Explain the data needed to get the query return and each field returned by the API.
View business documentationBusiness documentation
Cocktail Recipes
USA
Get a cocktail recipe by adding the cocktail's name.
Technical documentation
Demonstrate how the API can be used, technically, explaining each returned json tag, and details about the existing field types.
View technical documentationTechnical documentation
Cocktail Recipes
https://app.ghubee.com/api/cocktail/{recipe}
{ "drinks": [ { "idDrink": "11007", "strDrink": "Margarita", "strDrinkAlternate": null, "strTags": "IBA,ContemporaryClassic", "strVideo": null, "strCategory": "Ordinary Drink", "strIBA": "Contemporary Classics", "strAlcoholic": "Alcoholic", "strGlass": "Cocktail glass", "strInstructions": "Rub the rim of the glass with the lime slice to make the salt stick to it. Take care to moisten only the outer rim and sprinkle the salt on it. The salt should present to the lips of the imbiber and never mix into the cocktail. Shake the other ingredients with ice, then carefully pour into the glass.", "strInstructionsES": null, "strInstructionsDE": "Reiben Sie den Rand des Glases mit der Limettenscheibe, damit das Salz daran haftet. Achten Sie darauf, dass nur der äußere Rand angefeuchtet wird und streuen Sie das Salz darauf. Das Salz sollte sich auf den Lippen des Genießers befinden und niemals in den Cocktail einmischen. Die anderen Zutaten mit Eis schütteln und vorsichtig in das Glas geben.", "strInstructionsFR": null, "strInstructionsIT": "Strofina il bordo del bicchiere con la fetta di lime per far aderire il sale.\r\nAvere cura di inumidire solo il bordo esterno e cospargere di sale.\r\nIl sale dovrebbe presentarsi alle labbra del bevitore e non mescolarsi mai al cocktail.\r\nShakerare gli altri ingredienti con ghiaccio, quindi versarli delicatamente nel bicchiere.", "strInstructionsZH-HANS": null, "strInstructionsZH-HANT": null, "strDrinkThumb": "https://www.thecocktaildb.com/images/media/drink/5noda61589575158.jpg", "strIngredient1": "Tequila", "strIngredient2": "Triple sec", "strIngredient3": "Lime juice", "strIngredient4": "Salt", "strIngredient5": null, "strIngredient6": null, "strIngredient7": null, "strIngredient8": null, "strIngredient9": null, "strIngredient10": null, "strIngredient11": null, "strIngredient12": null, "strIngredient13": null, "strIngredient14": null, "strIngredient15": null, "strMeasure1": "1 1/2 oz ", "strMeasure2": "1/2 oz ", "strMeasure3": "1 oz ", "strMeasure4": null, "strMeasure5": null, "strMeasure6": null, "strMeasure7": null, "strMeasure8": null, "strMeasure9": null, "strMeasure10": null, "strMeasure11": null, "strMeasure12": null, "strMeasure13": null, "strMeasure14": null, "strMeasure15": null, "strImageSource": "https://commons.wikimedia.org/wiki/File:Klassiche_Margarita.jpg", "strImageAttribution": "Cocktailmarler", "strCreativeCommonsConfirmed": "Yes", "dateModified": "2015-08-18 14:42:59" }, { "idDrink": "11118", "strDrink": "Blue Margarita", "strDrinkAlternate": null, "strTags": null, "strVideo": null, "strCategory": "Ordinary Drink", "strIBA": null, "strAlcoholic": "Alcoholic", "strGlass": "Cocktail glass", "strInstructions": "Rub rim of cocktail glass with lime juice. Dip rim in coarse salt. Shake tequila, blue curacao, and lime juice with ice, strain into the salt-rimmed glass, and serve.", "strInstructionsES": null, "strInstructionsDE": "Den Rand des Cocktailglases mit Limettensaft einreiben. Den Rand in grobes Salz tauchen. Tequila, blauen Curacao und Limettensaft mit Eis schütteln, in das mit Salz umhüllte Glas abseihen und servieren.", "strInstructionsFR": null, "strInstructionsIT": "Strofinare il bordo del bicchiere da cocktail con succo di lime. Immergere il bordo nel sale grosso. Shakerare tequila, blue curacao e succo di lime con ghiaccio, filtrare nel bicchiere bordato di sale e servire.", "strInstructionsZH-HANS": null, "strInstructionsZH-HANT": null, "strDrinkThumb": "https://www.thecocktaildb.com/images/media/drink/bry4qh1582751040.jpg", "strIngredient1": "Tequila", "strIngredient2": "Blue Curacao", "strIngredient3": "Lime juice", "strIngredient4": "Salt", "strIngredient5": null, "strIngredient6": null, "strIngredient7": null, "strIngredient8": null, "strIngredient9": null, "strIngredient10": null, "strIngredient11": null, "strIngredient12": null, "strIngredient13": null, "strIngredient14": null, "strIngredient15": null, "strMeasure1": "1 1/2 oz ", "strMeasure2": "1 oz ", "strMeasure3": "1 oz ", "strMeasure4": "Coarse ", "strMeasure5": null, "strMeasure6": null, "strMeasure7": null, "strMeasure8": null, "strMeasure9": null, "strMeasure10": null, "strMeasure11": null, "strMeasure12": null, "strMeasure13": null, "strMeasure14": null, "strMeasure15": null, "strImageSource": null, "strImageAttribution": null, "strCreativeCommonsConfirmed": "Yes", "dateModified": "2015-08-18 14:51:53" }, { "idDrink": "17216", "strDrink": "Tommy's Margarita", "strDrinkAlternate": null, "strTags": "IBA,NewEra", "strVideo": null, "strCategory": "Ordinary Drink", "strIBA": "New Era Drinks", "strAlcoholic": "Alcoholic", "strGlass": "Old-Fashioned glass", "strInstructions": "Shake and strain into a chilled cocktail glass.", "strInstructionsES": null, "strInstructionsDE": "Schütteln und in ein gekühltes Cocktailglas abseihen.", "strInstructionsFR": null, "strInstructionsIT": "Shakerare e filtrare in una coppetta da cocktail ghiacciata.", "strInstructionsZH-HANS": null, "strInstructionsZH-HANT": null, "strDrinkThumb": "https://www.thecocktaildb.com/images/media/drink/loezxn1504373874.jpg", "strIngredient1": "Tequila", "strIngredient2": "Lime Juice", "strIngredient3": "Agave syrup", "strIngredient4": null, "strIngredient5": null, "strIngredient6": null, "strIngredient7": null, "strIngredient8": null, "strIngredient9": null, "strIngredient10": null, "strIngredient11": null, "strIngredient12": null, "strIngredient13": null, "strIngredient14": null, "strIngredient15": null, "strMeasure1": "4.5 cl", "strMeasure2": "1.5 cl", "strMeasure3": "2 spoons", "strMeasure4": null, "strMeasure5": null, "strMeasure6": null, "strMeasure7": null, "strMeasure8": null, "strMeasure9": null, "strMeasure10": null, "strMeasure11": null, "strMeasure12": null, "strMeasure13": null, "strMeasure14": null, "strMeasure15": null, "strImageSource": null, "strImageAttribution": null, "strCreativeCommonsConfirmed": "No", "dateModified": "2017-09-02 18:37:54" }, { "idDrink": "16158", "strDrink": "Whitecap Margarita", "strDrinkAlternate": null, "strTags": null, "strVideo": null, "strCategory": "Other/Unknown", "strIBA": null, "strAlcoholic": "Alcoholic", "strGlass": "Margarita/Coupette glass", "strInstructions": "Place all ingredients in a blender and blend until smooth. This makes one drink.", "strInstructionsES": null, "strInstructionsDE": "Alle Zutaten in einen Mixer geben und mischen.", "strInstructionsFR": null, "strInstructionsIT": "Metti tutti gli ingredienti in un frullatore e frulla fino a che non diventa liscio.", "strInstructionsZH-HANS": null, "strInstructionsZH-HANT": null, "strDrinkThumb": "https://www.thecocktaildb.com/images/media/drink/srpxxp1441209622.jpg", "strIngredient1": "Ice", "strIngredient2": "Tequila", "strIngredient3": "Cream of coconut", "strIngredient4": "Lime juice", "strIngredient5": null, "strIngredient6": null, "strIngredient7": null, "strIngredient8": null, "strIngredient9": null, "strIngredient10": null, "strIngredient11": null, "strIngredient12": null, "strIngredient13": null, "strIngredient14": null, "strIngredient15": null, "strMeasure1": "1 cup ", "strMeasure2": "2 oz ", "strMeasure3": "1/4 cup ", "strMeasure4": "3 tblsp fresh ", "strMeasure5": null, "strMeasure6": null, "strMeasure7": null, "strMeasure8": null, "strMeasure9": null, "strMeasure10": null, "strMeasure11": null, "strMeasure12": null, "strMeasure13": null, "strMeasure14": null, "strMeasure15": null, "strImageSource": null, "strImageAttribution": null, "strCreativeCommonsConfirmed": "No", "dateModified": "2015-09-02 17:00:22" }, { "idDrink": "12322", "strDrink": "Strawberry Margarita", "strDrinkAlternate": null, "strTags": null, "strVideo": null, "strCategory": "Ordinary Drink", "strIBA": null, "strAlcoholic": "Alcoholic", "strGlass": "Cocktail glass", "strInstructions": "Rub rim of cocktail glass with lemon juice and dip rim in salt. Shake schnapps, tequila, triple sec, lemon juice, and strawberries with ice, strain into the salt-rimmed glass, and serve.", "strInstructionsES": null, "strInstructionsDE": "Cocktailglasrand mit Zitronensaft und Tauchrand in Salz wenden. Schnaps, Tequila, Triple-Sec, Zitronensaft und Erdbeeren mit Eis schütteln, in das salzige Glas sieben und servieren.", "strInstructionsFR": null, "strInstructionsIT": "Strofinare il bordo del bicchiere da cocktail con succo di limone e immergerlo nel sale. Shakerare grappa, tequila, triple sec, succo di limone e fragole con ghiaccio, filtrare nel bicchiere bordato di sale e servire.", "strInstructionsZH-HANS": null, "strInstructionsZH-HANT": null, "strDrinkThumb": "https://www.thecocktaildb.com/images/media/drink/tqyrpw1439905311.jpg", "strIngredient1": "Strawberry schnapps", "strIngredient2": "Tequila", "strIngredient3": "Triple sec", "strIngredient4": "Lemon juice", "strIngredient5": "Strawberries", "strIngredient6": "Salt", "strIngredient7": null, "strIngredient8": null, "strIngredient9": null, "strIngredient10": null, "strIngredient11": null, "strIngredient12": null, "strIngredient13": null, "strIngredient14": null, "strIngredient15": null, "strMeasure1": "1/2 oz ", "strMeasure2": "1 oz ", "strMeasure3": "1/2 oz ", "strMeasure4": "1 oz ", "strMeasure5": "1 oz ", "strMeasure6": null, "strMeasure7": null, "strMeasure8": null, "strMeasure9": null, "strMeasure10": null, "strMeasure11": null, "strMeasure12": null, "strMeasure13": null, "strMeasure14": null, "strMeasure15": null, "strImageSource": null, "strImageAttribution": null, "strCreativeCommonsConfirmed": "No", "dateModified": "2015-08-18 14:41:51" }, { "idDrink": "178332", "strDrink": "Smashed Watermelon Margarita", "strDrinkAlternate": null, "strTags": null, "strVideo": null, "strCategory": "Cocktail", "strIBA": null, "strAlcoholic": "Alcoholic", "strGlass": "Collins glass", "strInstructions": "In a mason jar muddle the watermelon and 5 mint leaves together into a puree and strain. Next add the grapefruit juice, juice of half a lime and the tequila as well as some ice. Put a lid on the jar and shake. Pour into a glass and add more ice. Garnish with fresh mint and a small slice of watermelon.", "strInstructionsES": null, "strInstructionsDE": null, "strInstructionsFR": null, "strInstructionsIT": "In un barattolo di vetro pestare l'anguria e 5 foglie di menta insieme, filtrare il contenuto in un bicchiere. Quindi aggiungere il succo di pompelmo, il succo di mezzo lime, la tequila e un po 'di ghiaccio. Metti un coperchio sul barattolo e agita. Versare in un bicchiere e aggiungere altro ghiaccio. Guarnire con menta fresca e una fettina di anguria.", "strInstructionsZH-HANS": null, "strInstructionsZH-HANT": null, "strDrinkThumb": "https://www.thecocktaildb.com/images/media/drink/dztcv51598717861.jpg", "strIngredient1": "Watermelon", "strIngredient2": "Mint", "strIngredient3": "Grapefruit Juice", "strIngredient4": "Lime", "strIngredient5": "Tequila", "strIngredient6": "Watermelon", "strIngredient7": "Mint", "strIngredient8": null, "strIngredient9": null, "strIngredient10": null, "strIngredient11": null, "strIngredient12": null, "strIngredient13": null, "strIngredient14": null, "strIngredient15": null, "strMeasure1": "1/2 cup", "strMeasure2": "5", "strMeasure3": "1/3 Cup", "strMeasure4": "Juice of 1/2", "strMeasure5": "1 shot", "strMeasure6": "Garnish with", "strMeasure7": "Garnish with", "strMeasure8": null, "strMeasure9": null, "strMeasure10": null, "strMeasure11": null, "strMeasure12": null, "strMeasure13": null, "strMeasure14": null, "strMeasure15": null, "strImageSource": null, "strImageAttribution": null, "strCreativeCommonsConfirmed": "No", "dateModified": null } ] }
Money
Currency Codes and Names
Contract API - Currency Codes and Names
Choose the type of documentation you want to consult
Business documentation
Demonstrate how the API can be used, in a simple way, in your business. Explain the data needed to get the query return and each field returned by the API.
View business documentationBusiness documentation
Currency Codes and Names
USA
Get all currencies codes and names
Technical documentation
Demonstrate how the API can be used, technically, explaining each returned json tag, and details about the existing field types.
View technical documentationTechnical documentation
Currency Codes and Names
https://app.ghubee.com/api/currencies
{ "data": [ { "id": "AED", "name": "United Arab Emirates Dirham", "min_size": "0.01000000" }, { "id": "AFN", "name": "Afghan Afghani", "min_size": "0.01000000" }, { "id": "ALL", "name": "Albanian Lek", "min_size": "0.01000000" }, { "id": "AMD", "name": "Armenian Dram", "min_size": "0.01000000" }, { "id": "ANG", "name": "Netherlands Antillean Gulden", "min_size": "0.01000000" }, { "id": "AOA", "name": "Angolan Kwanza", "min_size": "0.01000000" }, { "id": "ARS", "name": "Argentine Peso", "min_size": "0.01000000" }, { "id": "AUD", "name": "Australian Dollar", "min_size": "0.01000000" }, { "id": "AWG", "name": "Aruban Florin", "min_size": "0.01000000" }, { "id": "AZN", "name": "Azerbaijani Manat", "min_size": "0.01000000" }, { "id": "BAM", "name": "Bosnia and Herzegovina Convertible Mark", "min_size": "0.01000000" }, { "id": "BBD", "name": "Barbadian Dollar", "min_size": "0.01000000" }, { "id": "BDT", "name": "Bangladeshi Taka", "min_size": "0.01000000" }, { "id": "BGN", "name": "Bulgarian Lev", "min_size": "0.01000000" }, { "id": "BHD", "name": "Bahraini Dinar", "min_size": "0.00100000" }, { "id": "BIF", "name": "Burundian Franc", "min_size": "1.00000000" }, { "id": "BMD", "name": "Bermudian Dollar", "min_size": "0.01000000" }, { "id": "BND", "name": "Brunei Dollar", "min_size": "0.01000000" }, { "id": "BOB", "name": "Bolivian Boliviano", "min_size": "0.01000000" }, { "id": "BRL", "name": "Brazilian Real", "min_size": "0.01000000" }, { "id": "BSD", "name": "Bahamian Dollar", "min_size": "0.01000000" }, { "id": "BTN", "name": "Bhutanese Ngultrum", "min_size": "0.01000000" }, { "id": "BWP", "name": "Botswana Pula", "min_size": "0.01000000" }, { "id": "BYN", "name": "Belarusian Ruble", "min_size": "0.01000000" }, { "id": "BYR", "name": "Belarusian Ruble", "min_size": "1.00000000" }, { "id": "BZD", "name": "Belize Dollar", "min_size": "0.01000000" }, { "id": "CAD", "name": "Canadian Dollar", "min_size": "0.01000000" }, { "id": "CDF", "name": "Congolese Franc", "min_size": "0.01000000" }, { "id": "CHF", "name": "Swiss Franc", "min_size": "0.01000000" }, { "id": "CLF", "name": "Unidad de Fomento", "min_size": "0.00010000" }, { "id": "CLP", "name": "Chilean Peso", "min_size": "1.00000000" }, { "id": "CNH", "name": "Chinese Renminbi Yuan Offshore", "min_size": "0.01000000" }, { "id": "CNY", "name": "Chinese Renminbi Yuan", "min_size": "0.01000000" }, { "id": "COP", "name": "Colombian Peso", "min_size": "0.01000000" }, { "id": "CRC", "name": "Costa Rican Colón", "min_size": "0.01000000" }, { "id": "CUC", "name": "Cuban Convertible Peso", "min_size": "0.01000000" }, { "id": "CVE", "name": "Cape Verdean Escudo", "min_size": "0.01000000" }, { "id": "CZK", "name": "Czech Koruna", "min_size": "0.01000000" }, { "id": "DJF", "name": "Djiboutian Franc", "min_size": "1.00000000" }, { "id": "DKK", "name": "Danish Krone", "min_size": "0.01000000" }, { "id": "DOP", "name": "Dominican Peso", "min_size": "0.01000000" }, { "id": "DZD", "name": "Algerian Dinar", "min_size": "0.01000000" }, { "id": "EGP", "name": "Egyptian Pound", "min_size": "0.01000000" }, { "id": "ETB", "name": "Ethiopian Birr", "min_size": "0.01000000" }, { "id": "EUR", "name": "Euro", "min_size": "0.01000000" }, { "id": "FJD", "name": "Fijian Dollar", "min_size": "0.01000000" }, { "id": "FKP", "name": "Falkland Pound", "min_size": "0.01000000" }, { "id": "GBP", "name": "British Pound", "min_size": "0.01000000" }, { "id": "GBX", "name": "British Penny", "min_size": "1.00000000" }, { "id": "GEL", "name": "Georgian Lari", "min_size": "0.01000000" }, { "id": "GGP", "name": "Guernsey Pound", "min_size": "0.01000000" }, { "id": "GHS", "name": "Ghanaian Cedi", "min_size": "0.01000000" }, { "id": "GIP", "name": "Gibraltar Pound", "min_size": "0.01000000" }, { "id": "GMD", "name": "Gambian Dalasi", "min_size": "0.01000000" }, { "id": "GNF", "name": "Guinean Franc", "min_size": "1.00000000" }, { "id": "GTQ", "name": "Guatemalan Quetzal", "min_size": "0.01000000" }, { "id": "GYD", "name": "Guyanese Dollar", "min_size": "0.01000000" }, { "id": "HKD", "name": "Hong Kong Dollar", "min_size": "0.01000000" }, { "id": "HNL", "name": "Honduran Lempira", "min_size": "0.01000000" }, { "id": "HRK", "name": "Croatian Kuna", "min_size": "0.01000000" }, { "id": "HTG", "name": "Haitian Gourde", "min_size": "0.01000000" }, { "id": "HUF", "name": "Hungarian Forint", "min_size": "1.00000000" }, { "id": "IDR", "name": "Indonesian Rupiah", "min_size": "0.01000000" }, { "id": "ILS", "name": "Israeli New Sheqel", "min_size": "0.01000000" }, { "id": "IMP", "name": "Isle of Man Pound", "min_size": "0.01000000" }, { "id": "INR", "name": "Indian Rupee", "min_size": "0.01000000" }, { "id": "IQD", "name": "Iraqi Dinar", "min_size": "0.00100000" }, { "id": "ISK", "name": "Icelandic Króna", "min_size": "1.00000000" }, { "id": "JEP", "name": "Jersey Pound", "min_size": "0.01000000" }, { "id": "JMD", "name": "Jamaican Dollar", "min_size": "0.01000000" }, { "id": "JOD", "name": "Jordanian Dinar", "min_size": "0.00100000" }, { "id": "JPY", "name": "Japanese Yen", "min_size": "1.00000000" }, { "id": "KES", "name": "Kenyan Shilling", "min_size": "0.01000000" }, { "id": "KGS", "name": "Kyrgyzstani Som", "min_size": "0.01000000" }, { "id": "KHR", "name": "Cambodian Riel", "min_size": "0.01000000" }, { "id": "KMF", "name": "Comorian Franc", "min_size": "1.00000000" }, { "id": "KRW", "name": "South Korean Won", "min_size": "1.00000000" }, { "id": "KWD", "name": "Kuwaiti Dinar", "min_size": "0.00100000" }, { "id": "KYD", "name": "Cayman Islands Dollar", "min_size": "0.01000000" }, { "id": "KZT", "name": "Kazakhstani Tenge", "min_size": "0.01000000" }, { "id": "LAK", "name": "Lao Kip", "min_size": "0.01000000" }, { "id": "LBP", "name": "Lebanese Pound", "min_size": "0.01000000" }, { "id": "LKR", "name": "Sri Lankan Rupee", "min_size": "0.01000000" }, { "id": "LRD", "name": "Liberian Dollar", "min_size": "0.01000000" }, { "id": "LSL", "name": "Lesotho Loti", "min_size": "0.01000000" }, { "id": "LTL", "name": "Lithuanian Litas", "min_size": "0.01000000" }, { "id": "LYD", "name": "Libyan Dinar", "min_size": "0.00100000" }, { "id": "MAD", "name": "Moroccan Dirham", "min_size": "0.01000000" }, { "id": "MDL", "name": "Moldovan Leu", "min_size": "0.01000000" }, { "id": "MGA", "name": "Malagasy Ariary", "min_size": "0.20000000" }, { "id": "MKD", "name": "Macedonian Denar", "min_size": "0.01000000" }, { "id": "MMK", "name": "Myanmar Kyat", "min_size": "0.01000000" }, { "id": "MNT", "name": "Mongolian Tögrög", "min_size": "0.01000000" }, { "id": "MOP", "name": "Macanese Pataca", "min_size": "0.01000000" }, { "id": "MUR", "name": "Mauritian Rupee", "min_size": "0.01000000" }, { "id": "MVR", "name": "Maldivian Rufiyaa", "min_size": "0.01000000" }, { "id": "MWK", "name": "Malawian Kwacha", "min_size": "0.01000000" }, { "id": "MXN", "name": "Mexican Peso", "min_size": "0.01000000" }, { "id": "MYR", "name": "Malaysian Ringgit", "min_size": "0.01000000" }, { "id": "MZN", "name": "Mozambican Metical", "min_size": "0.01000000" }, { "id": "NAD", "name": "Namibian Dollar", "min_size": "0.01000000" }, { "id": "NGN", "name": "Nigerian Naira", "min_size": "0.01000000" }, { "id": "NIO", "name": "Nicaraguan Córdoba", "min_size": "0.01000000" }, { "id": "NOK", "name": "Norwegian Krone", "min_size": "0.01000000" }, { "id": "NPR", "name": "Nepalese Rupee", "min_size": "0.01000000" }, { "id": "NZD", "name": "New Zealand Dollar", "min_size": "0.01000000" }, { "id": "OMR", "name": "Omani Rial", "min_size": "0.00100000" }, { "id": "PAB", "name": "Panamanian Balboa", "min_size": "0.01000000" }, { "id": "PEN", "name": "Peruvian Sol", "min_size": "0.01000000" }, { "id": "PGK", "name": "Papua New Guinean Kina", "min_size": "0.01000000" }, { "id": "PHP", "name": "Philippine Peso", "min_size": "0.01000000" }, { "id": "PKR", "name": "Pakistani Rupee", "min_size": "0.01000000" }, { "id": "PLN", "name": "Polish Złoty", "min_size": "0.01000000" }, { "id": "PYG", "name": "Paraguayan Guaraní", "min_size": "1.00000000" }, { "id": "QAR", "name": "Qatari Riyal", "min_size": "0.01000000" }, { "id": "RON", "name": "Romanian Leu", "min_size": "0.01000000" }, { "id": "RSD", "name": "Serbian Dinar", "min_size": "0.01000000" }, { "id": "RUB", "name": "Russian Ruble", "min_size": "0.01000000" }, { "id": "RWF", "name": "Rwandan Franc", "min_size": "1.00000000" }, { "id": "SAR", "name": "Saudi Riyal", "min_size": "0.01000000" }, { "id": "SBD", "name": "Solomon Islands Dollar", "min_size": "0.01000000" }, { "id": "SCR", "name": "Seychellois Rupee", "min_size": "0.01000000" }, { "id": "SEK", "name": "Swedish Krona", "min_size": "0.01000000" }, { "id": "SGD", "name": "Singapore Dollar", "min_size": "0.01000000" }, { "id": "SHP", "name": "Saint Helenian Pound", "min_size": "0.01000000" }, { "id": "SLL", "name": "Sierra Leonean Leone", "min_size": "0.01000000" }, { "id": "SOS", "name": "Somali Shilling", "min_size": "0.01000000" }, { "id": "SRD", "name": "Surinamese Dollar", "min_size": "0.01000000" }, { "id": "SSP", "name": "South Sudanese Pound", "min_size": "0.01000000" }, { "id": "STD", "name": "São Tomé and Príncipe Dobra", "min_size": "0.01000000" }, { "id": "SVC", "name": "Salvadoran Colón", "min_size": "0.01000000" }, { "id": "SZL", "name": "Swazi Lilangeni", "min_size": "0.01000000" }, { "id": "THB", "name": "Thai Baht", "min_size": "0.01000000" }, { "id": "TJS", "name": "Tajikistani Somoni", "min_size": "0.01000000" }, { "id": "TMT", "name": "Turkmenistani Manat", "min_size": "0.01000000" }, { "id": "TND", "name": "Tunisian Dinar", "min_size": "0.00100000" }, { "id": "TOP", "name": "Tongan Paʻanga", "min_size": "0.01000000" }, { "id": "TRY", "name": "Turkish Lira", "min_size": "0.01000000" }, { "id": "TTD", "name": "Trinidad and Tobago Dollar", "min_size": "0.01000000" }, { "id": "TWD", "name": "New Taiwan Dollar", "min_size": "0.01000000" }, { "id": "TZS", "name": "Tanzanian Shilling", "min_size": "0.01000000" }, { "id": "UAH", "name": "Ukrainian Hryvnia", "min_size": "0.01000000" }, { "id": "UGX", "name": "Ugandan Shilling", "min_size": "1.00000000" }, { "id": "USD", "name": "US Dollar", "min_size": "0.01000000" }, { "id": "UYU", "name": "Uruguayan Peso", "min_size": "0.01000000" }, { "id": "UZS", "name": "Uzbekistan Som", "min_size": "0.01000000" }, { "id": "VEF", "name": "Venezuelan Bolívar", "min_size": "0.01000000" }, { "id": "VES", "name": "Venezuelan Bolívar Soberano", "min_size": "0.01000000" }, { "id": "VND", "name": "Vietnamese Đồng", "min_size": "1.00000000" }, { "id": "VUV", "name": "Vanuatu Vatu", "min_size": "1.00000000" }, { "id": "WST", "name": "Samoan Tala", "min_size": "0.01000000" }, { "id": "XAF", "name": "Central African Cfa Franc", "min_size": "1.00000000" }, { "id": "XAG", "name": "Silver (Troy Ounce)", "min_size": "1.00000000" }, { "id": "XAU", "name": "Gold (Troy Ounce)", "min_size": "1.00000000" }, { "id": "XCD", "name": "East Caribbean Dollar", "min_size": "0.01000000" }, { "id": "XDR", "name": "Special Drawing Rights", "min_size": "1.00000000" }, { "id": "XOF", "name": "West African Cfa Franc", "min_size": "1.00000000" }, { "id": "XPD", "name": "Palladium", "min_size": "1.00000000" }, { "id": "XPF", "name": "Cfp Franc", "min_size": "1.00000000" }, { "id": "XPT", "name": "Platinum", "min_size": "1.00000000" }, { "id": "XTS", "name": "Codes specifically reserved for testing purposes", "min_size": "1.00000000" }, { "id": "YER", "name": "Yemeni Rial", "min_size": "0.01000000" }, { "id": "ZAR", "name": "South African Rand", "min_size": "0.01000000" }, { "id": "ZMW", "name": "Zambian Kwacha", "min_size": "0.01000000" }, { "id": "ZWD", "name": "Zimbabwean Dollar", "min_size": "0.01000000" }, { "id": "ZWL", "name": "Zimbabwean Dollar", "min_size": "0.01000000" } ] }
Bitcoin
Bitcoin price index
Contract API - Bitcoin price index
Choose the type of documentation you want to consult
Business documentation
Demonstrate how the API can be used, in a simple way, in your business. Explain the data needed to get the query return and each field returned by the API.
View business documentationBusiness documentation
Bitcoin price index
USA
Bitcoin price index
Technical documentation
Demonstrate how the API can be used, technically, explaining each returned json tag, and details about the existing field types.
View technical documentationTechnical documentation
Bitcoin price index
https://app.ghubee.com/api/bicoin/price
{"time":{"updated":"Jul 27, 2022 20:11:00 UTC","updatedISO":"2022-07-27T20:11:00+00:00","updateduk":"Jul 27, 2022 at 21:11 BST"},"disclaimer":"This data was produced from the CoinDesk Bitcoin Price Index (USD). Non-USD currency data converted using hourly conversion rate from openexchangerates.org","chartName":"Bitcoin","bpi":{"USD":{"code":"USD","symbol":"$","rate":"22,756.2689","description":"United States Dollar","rate_float":22756.2689},"GBP":{"code":"GBP","symbol":"£","rate":"19,014.9562","description":"British Pound Sterling","rate_float":19014.9562},"EUR":{"code":"EUR","symbol":"€","rate":"22,167.9283","description":"Euro","rate_float":22167.9283}}}
Money
Exchange rates
Contract API - Exchange rates
Choose the type of documentation you want to consult
Business documentation
Demonstrate how the API can be used, in a simple way, in your business. Explain the data needed to get the query return and each field returned by the API.
View business documentationBusiness documentation
Exchange rates
USA
Currency exchange rates
Technical documentation
Demonstrate how the API can be used, technically, explaining each returned json tag, and details about the existing field types.
View technical documentationTechnical documentation
Exchange rates
https://app.ghubee.com/api/exchange/rates
{ "rates": { "btc": { "name": "Bitcoin", "unit": "BTC", "value": 1.0, "type": "crypto" }, "eth": { "name": "Ether", "unit": "ETH", "value": 14.303, "type": "crypto" }, "ltc": { "name": "Litecoin", "unit": "LTC", "value": 388.747, "type": "crypto" }, "bch": { "name": "Bitcoin Cash", "unit": "BCH", "value": 181.357, "type": "crypto" }, "bnb": { "name": "Binance Coin", "unit": "BNB", "value": 84.694, "type": "crypto" }, "eos": { "name": "EOS", "unit": "EOS", "value": 18365.102, "type": "crypto" }, "xrp": { "name": "XRP", "unit": "XRP", "value": 64505.384, "type": "crypto" }, "xlm": { "name": "Lumens", "unit": "XLM", "value": 205811.904, "type": "crypto" }, "link": { "name": "Chainlink", "unit": "LINK", "value": 3364.465, "type": "crypto" }, "dot": { "name": "Polkadot", "unit": "DOT", "value": 3133.405, "type": "crypto" }, "yfi": { "name": "Yearn.finance", "unit": "YFI", "value": 3.158, "type": "crypto" }, "usd": { "name": "US Dollar", "unit": "$", "value": 22751.154, "type": "fiat" }, "aed": { "name": "United Arab Emirates Dirham", "unit": "DH", "value": 83565.672, "type": "fiat" }, "ars": { "name": "Argentine Peso", "unit": "$", "value": 2978458.965, "type": "fiat" }, "aud": { "name": "Australian Dollar", "unit": "A$", "value": 32535.493, "type": "fiat" }, "bdt": { "name": "Bangladeshi Taka", "unit": "৳", "value": 2152581.389, "type": "fiat" }, "bhd": { "name": "Bahraini Dinar", "unit": "BD", "value": 8577.025, "type": "fiat" }, "bmd": { "name": "Bermudian Dollar", "unit": "$", "value": 22751.154, "type": "fiat" }, "brl": { "name": "Brazil Real", "unit": "R$", "value": 119509.539, "type": "fiat" }, "cad": { "name": "Canadian Dollar", "unit": "CA$", "value": 29164.045, "type": "fiat" }, "chf": { "name": "Swiss Franc", "unit": "Fr.", "value": 21815.399, "type": "fiat" }, "clp": { "name": "Chilean Peso", "unit": "CLP$", "value": 20815713.734, "type": "fiat" }, "cny": { "name": "Chinese Yuan", "unit": "¥", "value": 153763.677, "type": "fiat" }, "czk": { "name": "Czech Koruna", "unit": "Kč", "value": 547370.752, "type": "fiat" }, "dkk": { "name": "Danish Krone", "unit": "kr.", "value": 166050.074, "type": "fiat" }, "eur": { "name": "Euro", "unit": "€", "value": 22306.733, "type": "fiat" }, "gbp": { "name": "British Pound Sterling", "unit": "£", "value": 18711.937, "type": "fiat" }, "hkd": { "name": "Hong Kong Dollar", "unit": "HK$", "value": 178590.988, "type": "fiat" }, "huf": { "name": "Hungarian Forint", "unit": "Ft", "value": 8988493.221, "type": "fiat" }, "idr": { "name": "Indonesian Rupiah", "unit": "Rp", "value": 339561872.516, "type": "fiat" }, "ils": { "name": "Israeli New Shekel", "unit": "₪", "value": 77862.868, "type": "fiat" }, "inr": { "name": "Indian Rupee", "unit": "₹", "value": 1815678.403, "type": "fiat" }, "jpy": { "name": "Japanese Yen", "unit": "¥", "value": 3107649.472, "type": "fiat" }, "krw": { "name": "South Korean Won", "unit": "₩", "value": 29732355.033, "type": "fiat" }, "kwd": { "name": "Kuwaiti Dinar", "unit": "KD", "value": 6993.75, "type": "fiat" }, "lkr": { "name": "Sri Lankan Rupee", "unit": "Rs", "value": 8180750.453, "type": "fiat" }, "mmk": { "name": "Burmese Kyat", "unit": "K", "value": 42074033.978, "type": "fiat" }, "mxn": { "name": "Mexican Peso", "unit": "MX$", "value": 463714.029, "type": "fiat" }, "myr": { "name": "Malaysian Ringgit", "unit": "RM", "value": 101436.022, "type": "fiat" }, "ngn": { "name": "Nigerian Naira", "unit": "₦", "value": 9456289.832, "type": "fiat" }, "nok": { "name": "Norwegian Krone", "unit": "kr", "value": 221607.21, "type": "fiat" }, "nzd": { "name": "New Zealand Dollar", "unit": "NZ$", "value": 36326.586, "type": "fiat" }, "php": { "name": "Philippine Peso", "unit": "₱", "value": 1262120.201, "type": "fiat" }, "pkr": { "name": "Pakistani Rupee", "unit": "₨", "value": 5368616.009, "type": "fiat" }, "pln": { "name": "Polish Zloty", "unit": "zł", "value": 106689.491, "type": "fiat" }, "rub": { "name": "Russian Ruble", "unit": "₽", "value": 1350849.84, "type": "fiat" }, "sar": { "name": "Saudi Riyal", "unit": "SR", "value": 85449.832, "type": "fiat" }, "sek": { "name": "Swedish Krona", "unit": "kr", "value": 232514.386, "type": "fiat" }, "sgd": { "name": "Singapore Dollar", "unit": "S$", "value": 31465.529, "type": "fiat" }, "thb": { "name": "Thai Baht", "unit": "฿", "value": 834367.738, "type": "fiat" }, "try": { "name": "Turkish Lira", "unit": "₺", "value": 406795.191, "type": "fiat" }, "twd": { "name": "New Taiwan Dollar", "unit": "NT$", "value": 680518.858, "type": "fiat" }, "uah": { "name": "Ukrainian hryvnia", "unit": "₴", "value": 838897.197, "type": "fiat" }, "vef": { "name": "Venezuelan bolívar fuerte", "unit": "Bs.F", "value": 2278.073, "type": "fiat" }, "vnd": { "name": "Vietnamese đồng", "unit": "₫", "value": 531941914.578, "type": "fiat" }, "zar": { "name": "South African Rand", "unit": "R", "value": 380362.9, "type": "fiat" }, "xdr": { "name": "IMF Special Drawing Rights", "unit": "XDR", "value": 16733.747, "type": "fiat" }, "xag": { "name": "Silver - Troy Ounce", "unit": "XAG", "value": 1191.597, "type": "commodity" }, "xau": { "name": "Gold - Troy Ounce", "unit": "XAU", "value": 13.111, "type": "commodity" }, "bits": { "name": "Bits", "unit": "μBTC", "value": 1000000.0, "type": "crypto" }, "sats": { "name": "Satoshi", "unit": "sats", "value": 100000000.0, "type": "crypto" } } }
Others
CKAN API
Contract API - CKAN API
Choose the type of documentation you want to consult
Business documentation
Demonstrate how the API can be used, in a simple way, in your business. Explain the data needed to get the query return and each field returned by the API.
View business documentationBusiness documentation
CKAN API
USA
Exposes all of CKAN’s(Comprehensive Knowledge Archive Network) core features
Technical documentation
Demonstrate how the API can be used, technically, explaining each returned json tag, and details about the existing field types.
View technical documentationTechnical documentation
CKAN API
https://app.ghubee.com/api/action/grouplist
{ "help": "https://demo.ckan.org/api/3/action/help_show?name=package_list", "success": true, "result": [ "newcastle-city-council-spending-over-f250", "sample-dataset-1", "test_dataset" ] }
Entertainment
WATCHESPN
Contract API - WATCHESPN
Choose the type of documentation you want to consult
Business documentation
Demonstrate how the API can be used, in a simple way, in your business. Explain the data needed to get the query return and each field returned by the API.
View business documentationBusiness documentation
WATCHESPN
USA
Live, upcomming and replay programming
Technical documentation
Demonstrate how the API can be used, technically, explaining each returned json tag, and details about the existing field types.
View technical documentationTechnical documentation
WATCHESPN
https://app.ghubee.com/api/watch/listings
{ "resultsLimit": 100, "resultsOffset": 0, "resultsCount": 171, "listings": [ { "name": "Portland Timbers vs. Seattle Sounders FC (MLS)", "keywords": "seattle sounders fc portland timbers major league soccer on espn presented by audi providence park, portland, or usa portland timbers vs. seattle sounders fc", "shortName": "Timbers vs. Sounders FC", "site": "", "rounds": "", "id": 3973261, "description": "The league that brings together professional clubs from the USA and Canada has 27 teams in two groups (East and West) and the champion is the one that wins the playoff. The competition is growing every year, not least as a platform for promising players from the whole continent, and it's a starting place for many great soccer careers.", "episodeId": "e13245026", "airingId": "112982152", "simulcastAiringId": "112982152", "eventId": 623536, "eventCalendarId": 401392955, "showId": "05691", "airingType": "L", "origination": "", "originalAirDate": "2022-08-26T22:17:00EDT", "eventStatus": "", "type": "replay", "startTime": "2022-08-26T22:17:01EDT", "broadcastStartTime": "2022-08-26T22:17:01EDT", "seekInSeconds": 0, "endTime": "2022-08-27T00:30:06EDT", "lang": "en", "gender": "Male", "broadcasts": [ { "typeId": 1, "ncsId": "n501", "name": "ESPN", "shortName": "ESPN", "callLetters": "ESPN", "abbreviation": "espn1", "code": "ESPN1", "displayName": "ESPN", "type": "linear", "adobeResource": "espn1", "ipAuth": false, "hasNielsenWatermarks": true, "hasEspnId3Heartbeats": true } ], "program": { "code": "ML", "sportLevel": "Professional", "isStudio": false, "categoryCode": "SO", "id": "2879" }, "categories": [ { "name": "Soccer", "abbreviation": "so", "id": 5, "sportId": 600, "uid": "s:600", "thumbnails": { "original": { "width": 0, "height": 0, "href": "http://a.espncdn.com/combiner/i?img=/espn360/images/showassets/SO.jpg&20160816113611" }, "large": { "width": 640, "height": 360, "href": "http://a.espncdn.com/combiner/i?img=/espn360/images/showassets/SO.jpg&w=640&h=360&20160816113611" }, "scoreboard": { "width": 134, "height": 75, "href": "http://a.espncdn.com/combiner/i?img=/espn360/images/showassets/SO.jpg&w=134&h=75&20160816113611" }, "medium": { "width": 288, "height": 162, "href": "http://a.espncdn.com/combiner/i?img=/espn360/images/showassets/SO.jpg&w=288&h=162&20160816113611" }, "small": { "width": 160, "height": 90, "href": "http://a.espncdn.com/combiner/i?img=/espn360/images/showassets/SO.jpg&w=160&h=90&20160816113611" }, "edgartv": { "width": 549, "height": 308, "href": "http://a.espncdn.com/prod/assets/editorial/appletv/showcase/20160927051636_firetv_soccer_espnfc_new.jpg" }, "appletvpast": { "width": 771, "height": 292, "href": "http://a.espncdn.com/prod/assets/editorial/appletv/showcase/20160927050506_appletv_uefa_champions_league_new.jpg" }, "appletv": { "width": 771, "height": 292, "href": "http://a.espncdn.com/prod/assets/editorial/appletv/showcase/20160927051625_appletv_soccer_espnfc_new.jpg" } }, "links": { "api": { "video": { "href": "http://api-app.espn.com/v1/video/soccer/clips" } } } } ], "subcategories": [ { "name": "MLS", "abbreviation": "mls", "id": 3927, "leagueId": 770, "uid": "s:600~l:770", "shortName": "MLS", "links": { "api": { "video": { "href": "http://api-app.espn.com/v1/video/soccer/mls/clips" } } } } ], "competitors": [ { "type": "team", "homeAway": "home", "team": { "id": 9723, "name": "Seattle Sounders FC", "group": { "id": 0 } } }, { "type": "team", "homeAway": "away", "team": { "id": 9726, "name": "Portland Timbers", "group": { "id": 0 } } } ], "thumbnails": { "small": { "width": 160, "height": 90, "href": "https://artwork.api.espn.com/artwork/collections/media/735a9a00-9863-43cc-b936-89bd8291d253/default?apikey=11mxera6h5cl7174b5nrs17ytr&width=160" }, "scoreboard": { "width": 134, "height": 75, "href": "https://artwork.api.espn.com/artwork/collections/media/735a9a00-9863-43cc-b936-89bd8291d253/default?apikey=11mxera6h5cl7174b5nrs17ytr&width=134" }, "medium": { "width": 288, "height": 162, "href": "https://artwork.api.espn.com/artwork/collections/media/735a9a00-9863-43cc-b936-89bd8291d253/default?apikey=11mxera6h5cl7174b5nrs17ytr&width=288" }, "large": { "width": 640, "height": 360, "href": "https://artwork.api.espn.com/artwork/collections/media/735a9a00-9863-43cc-b936-89bd8291d253/default?apikey=11mxera6h5cl7174b5nrs17ytr&width=640" }, "original": { "width": 0, "height": 0, "href": "https://artwork.api.espn.com/artwork/collections/media/735a9a00-9863-43cc-b936-89bd8291d253/default?apikey=11mxera6h5cl7174b5nrs17ytr&width=2560" } }, "hasBlackouts": false, "blackouts": [], "parentalRating": "G", "hasReplay": false, "aspectRatio": "16:9", "closedCaptions": { "enabled": true, "position": "bottomLeft", "href": "" },
Entertainment
Chuic Norris Joke
Contract API - Chuic Norris Joke
Choose the type of documentation you want to consult
Business documentation
Demonstrate how the API can be used, in a simple way, in your business. Explain the data needed to get the query return and each field returned by the API.
View business documentationBusiness documentation
Chuic Norris Joke
USA
Get a random Norris joke
Technical documentation
Demonstrate how the API can be used, technically, explaining each returned json tag, and details about the existing field types.
View technical documentationTechnical documentation
Chuic Norris Joke
https://app.ghubee.com/api/norris/joke/{firstname}/{lastname}
{ "type": "success", "value": { "id": 497, "joke": "If Chuck Norris writes code with bugs, the bugs fix themselves.", "categories": ["nerdy"] } }
Entertainment
TV show information
Contract API - TV show information
Choose the type of documentation you want to consult
Business documentation
Demonstrate how the API can be used, in a simple way, in your business. Explain the data needed to get the query return and each field returned by the API.
View business documentationBusiness documentation
TV show information
USA
TV show information
Technical documentation
Demonstrate how the API can be used, technically, explaining each returned json tag, and details about the existing field types.
View technical documentationTechnical documentation
TV show information
https://app.ghubee.com/api/tvshow/info/shows?q={show}
[ { "score": 1.1904762, "show": { "id": 5451, "url": "https://www.tvmaze.com/shows/5451/golden-girls", "name": "Golden Girls", "type": "Scripted", "language": "Dutch", "genres": [ "Comedy", "Family", "Romance" ], "status": "Ended", "runtime": 30, "averageRuntime": 30, "premiered": "2012-08-25", "ended": "2012-11-03", "officialSite": null, "schedule": { "time": "20:00", "days": [ "Saturday" ] }, "rating": { "average": null }, "weight": 79, "network": { "id": 112, "name": "RTL4", "country": { "name": "Netherlands", "code": "NL", "timezone": "Europe/Amsterdam" }, "officialSite": null }, "webChannel": null, "dvdCountry": null, "externals": { "tvrage": null, "thetvdb": 262042, "imdb": "tt2359096" }, "image": { "medium": "https://static.tvmaze.com/uploads/images/medium_portrait/22/55709.jpg", "original": "https://static.tvmaze.com/uploads/images/original_untouched/22/55709.jpg" }, "summary": "<p>Meet Barbara, Els, Toos & Milly... Together they form the perfect circle of friends and live in their home in Scheveningen. The scripts are based on original American screenplays, but have been rewritten into Dutch and the year 2012.</p>", "updated": 1624285127, "_links": { "self": { "href": "https://api.tvmaze.com/shows/5451" }, "previousepisode": { "href": "https://api.tvmaze.com/episodes/2117447" } } } }, { "score": 1.014776, "show": { "id": 722, "url": "https://www.tvmaze.com/shows/722/the-golden-girls", "name": "The Golden Girls", "type": "Scripted", "language": "English", "genres": [ "Drama", "Comedy" ], "status": "Ended", "runtime": 30, "averageRuntime": 30, "premiered": "1985-09-14", "ended": "1992-05-09", "officialSite": null, "schedule": { "time": "21:00", "days": [ "Saturday" ] }, "rating": { "average": 8.3 }, "weight": 95, "network": { "id": 1, "name": "NBC", "country": { "name": "United States", "code": "US", "timezone": "America/New_York" }, "officialSite": "https://www.nbc.com/" }, "webChannel": null, "dvdCountry": null, "externals": { "tvrage": 5820, "thetvdb": 71292, "imdb": "tt0088526" }, "image": { "medium": "https://static.tvmaze.com/uploads/images/medium_portrait/6/15097.jpg", "original": "https://static.tvmaze.com/uploads/images/original_untouched/6/15097.jpg" }, "summary": "<p><b>The Golden Girls</b> follows four South Florida seniors sharing a house, their dreams, and a whole lot of cheesecake. Bright, promiscuous, clueless, and hilarious, these lovely mismatched ladies form the perfect circle of friends.</p>", "updated": 1659917716, "_links": { "self": { "href": "https://api.tvmaze.com/shows/722" }, "previousepisode": { "href": "https://api.tvmaze.com/episodes/64040" } } } }, { "score": 0.5626837, "show": { "id": 57291, "url": "https://www.tvmaze.com/shows/57291/the-holden-girls-mandy-myrtle", "name": "The Holden Girls: Mandy & Myrtle", "type": "Scripted", "language": "English", "genres": [ "Comedy" ], "status": "Running", "runtime": null, "averageRuntime": 32, "premiered": "2021-09-07", "ended": null, "officialSite": "https://www.channel4.com/programmes/the-holden-girls-mandy-myrtle/", "schedule": { "time": "", "days": [ "Tuesday" ] }, "rating": { "average": null }, "weight": 68, "network": { "id": 41, "name": "E4", "country": { "name": "United Kingdom", "code": "GB", "timezone": "Europe/London" }, "officialSite": null }, "webChannel": null, "dvdCountry": null, "externals": { "tvrage": null, "thetvdb": 409152, "imdb": "tt15371940" }, "image": { "medium": "https://static.tvmaze.com/uploads/images/medium_portrait/354/887264.jpg", "original": "https://static.tvmaze.com/uploads/images/original_untouched/354/887264.jpg" }, "summary": "<p>Spoof documentary followiing actress and broadcaster Amanda Holden and her grandmother Myrtle, played by Leigh Francis.</p>", "updated": 1651538878, "_links": { "self": { "href": "https://api.tvmaze.com/shows/57291" }, "previousepisode": { "href": "https://api.tvmaze.com/episodes/2166477" } } } } ]
Entertainment
Book Covers Image
Contract API - Book Covers Image
Choose the type of documentation you want to consult
Business documentation
Demonstrate how the API can be used, in a simple way, in your business. Explain the data needed to get the query return and each field returned by the API.
View business documentationBusiness documentation
Book Covers Image
USA
Get the book cover image
Technical documentation
Demonstrate how the API can be used, technically, explaining each returned json tag, and details about the existing field types.
View technical documentationTechnical documentation
Book Covers Image
https://app.ghubee.com/api/book/cover/image/{number.jpg}
Image
Entertainment
New Deck
Contract API - New Deck
Choose the type of documentation you want to consult
Business documentation
Demonstrate how the API can be used, in a simple way, in your business. Explain the data needed to get the query return and each field returned by the API.
View business documentationBusiness documentation
New Deck
USA
Creates a new Deck
Technical documentation
Demonstrate how the API can be used, technically, explaining each returned json tag, and details about the existing field types.
View technical documentationTechnical documentation
New Deck
https://app.ghubee.com/api/deckofcards/new
{ "success": true, "deck_id": "p8kdsbddxh17", "remaining": 52, "shuffled": false }
Others
CKAN API
Contract API - CKAN API
Choose the type of documentation you want to consult
Business documentation
Demonstrate how the API can be used, in a simple way, in your business. Explain the data needed to get the query return and each field returned by the API.
View business documentationBusiness documentation
CKAN API
USA
Exposes all of CKAN’s(Comprehensive Knowledge Archive Network) core features
Technical documentation
Demonstrate how the API can be used, technically, explaining each returned json tag, and details about the existing field types.
View technical documentationTechnical documentation
CKAN API
https://app.ghubee.com/api/action/grouplist
{ "help": "https://demo.ckan.org/api/3/action/help_show?name=package_list", "success": true, "result": [ "newcastle-city-council-spending-over-f250", "sample-dataset-1", "test_dataset" ] }
Web
Inspect your user agent and headers
Contract API - Inspect your user agent and headers
Choose the type of documentation you want to consult
Business documentation
Demonstrate how the API can be used, in a simple way, in your business. Explain the data needed to get the query return and each field returned by the API.
View business documentationBusiness documentation
Inspect your user agent and headers
USA
Inspect your user agent and headers
Technical documentation
Demonstrate how the API can be used, technically, explaining each returned json tag, and details about the existing field types.
View technical documentationTechnical documentation
Inspect your user agent and headers
https://app.ghubee.com/api/inspect/user/agentandheaders
{ "args": {}, "headers": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate, br", "Cache-Control": "no-cache", "Content-Length": "0", "Host": "httpbin.org", "Postman-Token": "348c1c3d-2f32-4c1e-ae72-9c1f3d43a384", "User-Agent": "PostmanRuntime/7.29.2", "X-Amzn-Trace-Id": "Root=1-630f762a-7d80a8f465720dc7726aed9d" }, "origin": "54.86.50.139", "url": "http://httpbin.org/get" }
Others
Makeup brands and product info
Contract API - Makeup brands and product info
Choose the type of documentation you want to consult
Business documentation
Demonstrate how the API can be used, in a simple way, in your business. Explain the data needed to get the query return and each field returned by the API.
View business documentationBusiness documentation
Makeup brands and product info
USA
Get a Makeup brand and product info
Technical documentation
Demonstrate how the API can be used, technically, explaining each returned json tag, and details about the existing field types.
View technical documentationTechnical documentation
Makeup brands and product info
https://app.ghubee.com/api/makeup/brand/info/products.json?brand={brand}
[ { "id": 495, "brand": "maybelline", "name": "Maybelline Face Studio Master Hi-Light Light Booster Bronzer", "price": "14.99", "price_sign": null, "currency": null, "image_link": "https://d3t32hsnjxo7q6.cloudfront.net/i/991799d3e70b8856686979f8ff6dcfe0_ra,w158,h184_pa,w158,h184.png", "product_link": "https://well.ca/products/maybelline-face-studio-master_88837.html", "website_link": "https://well.ca", "description": "Maybelline Face Studio Master Hi-Light Light Boosting bronzer formula has an expert \nbalance of shade + shimmer illuminator for natural glow. Skin goes \nsoft-lit with zero glitz.\n\n\t\tFor Best Results: Brush over all shades in palette and gently sweep over \ncheekbones, brow bones, and temples, or anywhere light naturally touches\n the face.\n\n\t\t\n\t\n\n ", "rating": 5.0, "category": null, "product_type": "bronzer", "tag_list": [], "created_at": "2016-10-01T18:36:15.012Z", "updated_at": "2017-12-23T21:08:50.624Z", "product_api_url": "http://makeup-api.herokuapp.com/api/v1/products/495.json", "api_featured_image": "//s3.amazonaws.com/donovanbailey/products/api_featured_images/000/000/495/original/open-uri20171223-4-9hrto4?1514063330", "product_colors": [] },
Others
Random facts about numbers
Contract API - Random facts about numbers
Choose the type of documentation you want to consult
Business documentation
Demonstrate how the API can be used, in a simple way, in your business. Explain the data needed to get the query return and each field returned by the API.
View business documentationBusiness documentation
Random facts about numbers
USA
Get a random math fact about numbers
Technical documentation
Demonstrate how the API can be used, technically, explaining each returned json tag, and details about the existing field types.
View technical documentationTechnical documentation
Random facts about numbers
https://app.ghubee.com/api/random/number/fact
17 is the 7th prime number.
Others
Open library
Contract API - Open library
Choose the type of documentation you want to consult
Business documentation
Demonstrate how the API can be used, in a simple way, in your business. Explain the data needed to get the query return and each field returned by the API.
View business documentationBusiness documentation
Open library
USA
Find a book info by name
Technical documentation
Demonstrate how the API can be used, technically, explaining each returned json tag, and details about the existing field types.
View technical documentationTechnical documentation
Open library
https://app.ghubee.com/api/book/info/search.json?q={bookTitle}
{ "numFound": 616, "start": 0, "numFoundExact": true, "docs": [ { "key": "/works/OL27448W", "type": "work", "seed": [ "/books/OL9158246M", "/books/OL9177076M", "/books/OL7883890M", "/books/OL21217116M", "/books/OL6165495M", "/books/OL24200787M", "/books/OL5975400M", "/books/OL17990125M", "/books/OL16539692M", "/books/OL23795326M", "/books/OL5574175M", "/books/OL5535578M", "/books/OL4382055M", "/books/OL20943851M", "/books/OL16791443M", "/books/OL22917263M", "/books/OL10681058M", "/books/OL10681579M", "/books/OL21392110M", "/books/OL22470927M", "/books/OL10682160M", "/books/OL5237526M", "/books/OL24353781M", "/books/OL10682337M", "/books/OL23821472M", "/books/OL9129627M", "/books/OL9117897M", "/books/OL22984886M", "/books/OL17885449M", "/books/OL7465857M", "/books/OL20943862M", "/books/OL27037515M", "/books/OL22510662M", "/books/OL9228715M", "/books/OL10162287M", "/books/OL20943868M", "/books/OL18462275M", "/books/OL17912024M", "/books/OL9177075M", "/books/OL9131845M", "/books/OL32069148M", "/books/OL32069147M", "/books/OL22909240M", "/books/OL1974942M", "/books/OL26793280M", "/books/OL10697675M", "/books/OL15280670M", "/books/OL22836449M", "/books/OL21217131M", "/books/OL25175074M", "/books/OL16355419M", "/books/OL8939520M", "/books/OL26450492M", "/books/OL21217165M", "/books/OL22193052M", "/books/OL10236393M", "/books/OL37015716M", "/books/OL17063250M", "/books/OL7827653M", "/books/OL22831274M", "/books/OL1532643M", "/books/OL22572775M", "/books/OL21058613M", "/books/OL28424777M", "/books/OL27900942M", "/books/OL21171006M", "/books/OL8610140M", "/books/OL7603874M", "/books/OL19620537M", "/books/OL9131888M", "/books/OL12509252M", "/books/OL22959135M", "/books/OL9850389M", "/books/OL8269996M", "/books/OL9444589M", "/books/OL7827516M", "/books/OL9076613M", "/books/OL7468970M", "/books/OL7603320M", "/books/OL27040581M", "/books/OL8840204M", "/books/OL8171857M", "/books/OL9854773M", "/books/OL32582185M", "/books/OL30533953M", "/books/OL30537183M", "/books/OL29570705M", "/books/OL27037939M", "/books/OL27037940M", "/books/OL26825020M", "/books/OL26327795M", "/books/OL9039651M", "/books/OL7915576M", "/books/OL26418460M", "/books/OL7946403M", "/books/OL3966044M", "/books/OL9216449M", "/books/OL9559516M", "/books/OL31867423M", "/books/OL35446040M", "/books/OL31445871M", "/books/OL30941069M", "/books/OL24335283M", "/books/OL27900943M", "/books/OL9076563M", "/books/OL8373813M", "/books/OL9217143M", "/books/OL8890596M", "/books/OL8890612M", "/books/OL3659520M", "/books/OL22819486M", "/books/OL3670214M", "/books/OL33891821M", "/books/OL31905190M", "/books/OL12539363M", "/books/OL27037938M", "/books/OL7605129M", "/books/OL12823904M", "/books/OL3380031M", "/books/OL22816363M", "/books/OL33912545M", "/books/OL28428935M", "/books/OL15948324M", "/books/OL8890481M", "/books/OL8171984M", "/books/OL10943762M", "/books/OL3321902M", "/books/OL28255021M", "/books/OL12539421M", "/books/OL27039287M", "/books/OL9218752M", "/books/OL3404981M", "/books/OL25424621M", "/books/OL32050940M", "/books/OL28182804M", "/books/OL27071765M", "/books/OL24278639M", "/books/OL24261347M", "/books/OL32225404M", "/books/OL31952532M", "/books/OL27037501M", "/books/OL26885115M", "/books/OL26450452M", "/books/OL27040235M", "/books/OL27040883M", "/books/OL26092341M", "/books/OL27039300M", "/books/OL27048930M", "/books/OL25418752M", "/books/OL27037516M", "/books/OL27394469M", "/books/OL31973640M", "/books/OL31462764M", "/books/OL32531171M", "/books/OL34777192M", "/books/OL34167892M", "/books/OL33915836M", "/works/OL27448W", "/subjects/the_lord_of_the_rings", "/subjects/fiction", "/subjects/ficción", "/subjects/english_fantasy_fiction", "/subjects/ficción_fantástica_inglesa", "/subjects/fantasy_fiction", "/subjects/fiction_in_english", "/subjects/open_library_staff_picks", "/subjects/middle_earth_(imaginary_place)", "/subjects/fiction_fantasy_epic", "/subjects/middle_earth_(imaginary_place)_fiction", "/subjects/baggins_frodo_(fictitious_character)_fiction", "/subjects/gandalf_(fictitious_character)_fiction", "/subjects/british_and_irish_fiction_(fictional_works_by_one_author)", "/subjects/english_literature", "/subjects/frodo_baggins_(fictitious_character)", "/subjects/baggins_bilbo_(fictitious_character)_fiction", "/subjects/fiction_fantasy_general", "/subjects/english_language", "/subjects/fiction_media_tie-in", "/subjects/gift_books", "/subjects/person:frodo_baggins", "/subjects/person:samwise_gamgee", "/subjects/person:meriadoc_brandybuck", "/subjects/person:peregrin_took", "/subjects/person:gandalf_the_grey", "/subjects/person:aragorn", "/subjects/person:legolas_greenleaf", "/subjects/person:gimli", "/subjects/person:boromir", "/subjects/person:denethor", "/subjects/person:faramir", "/subjects/person:galadriel", "/subjects/person:celeborn", "/subjects/person:elrond", "/subjects/person:arwen_undómiel", "/subjects/person:bilbo_baggins", "/subjects/person:théoden", "/subjects/person:éomer", "/subjects/person:éowyn", "/subjects/person:treebeard", "/subjects/person:tom_bombadil", "/subjects/person:king_thranduil", "/subjects/person:silvan_elves", "/subjects/person:sauron", "/subjects/person:elves_of_eregion", "/subjects/person:the_nazgûl", "/subjects/person:the_witch-king_of_angmar", "/subjects/person:saruman_the_white", "/subjects/person:gríma_wormtongue", "/subjects/person:gollum", "/subjects/person:shelob", "/subjects/person:durin's_bane", "/subjects/person:mouth_of_sauron", "/subjects/place:mordor", "/subjects/place:hornburg", "/subjects/place:isengard", "/subjects/place:cracks_of_doom", "/subjects/place:fangorn_forest", "/subjects/place:middle_earth", "/subjects/place:tierra_media", "/subjects/time:the_end_of_the_third_age", "/authors/OL26320A", "/authors/OL2786312A", "/authors/OL4857233A", "/authors/OL2659480A", "/authors/OL9085385A", "/authors/OL5011462A" ],
Others
Universities info by country
Contract API - Universities info by country
Choose the type of documentation you want to consult
Business documentation
Demonstrate how the API can be used, in a simple way, in your business. Explain the data needed to get the query return and each field returned by the API.
View business documentationBusiness documentation
Universities info by country
USA
Universities info by country
Technical documentation
Demonstrate how the API can be used, technically, explaining each returned json tag, and details about the existing field types.
View technical documentationTechnical documentation
Universities info by country
https://app.ghubee.com/api/universities/info/search?country={country}
[ { "domains": [ "futureworks.ac.uk" ], "alpha_two_code": "GB", "country": "United Kingdom", "web_pages": [ "https://futureworks.ac.uk/" ], "name": "Futureworks", "state-province": null }, { "domains": [ "arts.ac.uk" ], "alpha_two_code": "GB", "country": "United Kingdom", "web_pages": [ "https://www.arts.ac.uk" ], "name": "University of the Arts London", "state-province": null }, { "domains": [ "abdn.ac.uk", "aberdeen.ac.uk" ], "alpha_two_code": "GB", "country": "United Kingdom", "web_pages": [ "http://www.abdn.ac.uk/" ], "name": "University of Aberdeen", "state-province": null }, { "domains": [ "aber.ac.uk" ], "alpha_two_code": "GB", "country": "United Kingdom", "web_pages": [ "http://www.aber.ac.uk/" ], "name": "University of Wales, Aberystwyth", "state-province": null }, { "domains": [ "abertay.ac.uk" ], "alpha_two_code": "GB", "country": "United Kingdom", "web_pages": [ "http://www.abertay.ac.uk/" ], "name": "University of Abertay Dundee", "state-province": null }, { "domains": [ "aiuniv.edu" ], "alpha_two_code": "GB", "country": "United Kingdom", "web_pages": [ "http://www.aiuniv.edu/" ], "name": "American InterContinental University - London", "state-province": null }, { "domains": [ "aku.edu" ], "alpha_two_code": "GB", "country": "United Kingdom", "web_pages": [ "http://www.aku.edu/" ], "name": "Aga Khan University", "state-province": null }, { "domains": [ "anglia.ac.uk" ], "alpha_two_code": "GB", "country": "United Kingdom", "web_pages": [ "http://www.anglia.ac.uk/" ], "name": "Anglia Ruskin University", "state-province": null }, { "domains": [ "aston.ac.uk" ], "alpha_two_code": "GB", "country": "United Kingdom", "web_pages": [ "http://www.aston.ac.uk/" ], "name": "Aston University", "state-province": null }, { "domains": [ "aul.edu" ], "alpha_two_code": "GB", "country": "United Kingdom", "web_pages": [ "http://www.aul.edu/" ], "name": "The American University in London", "state-province": null }, { "domains": [ "bangor.ac.uk" ], "alpha_two_code": "GB", "country": "United Kingdom", "web_pages": [ "http://www.bangor.ac.uk/" ], "name": "University of Wales, Bangor", "state-province": null }, { "domains": [ "bath.ac.uk" ], "alpha_two_code": "GB", "country": "United Kingdom", "web_pages": [ "http://www.bath.ac.uk/" ], "name": "University of Bath", "state-province": null }, { "domains": [ "bathspa.ac.uk" ], "alpha_two_code": "GB", "country": "United Kingdom", "web_pages": [ "https://www.bathspa.ac.uk/" ], "name": "Bath Spa University", "state-province": null }, { "domains": [ "bbk.ac.uk" ], "alpha_two_code": "GB", "country": "United Kingdom", "web_pages": [ "http://www.bbk.ac.uk/" ], "name": "Birkbeck College, University of London", "state-province": null }, { "domains": [ "bcom.ac.uk" ], "alpha_two_code": "GB", "country": "United Kingdom", "web_pages": [ "http://www.bcom.ac.uk/" ], "name": "British College of Osteopathic Medicine", "state-province": null }, { "domains": [ "bcu.ac.uk" ], "alpha_two_code": "GB", "country": "United Kingdom", "web_pages": [ "http://www.bcu.ac.uk/" ], "name": "Birmingham City University", "state-province": null }, { "domains": [ "beds.ac.uk" ], "alpha_two_code": "GB", "country": "United Kingdom", "web_pages": [ "http://www.beds.ac.uk/" ], "name": "University of Bedfordshire", "state-province": null }, { "domains": [ "bham.ac.uk" ], "alpha_two_code": "GB", "country": "United Kingdom", "web_pages": [ "http://www.bham.ac.uk/" ], "name": "University of Birmingham", "state-province": null }, { "domains": [ "bolton.ac.uk" ], "alpha_two_code": "GB", "country": "United Kingdom", "web_pages": [ "http://www.bolton.ac.uk/" ], "name": "University of Bolton", "state-province": null }, { "domains": [ "bournemouth.ac.uk" ], "alpha_two_code": "GB", "country": "United Kingdom", "web_pages": [ "http://www.bournemouth.ac.uk/" ], "name": "Bournemouth University", "state-province": null }, { "domains": [ "brad.ac.uk" ], "alpha_two_code": "GB", "country": "United Kingdom", "web_pages": [ "http://www.brad.ac.uk/" ], "name": "University of Bradford", "state-province": null }, { "domains": [ "brijnet.org" ], "alpha_two_code": "GB", "country": "United Kingdom", "web_pages": [ "http://www.brijnet.org/lsjs/" ], "name": "London School of Jewish Studies", "state-province": null }, { "domains": [ "bris.ac.uk" ], "alpha_two_code": "GB", "country": "United Kingdom", "web_pages": [ "http://www.bris.ac.uk/" ], "name": "University of Bristol", "state-province": null }, { "domains": [ "brookes.ac.uk" ], "alpha_two_code": "GB", "country": "United Kingdom", "web_pages": [ "http://www.brookes.ac.uk/" ], "name": "Oxford Brookes University", "state-province": null }, { "domains": [ "brunel.ac.uk" ], "alpha_two_code": "GB", "country": "United Kingdom", "web_pages": [ "http://www.brunel.ac.uk/" ], "name": "Brunel University Uxbridge", "state-province": null }, { "domains": [ "bton.ac.uk" ], "alpha_two_code": "GB", "country": "United Kingdom", "web_pages": [ "http://www.bton.ac.uk/" ], "name": "University of Brighton", "state-province": null }, { "domains": [ "buck.ac.uk" ], "alpha_two_code": "GB", "country": "United Kingdom", "web_pages": [ "http://www.buck.ac.uk/" ], "name": "University of Buckingham", "state-province": null }, { "domains": [ "bucks.ac.uk" ], "alpha_two_code": "GB", "country": "United Kingdom", "web_pages": [ "http://www.bucks.ac.uk/" ], "name": "Buckinghamshire New University", "state-province": null }, { "domains": [ "cam.ac.uk" ], "alpha_two_code": "GB", "country": "United Kingdom", "web_pages": [ "http://www.cam.ac.uk/" ], "name": "University of Cambridge", "state-province": null }, { "domains": [ "camb.linst.ac.uk" ], "alpha_two_code": "GB", "country": "United Kingdom", "web_pages": [ "http://www.camb.linst.ac.uk/" ], "name": "Camberwell College of Arts", "state-province": null }, { "domains": [ "canterbury.ac.uk" ], "alpha_two_code": "GB", "country": "United Kingdom", "web_pages": [ "http://www.canterbury.ac.uk/" ], "name": "Canterbury Christ Church University", "state-province": null }, { "domains": [ "cardiff.ac.uk", "cf.ac.uk" ], "alpha_two_code": "GB", "country": "United Kingdom", "web_pages": [ "http://www.cardiff.ac.uk/" ], "name": "Cardiff University", "state-province": null }, { "domains": [ "chelsea.linst.ac.uk" ], "alpha_two_code": "GB", "country": "United Kingdom", "web_pages": [ "http://www.chelsea.linst.ac.uk/" ], "name": "Chelsea College of Art and Design", "state-province": null },
Others
Experimental books
Contract API - Experimental books
Choose the type of documentation you want to consult
Business documentation
Demonstrate how the API can be used, in a simple way, in your business. Explain the data needed to get the query return and each field returned by the API.
View business documentationBusiness documentation
Experimental books
USA
This one wraps existing Archive.org services & API endpoints
Technical documentation
Demonstrate how the API can be used, technically, explaining each returned json tag, and details about the existing field types.
View technical documentationTechnical documentation
Experimental books
https://app.ghubee.com/api/books
{ "Annotations": "https://api.archivelab.org/v1/books/<archive_id>/annotations", "BookIAManifest": "https://api.archivelab.org/v1/books/<archive_id>/ia_manifest", "BookIIIFManifest": "https://api.archivelab.org/v1/books/<archive_id>/iiif_manifest", "BookJSIAManifest": "https://api.archivelab.org/v1/books/<archive_id>/jsia_manifest", "BookMetadata": "https://api.archivelab.org/v1/books/<archive_id>", "BookOpdsAudioManifest": "https://api.archivelab.org/v1/books/<archive_id>/opds_audio_manifest", "BookPage": "https://api.archivelab.org/v1/books/<archive_id>/pages/<page>", "BookPages": "https://api.archivelab.org/v1/books/<archive_id>/pages", "BookTOC": "https://api.archivelab.org/v1/books/<archive_id>/toc/<page>", "BookTOCManifest": "https://api.archivelab.org/v1/books/<archive_id>/toc", "BookText": "https://api.archivelab.org/v1/books/<archive_id>/fulltext", "Cite": "https://api.archivelab.org/v1/books/<archive_id>/cite", "Endpoints": "https://api.archivelab.org/v1/books", "PageAudio": "https://api.archivelab.org/v1/books/<archive_id>/pages/<page>/tts", "PageText": "https://api.archivelab.org/v1/books/<archive_id>/pages/<page>/plaintext", "SearchInside": "https://api.archivelab.org/v1/books/<archive_id>/search", "WordRegions": "https://api.archivelab.org/v1/books/<archive_id>/pages/<page>/ocr" }