{"id":13501767,"url":"https://github.com/rrajaravi/anyserv","last_synced_at":"2026-04-05T18:35:13.665Z","repository":{"id":160249728,"uuid":"93543315","full_name":"rrajaravi/anyserv","owner":"rrajaravi","description":"Get a full fake REST API with zero coding","archived":false,"fork":false,"pushed_at":"2019-09-03T03:45:22.000Z","size":10,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-01T22:55:50.564Z","etag":null,"topics":["python","web","webserver","webservice"],"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/rrajaravi.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}},"created_at":"2017-06-06T17:05:35.000Z","updated_at":"2023-08-24T11:30:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"43c1d7b5-9ebf-4e07-9172-a8a6ac6519ee","html_url":"https://github.com/rrajaravi/anyserv","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/rrajaravi%2Fanyserv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rrajaravi%2Fanyserv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rrajaravi%2Fanyserv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rrajaravi%2Fanyserv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rrajaravi","download_url":"https://codeload.github.com/rrajaravi/anyserv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222481605,"owners_count":16991485,"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":["python","web","webserver","webservice"],"created_at":"2024-07-31T22:01:49.705Z","updated_at":"2026-04-05T18:35:13.614Z","avatar_url":"https://github.com/rrajaravi.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Anyserv\nGet a full (GET request as of now) fake REST API with zero coding\n\n#### Installation\n\n        $ git clone https://github.com/rrajaravi/anyserv.git\n        $ cd anyserv\n        $ python setup.py install\n\n#### Command Line\n\n        $ anyserv -f example/config.json --host 127.0.0.1 -p 5001\n         * Running on http://127.0.0.1:5001/ (Press CTRL+C to quit)\n\n        $ anyserv -f example/config.json \n         * Running on http://0.0.0.0:8080/ (Press CTRL+C to quit)\n         \n        $ anyserv --help\n        usage: anyserv [-h] -f FILE [--host HOST] [-p PORT]\n\n        Serve any static data by providing json file as an input. Refer config.json\n        available in github repository example directory for the file format\n\n        optional arguments:\n          -h, --help            show this help message and exit\n          -f FILE, --file FILE\n          --host HOST\n          -p PORT, --port PORT         \n         \n#### Sample Config File\n\n\t\t[  \n\t\t   {  \n\t\t      \"name\":\"hello\",\n\t\t      \"path\":\"/\",\n\t\t      \"method\": \"GET\",\n\t\t      \"response\":\"hello world!\"\n\t\t   },\n\t\t   {  \n\t\t      \"name\":\"myapi\",\n\t\t      \"path\":\"/api\",\n\t\t      \"method\": \"GET\",\n\t\t      \"response\":{  \n\t\t         \"version\":1,\n\t\t         \"status\":\"api working\"\n\t\t      }\n\t\t   },\n\t\t   {  \n\t\t      \"name\":\"myapiusers\",\n\t\t      \"path\":\"/api/users\",\n\t\t      \"method\": \"GET\",\n\t\t      \"response\":[  \n\t\t         \"john\",\n\t\t         \"david\",\n\t\t         \"peter\"\n\t\t      ]\n\t\t   }\n\t\t]\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frrajaravi%2Fanyserv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frrajaravi%2Fanyserv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frrajaravi%2Fanyserv/lists"}