{"id":18295466,"url":"https://github.com/fedeperin/thequotesapi","last_synced_at":"2026-05-04T07:38:26.261Z","repository":{"id":224095093,"uuid":"628745271","full_name":"fedeperin/thequotesapi","owner":"fedeperin","description":"An API with famous quotes","archived":false,"fork":false,"pushed_at":"2024-02-23T17:49:57.000Z","size":11428,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-15T02:43:22.931Z","etag":null,"topics":["api","express","quotes","quotesapi","rest","rest-api","thequotesapi","treblle"],"latest_commit_sha":null,"homepage":"https://thequotesapi.onrender.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fedeperin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-16T21:57:23.000Z","updated_at":"2023-09-09T05:39:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"17a432b8-0712-4ea5-8dea-5e114b6a7ee3","html_url":"https://github.com/fedeperin/thequotesapi","commit_stats":null,"previous_names":["fedeperin/thequotesapi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fedeperin%2Fthequotesapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fedeperin%2Fthequotesapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fedeperin%2Fthequotesapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fedeperin%2Fthequotesapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fedeperin","download_url":"https://codeload.github.com/fedeperin/thequotesapi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248002628,"owners_count":21031637,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","express","quotes","quotesapi","rest","rest-api","thequotesapi","treblle"],"created_at":"2024-11-05T14:35:37.685Z","updated_at":"2026-05-04T07:38:21.241Z","avatar_url":"https://github.com/fedeperin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Quotes API\nThe Quotes API provides developers with a database of inspiring quotes that can be easily integrated into applications and websites.  \nIt's made in [NodeJS](https://nodejs.org) and [Express](https://expressjs.com/), using [Treblle](https://treblle.com) for API metrics.\n\n## API Reference\nMain Route: https://thequotesapi.onrender.com\n#### Get all quotes\nFetches all the quotes\n\n```http\nGET /quotes\n```\n\n| Parameter | Type     | Description                |\n| :-------- | :------- | :------------------------- |\n|  |  |  |\n\n#### Get a random quote\nFetches a random quote\n\n```http\nGET /quotes/random\n```\n\n| Parameter | Type     | Description                |\n| :-------- | :------- | :------------------------- |\n|  |  |  |\n\n#### Get a single quote\nIt fetches a single quote, depending on the id passed\n\n```http\nGET /quotes/${id}\n```\n\n| Parameter | Type     | Description                       |\n| :-------- | :------- | :-------------------------------- |\n| `id`      | `string` | **Required**. Id or UUID of quote to fetch |\n\n#### Search for a text in multiple quotes\nIt can search for a specific query across multiple quotes\n\n```http\nGET /quotes/search?q=${q}\n```\n\n| Parameter | Type     | Description                       |\n| :-------- | :------- | :-------------------------------- |\n| `q`       | `string` | **Required**. The text to be searched |\n\n#### Get all authors\nFetches all the authors\n\n```http\nGET /authors\n```\n\n| Parameter | Type     | Description                |\n| :-------- | :------- | :------------------------- |\n|  |  |  |\n\n#### Get a random author\nFetches a random author\n\n```http\nGET /authors/random\n```\n\n| Parameter | Type     | Description                |\n| :-------- | :------- | :------------------------- |\n|  |  |  |\n\n#### Get a single author\nIt fetches a single author, depending on the id passed\n\n```http\nGET /authors/${id}\n```\n\n| Parameter | Type     | Description                       |\n| :-------- | :------- | :-------------------------------- |\n| `id`      | `string` | **Required**. Id, UUID or the complete author name of author to fetch |\n\n#### Search for a text in multiple authors\nIt can search for a specific query across multiple authors\n\n```http\nGET /authors/search?q=${q}\n```\n\n| Parameter | Type     | Description                       |\n| :-------- | :------- | :-------------------------------- |\n| `q`       | `string` | **Required**. The text to be searched |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffedeperin%2Fthequotesapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffedeperin%2Fthequotesapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffedeperin%2Fthequotesapi/lists"}