{"id":21992873,"url":"https://github.com/aniketmaurya/tiny-api","last_synced_at":"2026-02-26T18:05:28.644Z","repository":{"id":264985851,"uuid":"869984338","full_name":"aniketmaurya/tiny-api","owner":"aniketmaurya","description":"A tiny library for building REST APIs with FastAPI like interface. ","archived":false,"fork":false,"pushed_at":"2025-12-01T21:29:35.000Z","size":14,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-17T06:12:48.189Z","etag":null,"topics":["asgi","nogil","python","starlette"],"latest_commit_sha":null,"homepage":"","language":"Python","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/aniketmaurya.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-09T08:40:48.000Z","updated_at":"2024-12-28T01:58:59.000Z","dependencies_parsed_at":"2025-02-04T00:29:12.361Z","dependency_job_id":"d3f05176-c630-411e-98c0-907a277c3b93","html_url":"https://github.com/aniketmaurya/tiny-api","commit_stats":null,"previous_names":["aniketmaurya/tiny-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aniketmaurya/tiny-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aniketmaurya%2Ftiny-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aniketmaurya%2Ftiny-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aniketmaurya%2Ftiny-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aniketmaurya%2Ftiny-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aniketmaurya","download_url":"https://codeload.github.com/aniketmaurya/tiny-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aniketmaurya%2Ftiny-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29867153,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T16:38:37.846Z","status":"ssl_error","status_checked_at":"2026-02-26T16:37:58.932Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["asgi","nogil","python","starlette"],"created_at":"2024-11-29T20:15:06.338Z","updated_at":"2026-02-26T18:05:28.614Z","avatar_url":"https://github.com/aniketmaurya.png","language":"Python","readme":"# TinyAPI 🚀\n\nA FastAPI like lean library for building REST APIs.\n\n\u003e Created this project as a temporary replacement of FastAPI for Python 3.13 free-threading support.\n\n## Example:\n\n```python\nfrom starlette.responses import JSONResponse\nimport uvicorn\nfrom tiny_api import TinyAPI\n\napp = TinyAPI()\n\n@app.router.get(\"/\")\nasync def hello(request):\n    return JSONResponse({\"hello\": \"world\"})\n\nif __name__ == \"__main__\":\n    uvicorn.run(app, host=\"0.0.0.0\", port=8000)\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faniketmaurya%2Ftiny-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faniketmaurya%2Ftiny-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faniketmaurya%2Ftiny-api/lists"}