{"id":20019555,"url":"https://github.com/namitkumarsingh97/jokes-api-building","last_synced_at":"2026-06-06T18:31:43.389Z","repository":{"id":235890294,"uuid":"791466700","full_name":"namitkumarsingh97/Jokes-API-Building","owner":"namitkumarsingh97","description":"Node.js RESTful API built with Express.js offering limited diverse joke categories. Provides seamless integration for accessing and retrieving jokes programmatically. A comprehensive solution for humor enthusiasts seeking a wide range of comedic content.","archived":false,"fork":false,"pushed_at":"2024-05-15T06:40:43.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T16:09:14.455Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://jokes-api-building.onrender.com/","language":"JavaScript","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/namitkumarsingh97.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-24T19:13:46.000Z","updated_at":"2024-05-15T06:40:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"c1f9cfde-b1c3-4fa9-8afd-c4c54a6c9e62","html_url":"https://github.com/namitkumarsingh97/Jokes-API-Building","commit_stats":null,"previous_names":["namitkumarsingh97/jokes-api-building"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/namitkumarsingh97%2FJokes-API-Building","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/namitkumarsingh97%2FJokes-API-Building/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/namitkumarsingh97%2FJokes-API-Building/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/namitkumarsingh97%2FJokes-API-Building/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/namitkumarsingh97","download_url":"https://codeload.github.com/namitkumarsingh97/Jokes-API-Building/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241453700,"owners_count":19965246,"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":[],"created_at":"2024-11-13T08:27:58.443Z","updated_at":"2026-06-06T18:31:43.068Z","avatar_url":"https://github.com/namitkumarsingh97.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JokesAPI\n\n- A public API for humor enthusiasts seeking a wide range of comedic content.\n\n```\nbaseURL = https://jokes-api-building.onrender.com\n```\n\n## GET - Random Joke\n\n- Get a random joke from the Joke API\n  \u003e https://jokes-api-building.onrender.com/random\n\n## GET - Specific Joke\n\n- Responds with a single joke with the requested joke id.\n  \u003e https://jokes-api-building.onrender.com/jokes/:id\n- Provide the joke id as a path parameter.\n\n## GET - Filtered Joke By Type\n\n- Filters all the jokes by their joke type.\n  \u003e https://jokes-api-building.onrender.com/filter\n- Provide a query parameter for `jokeType` and if the type exists, then you should get back all the jokes that match that type.\n\n## POST - New Joke\n\n- Create a new joke to add into the collection of jokes.\n  \u003e https://jokes-api-building.onrender.com/jokes\n- Need to provide body parameters for `jokeText` and `jokeType`.\n- Joke ID will be autogenerated.\n\n## PUT - Replace Joke\n\n- Completely replace a joke based on the path parameter id specified.\n  \u003e https://jokes-api-building.onrender.com/jokes/:id\n- Provide the replacement values for the `jokeText` and `jokeType`.\n\n### PATH VARIABLES\n\n- id\n\n## PATCH - Edit Joke\n\n- Edit a particular property of joke for the id that is specified in the path parameter.\n  \u003e https://jokes-api-building.onrender.com/jokes/:id\n- Provide optional values for either the `jokeText` or the `jokeType`.\n\n### PATH VARIABLES\n\nid\n\n## DELETE - Single Joke\n\n- Delete a joke from the collection of jokes based on the path parameter provided for the joke `id`.\n  \u003e https://jokes-api-building.onrender.com/jokes/:id\n- Will return an error if no jokes match the provided `id`.\n\n### PATH VARIABLES\n\nid\n\n## DELETE - All Jokes\n\n- Delete all jokes from the collection.\n  \u003e https://jokes-api-building.onrender.com/all\n\n### Authentication:\n\nRequires the admin key to perform this action.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnamitkumarsingh97%2Fjokes-api-building","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnamitkumarsingh97%2Fjokes-api-building","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnamitkumarsingh97%2Fjokes-api-building/lists"}