{"id":25458805,"url":"https://github.com/therealshreyash/random-api-docs","last_synced_at":"2026-05-16T11:32:02.492Z","repository":{"id":195059891,"uuid":"692157437","full_name":"TheRealShreyash/random-api-docs","owner":"TheRealShreyash","description":"The Official documentation for the Random API","archived":false,"fork":false,"pushed_at":"2024-08-18T13:32:38.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-18T14:42:59.470Z","etag":null,"topics":["docs","flask","image-manipulation","python","randomapi","restapi"],"latest_commit_sha":null,"homepage":"https://random-api-nu.vercel.app","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheRealShreyash.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-15T17:30:22.000Z","updated_at":"2024-08-18T13:32:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"c608e4ae-2a5a-474d-9153-0d027732ce1f","html_url":"https://github.com/TheRealShreyash/random-api-docs","commit_stats":null,"previous_names":["therealshreyash/random-api-docs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRealShreyash%2Frandom-api-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRealShreyash%2Frandom-api-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRealShreyash%2Frandom-api-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRealShreyash%2Frandom-api-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheRealShreyash","download_url":"https://codeload.github.com/TheRealShreyash/random-api-docs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239404201,"owners_count":19632708,"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":["docs","flask","image-manipulation","python","randomapi","restapi"],"created_at":"2025-02-18T03:28:44.461Z","updated_at":"2025-10-07T15:46:57.458Z","avatar_url":"https://github.com/TheRealShreyash.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Random API Docs\n\n## Useful Links\n\n- The Official documentation for the [Random API](https://random-api-nu.vercel.app)\n- List of endpoints we provide -\u003e [Endpoints](https://random-api-nu.vercel.app/endpoints)\n- Python Examples -\u003e [Py Reference]()\n- Javascript Examples -\u003e [Js Reference]()\n- Support at -\u003e [Discord](https://dsc.gg/vistara-lounge)\n\n## API Reference\n\n#### Get the version\n\n```http\n  GET /api/version\n```\n\n#### Get Quote\n\n```http\n  GET /api/quote\n```\n\n| Endpoint | Response Type | Description                   |\n| :------- | :------------ | :---------------------------- |\n| `quote`  | `JSON`        | Returns a Quote from the API. |\n\nAlso serves the author of the quote in the response.\n\n#### Get Roast\n\n```http\n  GET /api/roast\n```\n\n| Endpoint | Response Type | Description                   |\n| :------- | :------------ | :---------------------------- |\n| `roast`  | `JSON`        | Returns a Roast from the API. |\n\nAlso serves the id of the roast so you can report something related to that roast to the [Developer](https://github.com/TheRealShreyash) by posting issues on this repo.\n\n#### Get Question\n\n```http\n  GET /api/question\n```\n\n| Endpoint   | Response Type | Description                      |\n| :--------- | :------------ | :------------------------------- |\n| `question` | `JSON`        | Returns a Question from the API. |\n\nAlso serves the id of the question so you can report something related to that question to the [Developer](https://github.com/TheRealShreyash) by posting issues on this repo.\n\n#### Get Trivia\n\n```http\n  GET /api/trivia\n```\n\n| Endpoint | Response Type | Description                    |\n| :------- | :------------ | :----------------------------- |\n| `trivia` | `JSON`        | Returns a trivia from the API. |\n\n#### Get Token\n\n```http\n  GET /api/token\n```\n\n| Endpoint | Response Type | Description                       |\n| :------- | :------------ | :-------------------------------- |\n| `token`  | `JSON`        | Returns a 100% safe to use token. |\n\n#### Get Naruto Quiz\n\n```http\n  GET /api/naruto\n```\n\n| Endpoint | Response Type | Description                                                                |\n| :------- | :------------ | :------------------------------------------------------------------------- |\n| `naruto` | `JSON`        | Returns a question with 3 options and correct option which is one of them. |\n\n#### Get Beautified Image\n\n```http\n  GET /api/beautify\n```\n\n| Endpoint   | Response Type | Description                              |\n| :--------- | :------------ | :--------------------------------------- |\n| `beautify` | `IMAGE`       | Returns a beautified image from the API. |\n\n#### Get Blurred Image\n\n```http\n  GET /api/blur\n```\n\n| Endpoint | Response Type | Description                           |\n| :------- | :------------ | :------------------------------------ |\n| `blur`   | `IMAGE`       | Returns a blurred image from the API. |\n\n#### Get Greyscaled Image\n\n```http\n  GET /api/greyscale\n```\n\n| Endpoint    | Response Type | Description                              |\n| :---------- | :------------ | :--------------------------------------- |\n| `greyscale` | `IMAGE`       | Returns a greyscaled image from the API. |\n\n#### Get Pixelated Image\n\n```http\n  GET /api/pixelate\n```\n\n| Endpoint   | Response Type | Description                             |\n| :--------- | :------------ | :-------------------------------------- |\n| `pixelate` | `IMAGE`       | Returns a pixelated image from the API. |\n\n#### Get Qrcode\n\n```http\n  GET /api/qrcode\n```\n\n| Endpoint | Response Type | Description                              |\n| :------- | :------------ | :--------------------------------------- |\n| `qrcode` | `IMAGE`       | Returns a qrcode of an url from the API. |\n\n## Author\n\n- [TheRealShreyash](https://therealshreyash.github.io)\n\n## Others\n\n[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)\n[![](https://img.shields.io/badge/Thanks%20for%20reading!-8A2BE2)]()\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftherealshreyash%2Frandom-api-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftherealshreyash%2Frandom-api-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftherealshreyash%2Frandom-api-docs/lists"}