{"id":15637979,"url":"https://github.com/sameerkumar18/geek-joke-api","last_synced_at":"2025-08-22T00:31:26.090Z","repository":{"id":40362592,"uuid":"94578448","full_name":"sameerkumar18/geek-joke-api","owner":"sameerkumar18","description":"Random Geek Jokes REST API","archived":false,"fork":false,"pushed_at":"2021-05-06T19:13:47.000Z","size":102,"stargazers_count":106,"open_issues_count":20,"forks_count":50,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-12-15T04:27:25.268Z","etag":null,"topics":["entertainment","flask","flask-api","flask-restful","forthebadge","fun","funny","geek","geek-jokes","jokes","python"],"latest_commit_sha":null,"homepage":"https://geek-jokes.sameerkumar.website","language":"Python","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/sameerkumar18.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-16T20:22:46.000Z","updated_at":"2024-12-12T09:02:11.000Z","dependencies_parsed_at":"2022-08-19T06:10:56.325Z","dependency_job_id":null,"html_url":"https://github.com/sameerkumar18/geek-joke-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/sameerkumar18%2Fgeek-joke-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameerkumar18%2Fgeek-joke-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameerkumar18%2Fgeek-joke-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameerkumar18%2Fgeek-joke-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sameerkumar18","download_url":"https://codeload.github.com/sameerkumar18/geek-joke-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230542288,"owners_count":18242332,"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":["entertainment","flask","flask-api","flask-restful","forthebadge","fun","funny","geek","geek-jokes","jokes","python"],"created_at":"2024-10-03T11:16:47.251Z","updated_at":"2024-12-20T06:06:48.014Z","avatar_url":"https://github.com/sameerkumar18.png","language":"Python","readme":"# Geek-Jokes\n\n## A RESTful API to get random geek jokes written in Flask\n[![forthebadge](http://forthebadge.com/images/badges/made-with-python.svg)](http://forthebadge.com)\n[![forthebadge](http://forthebadge.com/images/badges/gluten-free.svg)](http://forthebadge.com)\n\n## What is the Geek-Jokes-api?\nThe Geek Jokes RESTful API lets you fetch a random geeky/programming related joke for use in all sorts of applications.\n\n## Why the Geek-Jokes-api?\nThe Geek Jokes api is for any developer needing some random (geeky) jokes in their life or application.\n\n## URL\n```\nGET: https://geek-jokes.sameerkumar.website/api?format=json\n```\n\n## Usage\nJust do a GET request on the API URL.\n```\nGET: https://geek-jokes.sameerkumar.website/api?format=json\n```\n\n## Projects using Geek Jokes API\n\nRepository | Description\n---- | ----\n[Random. Django. Rango.](https://github.com/powerhouseofthecell/rango) | Random. Django. Rango. An introduction to using Python and Django to build a website.\n[tellmejoke](https://github.com/MunafHajir/-tellmeajoke) | VS Code Extension that tells you a joke\n\nUsed Geek Jokes API in your project? Check out the [contributing guidelines](https://github.com/sameerkumar18/geek-joke-api/blob/master/contributing.md) for this list and let us know. we love PRs :)\n\n## Examples\n\n### cURL\n```\ncurl -X GET \\\n'https://geek-jokes.sameerkumar.website/api?format=json'\n```\n\n### Python\n```Python\nimport requests\n\nrequests.get('https://geek-jokes.sameerkumar.website/api?format=json')\n```\n\n### Node.js (es6)\n```Javascript\nvar request = require('request');\n\nlet options = {\n    url: 'https://geek-jokes.sameerkumar.website/api?format=json',\n    method: 'GET'\n}\n\nrequest(options, (err, response, body) =\u003e {\n    if(!err \u0026\u0026 response.statusCode == 200)\n        console.log(body)\n});\n```\n ### Any browser\n visit the url: https://geek-jokes.sameerkumar.website/api?format=json to get a joke. Press refresh button for more jokes.\n\n## License\nMIT\n\n## Contact\nContact: [sam@sameerkumar.website](mailto:sam@sameerkumar.website)\n\n## Author\nSameer Kumar\nhttps://sameerkumar.website\n","funding_links":[],"categories":["Index"],"sub_categories":["Games \u0026 Comics"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsameerkumar18%2Fgeek-joke-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsameerkumar18%2Fgeek-joke-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsameerkumar18%2Fgeek-joke-api/lists"}