{"id":19352139,"url":"https://github.com/jimmerioles/random-stoic-quotes-api","last_synced_at":"2025-04-23T07:31:15.592Z","repository":{"id":89513819,"uuid":"113674106","full_name":"jimmerioles/random-stoic-quotes-api","owner":"jimmerioles","description":"A random stoic quotes Web API back-end (Server-side Web API). JSON API v1 and CORS compliant.","archived":false,"fork":false,"pushed_at":"2018-02-21T20:01:42.000Z","size":478,"stargazers_count":15,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T09:51:16.531Z","etag":null,"topics":["api","back-end","json-api","laravel","php","web-api"],"latest_commit_sha":null,"homepage":"https://randomstoicquotesapi.herokuapp.com/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jimmerioles.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":"2017-12-09T14:07:52.000Z","updated_at":"2022-04-18T20:19:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"eae9b2c0-c2eb-4965-a44d-5696a5a040eb","html_url":"https://github.com/jimmerioles/random-stoic-quotes-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimmerioles%2Frandom-stoic-quotes-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimmerioles%2Frandom-stoic-quotes-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimmerioles%2Frandom-stoic-quotes-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimmerioles%2Frandom-stoic-quotes-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jimmerioles","download_url":"https://codeload.github.com/jimmerioles/random-stoic-quotes-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250391176,"owners_count":21422852,"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","back-end","json-api","laravel","php","web-api"],"created_at":"2024-11-10T04:38:13.686Z","updated_at":"2025-04-23T07:31:15.579Z","avatar_url":"https://github.com/jimmerioles.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"![randomstoicquotesapi herokuapp com_](https://user-images.githubusercontent.com/9766310/36502408-d12869da-1784-11e8-8953-e39ec5b38f5d.png)\n\n# [Random Stoic Quotes API](https://randomstoicquotesapi.herokuapp.com)\nThis [JSON API v1](http://jsonapi.org) compliant Web API provides collection of stoic quotes from notable individuals. Please feel free to use the endpoint for your project. Available in https://randomstoicquotesapi.herokuapp.com\n\nNote: Heroku free dynos sleep after 30 minutes of inactivity so sometimes your first request might take a bit longer to receive response.\n\n## Features\n\n* JSON API v1 compliant\n* CORS compliant\n* Serves author image\n\n## Built With\n* Laravel 5.5\n\n## Usage\n\n### API Endpoints\n![Endpoints](https://user-images.githubusercontent.com/9766310/33596375-75660918-d9d6-11e7-92c3-8a6dd430d097.png)\n\n### Sample API Request\n``` bash\ncurl --header \"Accept: application/vnd.api+json\" https://randomstoicquotesapi.herokuapp.com/api/v1/quotes\n```\n\n### Sample API Response\n![Response](https://user-images.githubusercontent.com/9766310/33598117-8e0e2396-d9dc-11e7-81cd-d23c0bb17a2e.png)\n\n## Change log\n\nPlease see [CHANGELOG][link-changelog] for more information on what has changed recently.\n\n## Testing\n\n``` bash\n$ phpunit\n```\n\n#### Show full specs and features:\n\n``` bash\n$ phpunit --testdox\n```\n\n## Contributing\n\nOpen for suggestions and requests. Please request through [issue][link-issue] or [pull requests][link-pull-request].\n\n## Security\n\nIf you discover any security related issues, please email jimwisleymerioles@gmail.com instead of using the issue tracker.\n\n## Credits\n\n- [Jim Merioles][link-author]\n- [Contributors][link-contributors]\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE) for more information.\n\n### Want to show some :heart:?\n\nLet's find Satoshi Nakamoto! | or let's have a :coffee:\n------------ | ------------\n![Donate Bitcoin][ico-bitcoin] | ![Donate Ethereum][ico-ethereum]\n\n\n[ico-bitcoin]: https://img.shields.io/badge/Bitcoin-1KBT3Mzsr2dZqhQqNYx4gum8Yuyd61UzNk-blue.svg?style=flat-square\n[ico-ethereum]: https://img.shields.io/badge/Ethereum-0x7896E9C4118e495Eb7001a847BBFA3C29Dfc69d9-blue.svg?style=flat-square\n\n[link-author]: https://twitter.com/jimmerioles\n[link-contributors]: https://github.com/jimmerioles/random-stoic-quotes-api/graphs/contributors\n[link-changelog]: https://github.com/jimmerioles/random-stoic-quotes-api/releases\n[link-issue]: https://github.com/jimmerioles/random-stoic-quotes-api/issues/new\n[link-pull-request]: https://github.com/jimmerioles/random-stoic-quotes-api/pull/new/master\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimmerioles%2Frandom-stoic-quotes-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjimmerioles%2Frandom-stoic-quotes-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimmerioles%2Frandom-stoic-quotes-api/lists"}