{"id":19337123,"url":"https://github.com/stevemats/paginationdemo","last_synced_at":"2026-05-16T15:05:26.472Z","repository":{"id":97537940,"uuid":"476255964","full_name":"stevemats/PaginationDemo","owner":"stevemats","description":"Pagination API using Python and FastAPI","archived":false,"fork":false,"pushed_at":"2022-03-31T11:18:44.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-16T15:32:05.266Z","etag":null,"topics":["api","fastapi","pagination","python","uvicorn"],"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/stevemats.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":"2022-03-31T10:25:02.000Z","updated_at":"2022-10-07T14:23:07.000Z","dependencies_parsed_at":"2023-03-06T15:45:16.552Z","dependency_job_id":null,"html_url":"https://github.com/stevemats/PaginationDemo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stevemats/PaginationDemo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevemats%2FPaginationDemo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevemats%2FPaginationDemo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevemats%2FPaginationDemo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevemats%2FPaginationDemo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stevemats","download_url":"https://codeload.github.com/stevemats/PaginationDemo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevemats%2FPaginationDemo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33107570,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"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":["api","fastapi","pagination","python","uvicorn"],"created_at":"2024-11-10T03:13:29.927Z","updated_at":"2026-05-16T15:05:26.444Z","avatar_url":"https://github.com/stevemats.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FastAPI Pagination Demo\n\nFastAPI project demo. Modify it to use on other projects.\n\nThe _*data.Json*_ demo data was gotten from =\u003e [jsonplaceholder.typicode.com](https://jsonplaceholder.typicode.com/posts)\n\n---\n\n## Requirements:\n\n- [FastAPI](https://fastapi.tiangolo.com/) =\u003e pip install fastapi\n- [Uvicorn](https://www.uvicorn.org/) =\u003e pip install \"uvicorn[standard]\"\n- [Repo clone](https://github.com/stevemats/PaginationDemo) =\u003e git clone https://github.com/stevemats/PaginationDemo.git\n\n---\n\n## Usage:\n\nOn your terminal, navigate to project folder and run below commands:\n\nRun the api in dev mode:\n\n    uvicorn main:app --reload\n\nor\n\n    python -m uvicorn main:app --reload\n\nAccess the Json Data:\n\n    http://127.0.0.1:8000/posts\n\nAccess the Interactive Documentation:\n\n    http://127.0.0.1:8000/docs\n\n![interactive](https://user-images.githubusercontent.com/30528167/161042323-f7c52df7-a75c-4534-9bab-9c01efebf6f0.png)\n\nAlternate Documentation:\n\n    http://127.0.0.1:8000/redoc\n\n![fastapi](https://user-images.githubusercontent.com/30528167/161041617-975dcc6a-1b78-46b0-8561-3a6751be65c7.png)\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevemats%2Fpaginationdemo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevemats%2Fpaginationdemo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevemats%2Fpaginationdemo/lists"}