{"id":23165132,"url":"https://github.com/saqibbedar/fake-user-data-api","last_synced_at":"2025-07-31T04:39:24.940Z","repository":{"id":224208411,"uuid":"762707386","full_name":"saqibbedar/fake-user-data-api","owner":"saqibbedar","description":"fake user data repo is for testing, development, and educational purposes. ","archived":false,"fork":false,"pushed_at":"2024-03-09T11:12:32.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T21:22:53.663Z","etag":null,"topics":["fake-data","fetch-api","json","json-api","jsondata"],"latest_commit_sha":null,"homepage":"","language":null,"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/saqibbedar.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":"2024-02-24T13:20:35.000Z","updated_at":"2024-02-24T14:00:26.000Z","dependencies_parsed_at":"2025-04-04T21:33:00.563Z","dependency_job_id":null,"html_url":"https://github.com/saqibbedar/fake-user-data-api","commit_stats":null,"previous_names":["saqibbedar/fake-user-data-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saqibbedar/fake-user-data-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saqibbedar%2Ffake-user-data-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saqibbedar%2Ffake-user-data-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saqibbedar%2Ffake-user-data-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saqibbedar%2Ffake-user-data-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saqibbedar","download_url":"https://codeload.github.com/saqibbedar/fake-user-data-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saqibbedar%2Ffake-user-data-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267988489,"owners_count":24176996,"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-07-31T02:00:08.723Z","response_time":66,"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":["fake-data","fetch-api","json","json-api","jsondata"],"created_at":"2024-12-18T01:15:15.016Z","updated_at":"2025-07-31T04:39:24.907Z","avatar_url":"https://github.com/saqibbedar.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## Fake User Data API\r\n\r\nThis repository is a JSON file with fake user data that can be accessed through a simple API. The data includes information about individuals along with their respective categories.\r\n\r\n## Access the Data\r\n\r\nThe JSON data can be accessed using the following URL:\r\n\r\n[Raw JSON Data](https://raw.githubusercontent.com/saqibbedar/fake-user-data-api/main/data.json)\r\n\r\n## Data Structure\r\n\r\nThe JSON file follows the structure:\r\n\r\n```json\r\n[\r\n    {\r\n        \"name\": \"John\",\r\n        \"email\": \"john@fakeEmail.com\",\r\n        \"category\": \"Singer\"\r\n    },\r\n    // ... (other entries)\r\n]\r\n```\r\n\r\nEach entry in the JSON array represents an individual with attributes such as name, email, and category.\r\n\r\n## Example Setup\r\n\r\n```js\r\n    const fetchData = async ()=\u003e{\r\n        try {\r\n            const response = await fetch(\"https://raw.githubusercontent.com/saqibbedar/fake-user-data-api/main/data.json\");\r\n        if(!response.ok){\r\n            throw new Error(\"failed to locate resources.\");\r\n        }\r\n        const data = await response.json();\r\n        console.log(data);\r\n        }\r\n        catch(error){\r\n            console.error(error);\r\n        }\r\n    };\r\n\r\n    fetchData();\r\n```\r\n\r\n## Purpose\r\n\r\nThis repo is for learning purposes, so, feel free to use this fake user data for testing, development, or educational purposes.\r\n\r\n## Example\r\nAlso, check out this [`Search Engine Tool`](https://github.com/saqibbedar/CS-Student-Search-Engine), this project is the same as this but I have used JSON data of my classmates and made a search tool to search each user individually. It is a great project and beginner-friendly, especially when working with API or JSON-type data. \r\n\r\n## Contribute 😍\r\n\r\nFeel free to contribute to this repository by adding more fake data into JSON files or even adding some additional features. Contributions from the community can make this repository a valuable resource for developers.\r\n\r\nHappy coding and learning! 🚀\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaqibbedar%2Ffake-user-data-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaqibbedar%2Ffake-user-data-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaqibbedar%2Ffake-user-data-api/lists"}