{"id":25924952,"url":"https://github.com/richismyhoo/zoorestapi","last_synced_at":"2026-05-14T23:34:18.123Z","repository":{"id":279809325,"uuid":"940049974","full_name":"richismyhoo/ZooRESTAPI","owner":"richismyhoo","description":"rest api for zoo","archived":false,"fork":false,"pushed_at":"2025-02-27T14:42:25.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T20:47:55.966Z","etag":null,"topics":["api","aspnetcore","csharp","dotnet","entity-framework-core","rest-api"],"latest_commit_sha":null,"homepage":"","language":"C#","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/richismyhoo.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":"2025-02-27T14:33:52.000Z","updated_at":"2025-02-27T14:44:36.000Z","dependencies_parsed_at":"2025-02-27T20:49:52.404Z","dependency_job_id":"9bd4ee98-3525-4567-8bf2-b8b1220a3494","html_url":"https://github.com/richismyhoo/ZooRESTAPI","commit_stats":null,"previous_names":["richismyhoo/zoorestapi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/richismyhoo/ZooRESTAPI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richismyhoo%2FZooRESTAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richismyhoo%2FZooRESTAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richismyhoo%2FZooRESTAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richismyhoo%2FZooRESTAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/richismyhoo","download_url":"https://codeload.github.com/richismyhoo/ZooRESTAPI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richismyhoo%2FZooRESTAPI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271854475,"owners_count":24834453,"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","status":"online","status_checked_at":"2025-08-24T02:00:11.135Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","aspnetcore","csharp","dotnet","entity-framework-core","rest-api"],"created_at":"2025-03-03T18:33:26.646Z","updated_at":"2026-05-14T23:34:18.080Z","avatar_url":"https://github.com/richismyhoo.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ZOO REST API \n###\nCasual basic ready to use REST API for zoo\n\n## endpoints \n**/api/animals**  `[GET]` - get all animals, answer example\n```json\n{\n  {\n    \"id\": 1,\n    \"name\": \"genadiy\",\n    \"type\": \"turtle\",\n    \"energy\": 70\n  },\n  {\n    \"id\": 2,\n    \"name\": \"anton\",\n    \"type\": \"lion\",\n    \"energy\": 27\n  }\n}\n```\n**/api/animals/{id}**  `[GET]` - get specific animal in zoo, answer example\n```json\n{\n  \"id\": 1,\n  \"name\": \"genadiy\",\n  \"type\": \"turtle\",\n  \"energy\": 70\n}\n```\n\n**/api/animals**  `[POST]` - create new animal, energy choosing randomly in range 1 - 100 body json example\n```json\n{\n  \"name\": \"genadiy\",\n  \"type\": \"turtle\"\n}\n```\n**/api/animals/{id}/feed**  `[PUT]` - feed specific animal, energy cant upgrade more than 100, and value of food cant be more than 100, body json example\n```json\n{\n  20\n}\n```\n**/api/animals/{id}**  `[DELETE]` - delete animal, just returning 204 if successufuly deleted\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichismyhoo%2Fzoorestapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichismyhoo%2Fzoorestapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichismyhoo%2Fzoorestapi/lists"}