{"id":20420235,"url":"https://github.com/ghoshasish99/jsonserver","last_synced_at":"2026-03-05T21:32:02.273Z","repository":{"id":54321001,"uuid":"280000879","full_name":"ghoshasish99/JsonServer","owner":"ghoshasish99","description":"Json Server for service virtualization and deployment to Azure WebApp services","archived":false,"fork":false,"pushed_at":"2021-03-06T13:22:53.000Z","size":84,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-05T21:25:40.558Z","etag":null,"topics":["api-testing","json-server","rest-api","service-virtualization"],"latest_commit_sha":null,"homepage":"http://json-server-1.azurewebsites.net/","language":"HTML","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/ghoshasish99.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}},"created_at":"2020-07-15T23:10:47.000Z","updated_at":"2021-07-02T07:39:33.000Z","dependencies_parsed_at":"2022-08-13T12:00:32.948Z","dependency_job_id":null,"html_url":"https://github.com/ghoshasish99/JsonServer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ghoshasish99/JsonServer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghoshasish99%2FJsonServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghoshasish99%2FJsonServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghoshasish99%2FJsonServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghoshasish99%2FJsonServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghoshasish99","download_url":"https://codeload.github.com/ghoshasish99/JsonServer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghoshasish99%2FJsonServer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30150420,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T21:15:50.531Z","status":"ssl_error","status_checked_at":"2026-03-05T21:15:11.173Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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-testing","json-server","rest-api","service-virtualization"],"created_at":"2024-11-15T06:42:07.438Z","updated_at":"2026-03-05T21:32:02.236Z","avatar_url":"https://github.com/ghoshasish99.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JsonServer\n\n[![Deploy to Azure Web App](https://github.com/ghoshasish99/JsonServer/actions/workflows/master_json-server-1.yml/badge.svg)](https://github.com/ghoshasish99/JsonServer/actions/workflows/master_json-server-1.yml)\n\n## Json Server is a light weight solution to get a full fledged fake Rest API \n\n### Getting Started\n\n* To install : `npm install -g json-server`\n\n* Create a `db.json` with some data :\n```json\n{\n   \"users\":[\n      {\n         \"id\":1,\n         \"first_name\":\"Ashish\",\n         \"last_name\":\"Ghosh\",\n         \"job\":\"test automation\"\n      }\n   ]\n}\n```\n* To start JSON Server : `json-server --watch db.json`\n\n* To access data, you can hit this url :\n http://localhost:3000/users/1\n\nYou should get the following output :\n```json\n{\n   \"users\":[\n      {\n         \"id\":1,\n         \"first_name\":\"Ashish\",\n         \"last_name\":\"Ghosh\",\n         \"job\":\"test automation\"\n      }\n   ]\n}\n```\nFor more on JSON Server visit [this link.](https://github.com/typicode/json-server)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghoshasish99%2Fjsonserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghoshasish99%2Fjsonserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghoshasish99%2Fjsonserver/lists"}