{"id":31730072,"url":"https://github.com/dhyeythumar/graphql-proxy-api","last_synced_at":"2025-10-09T07:24:26.690Z","repository":{"id":44945300,"uuid":"407031665","full_name":"dhyeythumar/graphql-proxy-api","owner":"dhyeythumar","description":"Simple GraphQL Proxy of JSON Placeholder's APIs for testing and prototyping frontend apps.","archived":false,"fork":false,"pushed_at":"2022-05-03T06:21:08.000Z","size":421,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2023-03-10T07:58:19.038Z","etag":null,"topics":["api-placeholder","beginner-corp","graphql","graphql-api","proxy-api","serverless"],"latest_commit_sha":null,"homepage":"https://studio.apollographql.com/sandbox/explorer?endpoint=https%3A%2F%2Fplay-clt.begin.app%2F","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dhyeythumar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-16T05:24:01.000Z","updated_at":"2022-04-21T17:17:14.000Z","dependencies_parsed_at":"2022-09-04T00:52:24.164Z","dependency_job_id":null,"html_url":"https://github.com/dhyeythumar/graphql-proxy-api","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/dhyeythumar/graphql-proxy-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhyeythumar%2Fgraphql-proxy-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhyeythumar%2Fgraphql-proxy-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhyeythumar%2Fgraphql-proxy-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhyeythumar%2Fgraphql-proxy-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dhyeythumar","download_url":"https://codeload.github.com/dhyeythumar/graphql-proxy-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhyeythumar%2Fgraphql-proxy-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000980,"owners_count":26082973,"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-10-09T02:00:07.460Z","response_time":59,"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-placeholder","beginner-corp","graphql","graphql-api","proxy-api","serverless"],"created_at":"2025-10-09T07:24:21.198Z","updated_at":"2025-10-09T07:24:26.684Z","avatar_url":"https://github.com/dhyeythumar.png","language":"JavaScript","readme":"\u003ch1 align=\"center\"\u003eGraphQL Proxy API\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eGraphQL Proxy API is wrapper around\n    \u003ca href=\"https://github.com/typicode/jsonplaceholder\"\u003e\n        JSON Placeholder\n    \u003c/a\u003e\n    \u0026bull;\n    Simple fake GraphQL API for testing \u0026 prototyping\n\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://rapidapi.com/dhyeythumar/api/graphql-proxy\"\u003e\u003cimg alt=\"rapidapi-logo\" src=\"https://img.shields.io/badge/Rapid%20API-GraphQL%20Proxy%20Server-%231D4371?style=for-the-badge\u0026logo=\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://studio.apollographql.com/sandbox/explorer?endpoint=https%3A%2F%2Fplay-clt.begin.app%2F\"\u003e\u003cimg alt=\"apollo-logo\" src=\"https://img.shields.io/badge/Apollo%20GraphQL%20Sandbox-Testing%20Env-%231b2240?style=for-the-badge\u0026logo=apollographql\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## What’s In This Document\n\n-   [Introduction](#introduction)\n-   [Features](#features)\n-   [Getting Started](#getting-started)\n-   [Schema](./Schema.md)\n-   [License](#license)\n-   [Acknowledgements](#acknowledgements)\n\n## Introduction\n\n\u003e **This project idea is heavily inspired by the JSON placeholder's idea of having a fake API.**\n\u003e\n\u003e Here check out the idealogy behind creating something like a JSON placeholder Restful APIs.\n\nMost of the time when, trying a new library, hacking a prototype, or following a tutorial, I found myself in need of some data.\n\nAnd I didn't like the idea of using some public API because I had the feeling that I was spending more time registering a client and understanding a complex API than focusing on my task.\n\nBut I liked the idea of image placeholders for web designers. So I decided to code a little Express server inspired by that and, here is [JSONPlaceholder](https://jsonplaceholder.typicode.com).\n\n## Features\n\n-   No registration required\n-   Zero configuration\n-   Basic GraphQL API\n-   \"Has many\" relationships ([check out schema](./Schema.md))\n-   Filters and nested resources\n-   Compatible with React, Angular, Vue, Ember, ...\n\n## Getting Started\n\n**API is avaliable on RapidAPI hub:**  [GraphQL Proxy](https://rapidapi.com/dhyeythumar/api/graphql-proxy)\n\n**You can also directly interact with the API using GraphQL's introspection feature to check out the available Queries \u0026 Mutations in Apollo's sandbox environment:**\n\n-   GraphQL Proxy API server link: https://play-clt.begin.app/\n-   Apollo sandbox link: https://studio.apollographql.com/sandbox/explorer\n\n## License\n\nLicensed under the [MIT License](./LICENSE).\n\n## Acknowledgements\n\n[JSON Placeholder](https://github.com/typicode/jsonplaceholder#readme)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhyeythumar%2Fgraphql-proxy-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhyeythumar%2Fgraphql-proxy-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhyeythumar%2Fgraphql-proxy-api/lists"}