Others
The Bible Random Verse
Contract API - The Bible Random Verse
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
The Bible Random Verse
USA
Get a random Bible book verse by version
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
The Bible Random Verse
https://app.ghubee.com/api/bible/verses/{version}/random
{ "book": { "abbrev":{"pt":"gn","en":"gn"}, "name":"Gênesis", "author":"Moisés", "group":"Pentateuco", "version":"nvi" }, "chapter": 1, "number": 1, "text": "No princípio Deus criou os céus e a terra." }
Others
The Bible Search
Contract API - The Bible Search
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
The Bible Search
USA
Search Bible verses by word
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
The Bible Search
https://app.ghubee.com/api/bible/verses/{search}
{ "version": "nvi", "search": "terra" } { "occurrence": 2102, "version": "nvi", "verses": [ { "book": { "abbrev":{"pt":"gn","en":"gn"}, "name":"Gênesis", "author": "Moisés", "chapters": 50, "group": "Pentateuco", "name": "Gênesis", "testament": "VT" }, "chapter": 1, "number": 1, "text": "No princípio Deus criou os céus e a terra." }, ... }
Others
The Bible Version List
Contract API - The Bible Version List
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
The Bible Version List
USA
Get a list of all Bible versions
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
The Bible Version List
https://app.ghubee.com/api/bible/versions
[ { "version": "acf", "verses": 31106 }, { "version": "apee", "verses": 30975 }, { "version": "bbe", "verses": 31104 } ]
Maps and location
Swiss public transport API - Locations
Contract API - Swiss public transport API - Locations
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
Swiss public transport API - Locations
Swiss
Returns the matching locations for the given parameters
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
Swiss public transport API - Locations
https://app.ghubee.com/api/transport/locations?query={location}
{ "stations": [ { "id": "8500010", "name": "Basel SBB", "score": null, "coordinate": { "type": "WGS84", "x": 47.547412, "y": 7.589577 }, "distance": null, "icon": "train" }, { "id": "8500090", "name": "Basel Bad Bf", "score": null, "coordinate": { "type": "WGS84", "x": 47.56731, "y": 7.606935 }, "distance": null, "icon": "train" }, { "id": "8588780", "name": "Basel, Schifflände", "score": null, "coordinate": { "type": "WGS84", "x": 47.559197, "y": 7.587166 }, "distance": null, "icon": "tram" }, { "id": "8500237", "name": "Basel, Bankverein", "score": null, "coordinate": { "type": "WGS84", "x": 47.553606, "y": 7.592265 }, "distance": null, "icon": "tram" }, { "id": "8500897", "name": "Basel, Barfüsserplatz", "score": null, "coordinate": { "type": "WGS84", "x": 47.55459, "y": 7.589066 }, "distance": null, "icon": "tram" }, { "id": "8578143", "name": "Basel, Bahnhof SBB", "score": null, "coordinate": { "type": "WGS84", "x": 47.548284, "y": 7.59031 }, "distance": null, "icon": "tram" }, { "id": "8500073", "name": "Basel, Aeschenplatz", "score": null, "coordinate": { "type": "WGS84", "x": 47.5513, "y": 7.594862 }, "distance": null, "icon": "tram" }, { "id": "8588775", "name": "Basel, Marktplatz", "score": null, "coordinate": { "type": "WGS84", "x": 47.558108, "y": 7.587614 }, "distance": null, "icon": "tram" }, { "id": "8500898", "name": "Basel, Claraplatz", "score": null, "coordinate": { "type": "WGS84", "x": 47.56177, "y": 7.59359 }, "distance": null, "icon": "tram" }, { "id": "8588779", "name": "Basel, Rheingasse", "score": null, "coordinate": { "type": "WGS84", "x": 47.560927, "y": 7.591542 }, "distance": null, "icon": "tram" } ] }
Vehicle
MBTA
Contract API - MBTA
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
MBTA
USA
Gives access to MBTA (Massachusetts Bay Transportation Authority) schedules, alerts, and real-time 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
MBTA
https://app.ghubee.com/api/swagger
{ "swagger": "2.0", "securityDefinitions": { "api_key_in_query": { "type": "apiKey", "name": "api_key", "in": "query", "description": "##### Query Parameter\nWithout an api key in the query string or as a request header, requests will be tracked by IP address and have stricter rate limit. [Register for a key](/register)\n\nThe HTTP headers returned in any API response show your rate limit status:\n| Header | Description |\n| ------ | ----------- |\n| `x-ratelimit-limit` | The maximum number of requests you're allowed to make per time window. |\n| `x-ratelimit-remaining` | The number of requests remaining in the current time window. |\n| `x-ratelimit-reset` | The time at which the current rate limit time window ends in UTC epoch seconds. |\n\n" }, "api_key_in_header": { "type": "apiKey", "name": "x-api-key", "in": "header", "description": "##### Header\nWithout an api key as a request header or in the query string, requests will be tracked by IP address and have stricter rate limit. [Register for a key](/register)\n\nThe HTTP headers returned in any API response show your rate limit status:\n| Header | Description |\n| ------ | ----------- |\n| `x-ratelimit-limit` | The maximum number of requests you're allowed to make per time window. |\n| `x-ratelimit-remaining` | The number of requests remaining in the current time window. |\n| `x-ratelimit-reset` | The time at which the current rate limit time window ends in UTC epoch seconds. |\n\n" } }, "security": [ { "api_key_in_query": [] }, { "api_key_in_header": [] } ], "paths": { "/vehicles/{id}": { "get": { "tags": [ "Vehicle" ], "summary": "", "responses": { "429": { "schema": { "$ref": "#/definitions/TooManyRequests" }, "description": "Too Many Requests" }, "406": { "schema": { "$ref": "#/definitions/NotAcceptable" }, "description": "Not Acceptable" }, "404": { "schema": { "$ref": "#/definitions/NotFound" }, "description": "Not Found" }, "403": { "schema": { "$ref": "#/definitions/Forbidden" }, "description": "Forbidden" }, "200": { "schema": { "$ref": "#/definitions/Vehicle" }, "description": "OK" } }, "produces": [ "application/vnd.api+json" ], "parameters": [ { "type": "string", "required": true, "name": "id", "in": "path", "description": "Unique identifier for a vehicle" }, { "type": "string", "required": false, "name": "fields[vehicle]", "in": "query", "description": "Fields to include with the response. Multiple fields **MUST** be a comma-separated (U+002C COMMA, \",\") list.\n\nNote that fields can also be selected for included data types: see the [V3 API Best Practices](https://www.mbta.com/developers/v3-api/best-practices) for an example.\n" }, { "type": "string", "required": false, "name": "include", "in": "query", "description": "Relationships to include.\n\n* `trip`\n* `stop`\n* `route`\n\nThe value of the include parameter **MUST** be a comma-separated (U+002C COMMA, \",\") list of relationship paths. A relationship path is a dot-separated (U+002E FULL-STOP, \".\") list of relationship names. [JSONAPI \"include\" behavior](http://jsonapi.org/format/#fetching-includes)\n\n| include | Description |\n|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `trip` | The trip which the vehicle is currently operating. |\n| `stop` | The vehicle's current (when `current_status` is **STOPPED_AT**) or *next* stop. |\n| `route` | The one route that is designated for that trip, as in GTFS `trips.txt`. A trip might also provide service on other routes, identified by the MBTA's `multi_route_trips.txt` GTFS extension. `filter[route]` does consider the multi_route_trips GTFS extension, so it is possible to filter for one route and get a different route included in the response. |\n\n" } ], "operationId": "ApiWeb.VehicleController.show", "description": "Single vehicle (bus, ferry, or train)\n\n## Direction\n\n### World\n\nTo figure out which way the vehicle is pointing at the location, use `/data/attributes/bearing`. This can be the compass bearing, or the direction towards the next stop or intermediate location.\n\n### Trip\n\nTo get the direction around the stops in the trip use `/data/attributes/direction_id`.\n\n## Location\n\n### World\n\nUse `/data/attributes/latitude` and `/data/attributes/longitude` to get the location of a vehicle.\n\n### Trip\n\nUse `/data/attributes/current_stop_sequence` to get the stop number along the trip. Useful for linear stop indicators. Position relative to the current stop is in `/data/attributes/current_status`.\n\n## Movement\n\n### World\n\nUse `/data/attributes/speed` to get the speed of the vehicle in meters per second.\n\n", "consumes": [ "application/vnd.api+json" ] } }, "/vehicles": { "get": { "tags": [ "Vehicle" ], "summary": "", "responses": { "429": { "schema": { "$ref": "#/definitions/TooManyRequests" }, "description": "Too Many Requests" },
Others
Book List
Contract API - Book List
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 List
USA
Get books 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
Book List
https://app.ghubee.com/api/books/index
{ "count": 68742, "next": "https://gutendex.com/books/?page=2", "previous": null, "results": [ { "id": 1342, "title": "Pride and Prejudice", "authors": [ { "name": "Austen, Jane", "birth_year": 1775, "death_year": 1817 } ], "translators": [], "subjects": [ "Courtship -- Fiction", "Domestic fiction", "England -- Fiction", "Love stories", "Sisters -- Fiction", "Social classes -- Fiction", "Young women -- Fiction" ], "bookshelves": [ "Best Books Ever Listings", "Harvard Classics" ], "languages": [ "en" ], "copyright": false, "media_type": "Text", "formats": { "application/x-mobipocket-ebook": "https://www.gutenberg.org/ebooks/1342.kindle.images", "application/epub+zip": "https://www.gutenberg.org/ebooks/1342.epub.images", "application/rdf+xml": "https://www.gutenberg.org/ebooks/1342.rdf", "text/html; charset=utf-8": "https://www.gutenberg.org/files/1342/1342-h/1342-h.htm", "application/zip": "https://www.gutenberg.org/files/1342/1342-h.zip", "text/plain; charset=utf-8": "https://www.gutenberg.org/files/1342/1342-0.txt", "image/jpeg": "https://www.gutenberg.org/cache/epub/1342/pg1342.cover.medium.jpg", "text/html": "https://www.gutenberg.org/ebooks/1342.html.images" }, "download_count": 45242 }, { "id": 1661, "title": "The Adventures of Sherlock Holmes", "authors": [ { "name": "Doyle, Arthur Conan", "birth_year": 1859, "death_year": 1930 } ], "translators": [], "subjects": [ "Detective and mystery stories, English", "Holmes, Sherlock (Fictitious character) -- Fiction", "Private investigators -- England -- Fiction" ], "bookshelves": [ "Banned Books from Anne Haight's list", "Contemporary Reviews", "Detective Fiction" ], "languages": [ "en" ], "copyright": false, "media_type": "Text", "formats": { "application/epub+zip": "https://www.gutenberg.org/ebooks/1661.epub.images", "application/rdf+xml": "https://www.gutenberg.org/ebooks/1661.rdf", "application/x-mobipocket-ebook": "https://www.gutenberg.org/ebooks/1661.kindle.images", "application/zip": "https://www.gutenberg.org/files/1661/1661-h.zip", "image/jpeg": "https://www.gutenberg.org/cache/epub/1661/pg1661.cover.medium.jpg", "text/plain; charset=utf-8": "https://www.gutenberg.org/files/1661/1661-0.txt", "text/html; charset=utf-8": "https://www.gutenberg.org/files/1661/1661-h/1661-h.htm", "text/html": "https://www.gutenberg.org/ebooks/1661.html.images" }, "download_count": 26568 }, { "id": 11, "title": "Alice's Adventures in Wonderland", "authors": [ { "name": "Carroll, Lewis", "birth_year": 1832, "death_year": 1898 } ], "translators": [], "subjects": [ "Alice (Fictitious character from Carroll) -- Juvenile fiction", "Children's stories", "Fantasy fiction", "Imaginary places -- Juvenile fiction" ], "bookshelves": [ "Children's Literature" ], "languages": [ "en" ], "copyright": false, "media_type": "Text", "formats": { "application/epub+zip": "https://www.gutenberg.org/ebooks/11.epub.images", "application/rdf+xml": "https://www.gutenberg.org/ebooks/11.rdf", "application/x-mobipocket-ebook": "https://www.gutenberg.org/ebooks/11.kindle.images", "text/html; charset=utf-8": "https://www.gutenberg.org/files/11/11-h.zip", "image/jpeg": "https://www.gutenberg.org/cache/epub/11/pg11.cover.medium.jpg", "text/plain; charset=utf-8": "https://www.gutenberg.org/files/11/11-0.zip", "text/html": "https://www.gutenberg.org/ebooks/11.html.images" }, "download_count": 24462 }, { "id": 27107, "title": "金雲翹傳", "authors": [ { "name": "Qingxincairen", "birth_year": null, "death_year": null } ], "translators": [], "subjects": [], "bookshelves": [], "languages": [ "zh" ], "copyright": false, "media_type": "Text", "formats": { "application/epub+zip": "https://www.gutenberg.org/ebooks/27107.epub.images", "application/x-mobipocket-ebook": "https://www.gutenberg.org/ebooks/27107.kindle.images", "application/rdf+xml": "https://www.gutenberg.org/ebooks/27107.rdf", "text/html": "https://www.gutenberg.org/ebooks/27107.html.images", "text/plain; charset=utf-8": "https://www.gutenberg.org/files/27107/27107-0.txt", "image/jpeg": "https://www.gutenberg.org/cache/epub/27107/pg27107.cover.small.jpg" }, "download_count": 19592 }, { "id": 105, "title": "Persuasion", "authors": [ { "name": "Austen, Jane", "birth_year": 1775, "death_year": 1817 } ], "translators": [], "subjects": [ "Dysfunctional families -- Fiction", "England -- Social life and customs -- 19th century -- Fiction", "First loves -- Fiction", "Love stories", "Motherless families -- Fiction", "Psychological fiction", "Regency fiction", "Rejection (Psychology) -- Fiction", "Ship captains -- Fiction", "Young women -- Fiction" ], "bookshelves": [], "languages": [ "en" ], "copyright": false, "media_type": "Text", "formats": { "text/html; charset=iso-8859-1": "https://www.gutenberg.org/files/105/105-h/105-h.htm", "application/epub+zip": "https://www.gutenberg.org/ebooks/105.epub.images", "application/rdf+xml": "https://www.gutenberg.org/ebooks/105.rdf", "text/plain": "https://www.gutenberg.org/ebooks/105.txt.utf-8", "application/x-mobipocket-ebook": "https://www.gutenberg.org/ebooks/105.kindle.images", "image/jpeg": "https://www.gutenberg.org/cache/epub/105/pg105.cover.medium.jpg", "application/zip": "https://www.gutenberg.org/files/105/105-8.zip", "text/html": "https://www.gutenberg.org/ebooks/105.html.images", "text/plain; charset=iso-8859-1": "https://www.gutenberg.org/files/105/105-8.txt", "text/plain; charset=us-ascii": "https://www.gutenberg.org/files/105/105.txt" }, "download_count": 17010 }, { "id": 2701, "title": "Moby Dick; Or, The Whale", "authors": [ { "name": "Melville, Herman", "birth_year": 1819, "death_year": 1891 } ], "translators": [], "subjects": [ "Adventure stories", "Ahab, Captain (Fictitious character) -- Fiction", "Mentally ill -- Fiction", "Psychological fiction", "Sea stories", "Ship captains -- Fiction", "Whales -- Fiction", "Whaling -- Fiction", "Whaling ships -- Fiction" ], "bookshelves": [ "Best Books Ever Listings" ], "languages": [ "en" ], "copyright": false, "media_type": "Text", "formats": { "text/html; charset=utf-8": "https://www.gutenberg.org/files/2701/2701-h/2701-h.htm", "application/zip": "https://www.gutenberg.org/files/2701/2701-0.zip", "application/x-mobipocket-ebook": "https://www.gutenberg.org/ebooks/2701.kindle.images", "application/rdf+xml": "https://www.gutenberg.org/ebooks/2701.rdf", "application/epub+zip": "https://www.gutenberg.org/ebooks/2701.epub.images", "image/jpeg": "https://www.gutenberg.org/cache/epub/2701/pg2701.cover.medium.jpg", "text/html": "https://www.gutenberg.org/ebooks/2701.html.images", "text/plain; charset=utf-8": "https://www.gutenberg.org/files/2701/2701-0.txt" }, "download_count": 16313 }, { "id": 84, "title": "Frankenstein; Or, The Modern Prometheus", "authors": [ { "name": "Shelley, Mary Wollstonecraft", "birth_year": 1797, "death_year": 1851 } ], "translators": [], "subjects": [ "Frankenstein's monster (Fictitious character) -- Fiction", "Frankenstein, Victor (Fictitious character) -- Fiction", "Gothic fiction", "Horror tales", "Monsters -- Fiction", "Science fiction", "Scientists -- Fiction" ], "bookshelves": [ "Gothic Fiction", "Movie Books", "Precursors of Science Fiction", "Science Fiction by Women" ], "languages": [ "en" ], "copyright": false, "media_type": "Text", "formats": { "application/epub+zip": "https://www.gutenberg.org/ebooks/84.epub.images", "application/rdf+xml": "https://www.gutenberg.org/ebooks/84.rdf", "application/x-mobipocket-ebook": "https://www.gutenberg.org/ebooks/84.kindle.images", "text/html; charset=utf-8": "https://www.gutenberg.org/files/84/84-h/84-h.htm", "image/jpeg": "https://www.gutenberg.org/cache/epub/84/pg84.cover.small.jpg", "text/plain; charset=utf-8": "https://www.gutenberg.org/files/84/84-0.zip", "application/zip": "https://www.gutenberg.org/files/84/84-h.zip", "text/html": "https://www.gutenberg.org/ebooks/84.html.images" }, "download_count": 16301 }, { "id": 345, "title": "Dracula", "authors": [ { "name": "Stoker, Bram", "birth_year": 1847, "death_year": 1912 } ], "translators": [], "subjects": [ "Dracula, Count (Fictitious character) -- Fiction", "Epistolary fiction", "Gothic fiction", "Horror tales", "Transylvania (Romania) -- Fiction", "Vampires -- Fiction", "Whitby (England) -- Fiction" ], "bookshelves": [ "Gothic Fiction", "Horror", "Movie Books", "Mystery Fiction" ], "languages": [ "en" ], "copyright": false, "media_type": "Text", "formats": { "text/plain": "https://www.gutenberg.org/ebooks/345.txt.utf-8", "application/epub+zip": "https://www.gutenberg.org/ebooks/345.epub.images", "application/rdf+xml": "https://www.gutenberg.org/ebooks/345.rdf", "application/x-mobipocket-ebook": "https://www.gutenberg.org/ebooks/345.kindle.images", "image/jpeg": "https://www.gutenberg.org/cache/epub/345/pg345.cover.small.jpg", "application/octet-stream": "https://www.gutenberg.org/files/345/345-h.zip", "text/html": "https://www.gutenberg.org/ebooks/345.html.images", "application/zip": "https://www.gutenberg.org/files/345/345-0.zip", "text/plain; charset=us-ascii": "https://www.gutenberg.org/files/345/345-0.txt" }, "download_count": 15435 },
Others
Book Info
Contract API - Book 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
Book Info
USA
Get book info by id
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 Info
https://app.ghubee.com/api/books/info/{number}.json
{ "publishers": [ "Puffin" ], "number_of_pages": 96, "isbn_10": [ "0140328726" ], "covers": [ 8739161 ], "key": "/books/OL7353617M", "authors": [ { "key": "/authors/OL34184A" } ], "ocaid": "fantasticmrfoxpu00roal", "contributions": [ "Tony Ross (Illustrator)" ], "languages": [ { "key": "/languages/eng" } ], "classifications": {}, "source_records": [ "ia:fantasticmrfox00dahl_834", "marc:marc_openlibraries_sanfranciscopubliclibrary/sfpl_chq_2018_12_24_run02.mrc:85081404:4525" ], "title": "Fantastic Mr. Fox", "identifiers": { "goodreads": [ "1507552" ], "librarything": [ "6446" ] }, "isbn_13": [ "9780140328721" ], "local_id": [ "urn:sfpl:31223064402481", "urn:sfpl:31223117624784", "urn:sfpl:31223113969183", "urn:sfpl:31223117624800", "urn:sfpl:31223113969225", "urn:sfpl:31223106484539", "urn:sfpl:31223117624792", "urn:sfpl:31223117624818", "urn:sfpl:31223117624768", "urn:sfpl:31223117624743", "urn:sfpl:31223113969209", "urn:sfpl:31223117624750", "urn:sfpl:31223117624727", "urn:sfpl:31223117624776", "urn:sfpl:31223117624719", "urn:sfpl:31223117624735", "urn:sfpl:31223113969241" ], "publish_date": "October 1, 1988", "works": [ { "key": "/works/OL45883W" } ], "type": { "key": "/type/edition" }, "first_sentence": { "type": "/type/text", "value": "And these two very old people are the father and mother of Mrs. Bucket." }, "latest_revision": 14, "revision": 14, "created": { "type": "/type/datetime", "value": "2008-04-29T13:35:46.876380" }, "last_modified": { "type": "/type/datetime", "value": "2021-06-18T22:46:46.648233" } }
Others
Author Info
Contract API - Author 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
Author Info
USA
Get book info by author id
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
Author Info
https://app.ghubee.com/api/books/author/info/{id}.json
{ "wikipedia": "http://en.wikipedia.org/wiki/J._K._Rowling", "source_records": [ "amazon:8893817055", "amazon:4863895666", "amazon:1526618249", "amazon:8862561512", "amazon:1526618230", "amazon:6073193009", "amazon:0747574286", "amazon:8327158775", "amazon:841810791X", "amazon:2246810663", "amazon:3548285287", "amazon:7020150705", "bwb:9788498382686", "amazon:9123513683", "amazon:1526618354", "amazon:6041160008", "amazon:1526622807", "amazon:5353044592", "amazon:060641519X", "amazon:8327150731", "bwb:9780751579956", "amazon:9750843878", "amazon:9124083836", "amazon:286866086X", "amazon:2075094551", "amazon:3551559201", "amazon:9124087181", "amazon:1804220272", "bwb:9781526624536",
Others
Author Books
Contract API - Author 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
Author Books
USA
Get book info by author id
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
Author Books
https://app.ghubee.com/api/books/author/{id}/works.json
{ "links": { "self": "/authors/OL23919A/works.json", "author": "/authors/OL23919A", "next": "/authors/OL23919A/works.json?offset=50" }, "size": 327, "entries": [ { "type": { "key": "/type/work" }, "title": "Journey to Hogwarts", "authors": [ { "type": { "key": "/type/author_role" }, "author": { "key": "/authors/OL23919A" } } ], "covers": [ 2520429 ], "key": "/works/OL28602152W", "latest_revision": 1, "revision": 1, "created": { "type": "/type/datetime", "value": "2022-08-05T00:16:59.602176" }, "last_modified": { "type": "/type/datetime", "value": "2022-08-05T00:16:59.602176" } },
Others
Book List by Subject
Contract API - Book List by Subject
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 List by Subject
USA
Get a list of books by subject
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 List by Subject
https://app.ghubee.com/api/books/subject/{subject}.json
{ "key": "/subjects/love", "name": "love", "subject_type": "subject", "work_count": 14752, "works": [ { "key": "/works/OL21177W", "title": "Wuthering Heights", "edition_count": 1449, "cover_id": 12818862, "cover_edition_key": "OL38586477M", "subject": [ "British and irish fiction (fictional works by one author)", "Children's fiction", "Classic fiction", "Classic Literature", "Country homes", "Country life", "Cousins", "death", "Drama", "English language", "English language readers", "English literature", "Examinations", "Families", "family life", "Fiction", "Foundlings", "Historical Fiction", "Inheritance and succession", "Interpersonal relations", "Juvenile fiction", "Landscape in literature", "love", "Man-woman relationships", "Manners and customs", "orphans", "Psychological fiction", "Reading Level-Grade 7", "Reading Level-Grade 8", "Reading Level-Grade 9", "Reading Level-Grade 10", "Reading Level-Grade 11", "Reading Level-Grade 12", "Rejection (Psychology)", "revenge", "romance", "Romance fiction", "romantic fiction", "Rural families", "slavery", "Social life and customs", "tragedy", "Triangles (Interpersonal relations)", "Young women", "Fiction, general", "Revenge -- Fiction", "Rejection (Psychology) -- Fiction", "Love stories", "Domestic fiction", "Yorkshire (England) -- Fiction", "Foundlings -- Fiction", "Rural families -- Fiction", "Heathcliff (Fictitious character : Brontë) -- Fiction", "Triangles (Interpersonal relations) -- Fiction", "Heathcliff (fictitious character), fiction", "Fiction, family life, general", "Fiction, psychological", "Fiction, romance, general", "Man-woman relationships, fiction", "England, fiction", "Triangle (Relations humaines)", "Romans, nouvelles", "Rejet (Psychologie)", "Familles rurales", "Enfants trouvés", "Wuthering Heights (Brontë, Emily)", "Vengeance", "English fiction", "Triangles (Interpersonal relationships)", "Yorkshire (England)", "Roman anglais", "Relations entre hommes et femmes", "Mœurs et coutumes", "Women", "Femmes", "Heathcliff (Fictitious character)", "Catherine Earnshawm (Fictitious character)", "English Gothic fiction" ],
Others
Search Book by Query
Contract API - Search Book by Query
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
Search Book by Query
USA
Get 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
Search Book by Query
https://app.ghubee.com/api/books/search/search.json?q={name}
{ "numFound": 615, "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",
Others
Search Book by Title
Contract API - Search Book by Title
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
Search Book by Title
USA
Get book info by title
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
Search Book by Title
https://app.ghubee.com/api/books/title/search.json?title={title}
{ "numFound": 357, "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",
Others
Search Book by Author
Contract API - Search Book by Author
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
Search Book by Author
USA
Get book info by author
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
Search Book by Author
https://app.ghubee.com/api/books/search/search.json?author={author}
{ "numFound": 501, "start": 0, "numFoundExact": true, "docs": [ { "key": "/works/OL262758W", "type": "work", "seed": [ "/books/OL28345239M", "/books/OL9228183M", "/books/OL9228706M", "/books/OL7880665M", "/books/OL7591523M", "/books/OL22146871M", "/books/OL9403108M", "/books/OL6363476M", "/books/OL6366662M", "/books/OL7465523M", "/books/OL20388227M", "/books/OL22306424M", "/books/OL26215711M", "/books/OL20352933M", "/books/OL22804790M", "/books/OL24595247M", "/books/OL26477626M", "/books/OL22368666M", "/books/OL7273993M", "/books/OL17911508M", "/books/OL22761592M", "/books/OL9228702M", "/books/OL5550061M", "/books/OL13875540M", "/books/OL24821416M", "/books/OL22788094M", "/books/OL24375966M", "/books/OL21080822M", "/books/OL21755817M", "/books/OL22369858M", "/books/OL21563144M", "/books/OL10681592M", "/books/OL20943852M", "/books/OL9893405M", "/books/OL5416735M", "/books/OL37508438M", "/books/OL10682118M", "/books/OL21392107M", "/books/OL13816361M", "/books/OL21826254M", "/books/OL14449234M", "/books/OL10682346M", "/books/OL13931725M", "/books/OL20943855M", "/books/OL20889660M", "/books/OL24353783M", "/books/OL10682512M", "/books/OL20943857M", "/books/OL27289715M", "/books/OL25769448M", "/books/OL4564473M", "/books/OL11346306M", "/books/OL10683016M", "/books/OL18005904M", "/books/OL9228710M", "/books/OL22735149M", "/books/OL27908061M", "/books/OL10682853M", "/books/OL13704499M", "/books/OL14732029M", "/books/OL23029810M", "/books/OL31452592M", "/books/OL20184901M", "/books/OL9228714M", "/books/OL13647849M", "/books/OL20943873M", "/books/OL12552002M", "/books/OL9386429M", "/books/OL10683695M", "/books/OL10684408M", "/books/OL2846909M", "/books/OL22400371M", "/books/OL9228732M", "/books/OL7466619M", "/books/OL10683697M", "/books/OL25175071M", "/books/OL35688432M", "/books/OL10684787M", "/books/OL7406702M", "/books/OL22942197M", "/books/OL31891889M", "/books/OL13349152M", "/books/OL7973618M", "/books/OL5526619M", "/books/OL21968605M", "/books/OL9375349M", "/books/OL9228757M", "/books/OL18639215M", "/books/OL2105246M", "/books/OL9228719M", "/books/OL7466434M", "/books/OL13904400M", "/books/OL26676168M", "/books/OL9045059M", "/books/OL2033157M", "/books/OL10680912M", "/books/OL20943433M", "/books/OL7465912M", "/books/OL24209616M", "/books/OL11038748M", "/books/OL7601880M", "/books/OL8321425M", "/books/OL28342496M", "/books/OL28266934M", "/books/OL7672902M", "/books/OL13268184M", "/books/OL11152615M", "/books/OL1937352M", "/books/OL7273597M", "/books/OL18565780M", "/books/OL21217150M", "/books/OL9228308M", "/books/OL36628255M", "/books/OL8151461M", "/books/OL25874285M", "/books/OL10236396M", "/books/OL9298426M", "/books/OL9652680M", "/books/OL22950280M", "/books/OL23040293M", "/books/OL22940107M", "/books/OL14975006M", "/books/OL7850230M", "/books/OL10236379M", "/books/OL7850059M", "/books/OL18565795M", "/books/OL8181272M", "/books/OL9209105M", "/books/OL22452236M", "/books/OL8195345M", "/books/OL32927039M", "/books/OL9137990M", "/books/OL31900303M", "/books/OL24946057M", "/books/OL33891772M", "/books/OL27167680M", "/books/OL9131905M", "/books/OL24608072M", "/books/OL402765M", "/books/OL10236412M", "/books/OL16197261M", "/books/OL17487312M", "/books/OL18360267M", "/books/OL7827594M", "/books/OL9076623M", "/books/OL22105270M", "/books/OL9215156M", "/books/OL32576905M", "/books/OL30194212M", "/books/OL24992840M", "/books/OL9547987M", "/books/OL24225231M", "/books/OL10977379M", "/books/OL10686521M", "/books/OL7759555M", "/books/OL10236397M", "/books/OL9209244M", "/books/OL9443590M", "/books/OL9032793M", "/books/OL23032214M", "/books/OL35442263M", "/books/OL30932989M",
Others
Search Book by Author
Contract API - Search Book by Author
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
Search Book by Author
USA
Get book info by author
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
Search Book by Author
https://app.ghubee.com/api/books/search/authors/authors.json?q={author}
{ "numFound": 87, "start": 0, "numFoundExact": true, "docs": [ { "key": "OL18319A", "type": "author", "name": "Mark Twain", "alternate_names": [ "M. Twain", "Twain", "Twain, Mark (pseud)", "Twain, Mark, 1835-1910", "Mark (Samuel L. Clemens) Twain", "Samuel Langhorne Clemens (Mark Twain)", "Samuel Langhorne Clemens", "Māku Tuein", "Samuel Clemens", "Samuel Langhorne CLEMENS", "Sameul Langhorne Clemens", "Twain, M", "M Twain", "Marc Twain", "mark Twain", "mark-twain", "Samuel L. Clemens", "Mark twain", "Sieur Louis Conte", "Sieur Louis de Conte", "Tu wen (Twain, Mark)", "TWAIN,MARK", "(mei) Ma, ke tu wen (Mark Twain", "Twain Mark", "Mark TWAIN", "Twain - Mark Twain", "Tuwen Make", "Clemens Samuel", "Samuel L Clemens", "Ma ke tu wen", "Make Tuwen", "(mei) Tuwen, Make", "MakeTuwen", "Ma ke · tu wen", "Make.Tuwen", "twain mark", "MARK TWAIN", "Samuel Langhorne 1835-1910 Clemens", "Mark Mark Twain", "mark twain", "Mark, Twain,", "Mark Twain.", "Mr Mark Twain", "Mark Twain Twain" ], "birth_date": "30 November 1835", "death_date": "21 April 1910", "date": "1835~1910", "top_work": "Adventures of Huckleberry Finn", "work_count": 3108, "top_subjects": [ "Accessible book", "Protected DAISY", "Fiction", "Children's fiction", "19th century", "Mark Twain (1835-1910)", "American literature", "American fiction (fictional works by one author)", "Juvenile fiction", "History" ], "_version_": 1738614650303414273 }, { "key": "OL10345971A", "type": "author", "name": "Mark Twain", "top_work": "Adventures of Huckleberry Finn Illustrated", "work_count": 260, "top_subjects": [ "Fiction, general", "Twain, mark, 1835-1910", "Pilots and pilotage", "Mississippi river valley, social life and customs", "Mississippi river valley, description and travel", "Fiction, psychological", "Fiction, historical, general", "Fiction (fictional works by one author)", "Authors, biography", "Authors, american" ], "_version_": 1735683211812405252 }, { "key": "OL8131880A", "type": "author", "name": "Mark Twain Media Staff", "top_work": "Easy Science Experiments, Grades 4 - 6+", "work_count": 14, "top_subjects": [ "Science, study and teaching", "Mathematics, study and teaching" ], "_version_": 1735711016154562563 }, { "key": "OL3093616A", "type": "author", "name": "Mark Twain Media", "top_work": "Basic Geometry", "work_count": 13, "top_subjects": [ "Study and teaching (Elementary)", "Protected DAISY", "Orthography and spelling", "English language", "Activity programs", "Accessible book" ], "_version_": 1735691437377323011 }, { "key": "OL2741460A", "type": "author", "name": "Shania Twain", "birth_date": "28 August 1965", "top_work": "The Best of Shania Twain", "work_count": 11, "top_subjects": [ "Popular music", "Country music", "nyt:combined-print-and-e-book-nonfiction=2011-05-22", "Twain, Shania", "Songs", "Shania Twain", "Protected DAISY", "Piano music", "New York Times bestseller", "Guitar music" ], "_version_": 1735690127040053248 },
Others
Poetry Lines
Contract API - Poetry Lines
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
Poetry Lines
USA
Get poem lines
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
Poetry Lines
https://app.ghubee.com/api/poetry/{poem}/lines.json
[ { "title": "The Moon Maiden's Song", "author": "Ernest Dowson", "lines": [ "Sleep! Cast thy canopy", " Over this sleeper's brain,", "Dim grow his memory,", " When he wake again.", "", "Love stays a summer night,", " Till lights of morning come;", "Then takes her winged flight", " Back to her starry home.", "", "Sleep! Yet thy days are mine;", " Love's seal is over thee:", "Far though my ways from thine,", " Dim though thy memory.", "", "Love stays a summer night,", " Till lights of morning come;", "Then takes her winged flight", " Back to her starry home." ], "linecount": 16 } ]
Others
Poetry Title List
Contract API - Poetry Title List
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
Poetry Title List
USA
Get all poems titles
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
Poetry Title List
https://app.ghubee.com/api/poetry/title
{ "titles": [ " Thoughts On The Works Of Providence", "\"All Is Vanity, Saith the Preacher\"", "\"And the sins of the fathers shall be\"", "\"Arcturus\" is his other name", "\"By the Waters of Babylon.\"", "\"De Gustibus--\"", "\"Faith\" is a fine invention", "\"Faithful to the end\" Amended", "\"Heaven\" -- is what I cannot reach!", "\"Heaven\" has different Signs -- to me --", "\"Heavenly Father\" -- take to thee", "\"Home\"", "\"Hope\" is the thing with feathers", "\"I have heard the sunset song of the birches,\"", "\"It was wrong to do this,\" said the angel", "\"Lethe\" in my flower,", "\"Nature\" is what we see --", "\"The Lass With The Delicate Air\"", "'Mighty Eagle'", "'Tis One by One -- the Father counts --", "'Tis moonlight, summer moonlight", "'Twas a long Parting -- but the time", "'Twas here my summer paused", "'Twas just this time, last year, I died.", "'Twas later when the summer went", "'Twould ease -- a Butterfly --", "101. Song—Composed in Spring", "115. The Farewell to the Brethren of St. James’s Lodge, Tarbolton", "117. Song—Farewell to Eliza", "123. Lines to an Old Sweetheart", "128. The Farewell", "130. Nature’s Law: A Poem", "136. Prayer—O Thou Dread Power", "137. Song—Farewell to the Banks of Ayr", "144. A Winter Night", "15. Winter: A Dirge", "155. Epistle to Mrs. Scott of Wauchope House", "16. A Prayer under the Pressure of Violent Anguish", "166. Epitaph for William Nicol, High School, Edinburgh",
Others
Poetry Author List
Contract API - Poetry Author List
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
Poetry Author List
USA
Get all poems authors
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
Poetry Author List
https://app.ghubee.com/api/poetry/author
{ "authors": [ "Adam Lindsay Gordon", "Alan Seeger", "Alexander Pope", "Algernon Charles Swinburne", "Ambrose Bierce", "Amy Levy", "Andrew Marvell", "Ann Taylor", "Anne Bradstreet", "Anne Bronte", "Anne Killigrew", "Anne Kingsmill Finch", "Annie Louisa Walker", "Arthur Hugh Clough", "Ben Jonson", "Charles Kingsley", "Charles Sorley", "Charlotte Bronte", "Charlotte Smith", "Christina Rossetti", "Christopher Marlowe", "Christopher Smart", "Coventry Patmore", "Edgar Allan Poe", "Edmund Spenser", "Edward Fitzgerald", "Edward Lear", "Edward Taylor", "Edward Thomas", "Eliza Cook", "Elizabeth Barrett Browning", "Emily Bronte", "Emily Dickinson", "Emma Lazarus", "Ernest Dowson", "Eugene Field", "Francis Thompson", "Geoffrey Chaucer", "George Eliot", "George Gordon, Lord Byron", "George Herbert", "George Meredith", "Gerard Manley Hopkins", "Helen Hunt Jackson", "Henry David Thoreau", "Henry Vaughan", "Henry Wadsworth Longfellow", "Hugh Henry Brackenridge", "Isaac Watts", "James Henry Leigh Hunt", "James Thomson", "James Whitcomb Riley", "Jane Austen", "Jane Taylor", "John Clare", "John Donne", "John Dryden", "John Greenleaf Whittier", "John Keats", "John McCrae", "John Milton", "John Trumbull", "John Wilmot", "Jonathan Swift", "Joseph Warton", "Joyce Kilmer", "Julia Ward Howe", "Jupiter Hammon", "Katherine Philips", "Lady Mary Chudleigh", "Lewis Carroll", "Lord Alfred Tennyson", "Louisa May Alcott", "Major Henry Livingston, Jr.", "Mark Twain", "Mary Elizabeth Coleridge", "Matthew Arnold", "Matthew Prior", "Michael Drayton", "Oliver Goldsmith", "Oliver Wendell Holmes", "Oscar Wilde", "Paul Laurence Dunbar", "Percy Bysshe Shelley", "Philip Freneau", "Phillis Wheatley", "Ralph Waldo Emerson", "Richard Crashaw", "Richard Lovelace", "Robert Browning", "Robert Burns", "Robert Herrick", "Robert Louis Stevenson", "Robert Southey", "Robinson", "Rupert Brooke", "Samuel Coleridge", "Samuel Johnson", "Sarah Flower Adams", "Sidney Lanier", "Sir John Suckling", "Sir Philip Sidney", "Sir Thomas Wyatt", "Sir Walter Raleigh", "Sir Walter Scott", "Stephen Crane", "Thomas Campbell", "Thomas Chatterton", "Thomas Flatman", "Thomas Gray", "Thomas Hood", "Thomas Moore", "Thomas Warton", "Walt Whitman", "Walter Savage Landor", "Wilfred Owen", "William Allingham", "William Barnes", "William Blake", "William Browne", "William Cowper", "William Cullen Bryant", "William Ernest Henley", "William Lisle Bowles", "William Morris", "William Shakespeare", "William Topaz McGonagall", "William Vaughn Moody", "William Wordsworth" ] }
Others
Poetry By Title
Contract API - Poetry By Title
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
Poetry By Title
USA
Get poem by title
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
Poetry By Title
https://app.ghubee.com/api/poetry/author/{poem}
[ { "title": "The Moon Maiden's Song", "author": "Ernest Dowson", "lines": [ "Sleep! Cast thy canopy", " Over this sleeper's brain,", "Dim grow his memory,", " When he wake again.", "", "Love stays a summer night,", " Till lights of morning come;", "Then takes her winged flight", " Back to her starry home.", "", "Sleep! Yet thy days are mine;", " Love's seal is over thee:", "Far though my ways from thine,", " Dim though thy memory.", "", "Love stays a summer night,", " Till lights of morning come;", "Then takes her winged flight", " Back to her starry home." ], "linecount": 16 } ]
Others
Poetry By Name
Contract API - Poetry By Name
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
Poetry By Name
USA
Get poem 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
Poetry By Name
https://app.ghubee.com/api/poetry/{name}/author,title,linecount
[ { "title": "The Moon Maiden's Song", "author": "Ernest Dowson", "linecount": "16" } ]
Others
Poetry By Author
Contract API - Poetry By Author
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
Poetry By Author
USA
Get porm by author
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
Poetry By Author
https://app.ghubee.com/api/poetry/{author}/author,title,linecount.text
[ { "title": "The Moon Maiden's Song", "author": "Ernest Dowson", "linecount": "16" } ]