{"id":18996270,"url":"https://github.com/arefshojaei/faker-api","last_synced_at":"2026-04-13T19:32:41.314Z","repository":{"id":173028683,"uuid":"650070623","full_name":"ArefShojaei/Faker-api","owner":"ArefShojaei","description":"This project has been created by NodeJS and custom \"Fake Data\" with API","archived":false,"fork":false,"pushed_at":"2026-02-10T19:53:00.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-10T22:54:01.140Z","etag":null,"topics":["api","express-js","fake","fake-data","faker","fakerjs","nodejs","rest-api","rest-ful"],"latest_commit_sha":null,"homepage":"https://faker-api-service.onrender.com/api/user","language":"JavaScript","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/ArefShojaei.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":"2023-06-06T09:17:09.000Z","updated_at":"2026-02-10T19:53:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"12441dd1-f5d4-4446-a5d4-014afcdbe8d4","html_url":"https://github.com/ArefShojaei/Faker-api","commit_stats":null,"previous_names":["arefshojaei/faker-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ArefShojaei/Faker-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArefShojaei%2FFaker-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArefShojaei%2FFaker-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArefShojaei%2FFaker-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArefShojaei%2FFaker-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArefShojaei","download_url":"https://codeload.github.com/ArefShojaei/Faker-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArefShojaei%2FFaker-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31768637,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: 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","express-js","fake","fake-data","faker","fakerjs","nodejs","rest-api","rest-ful"],"created_at":"2024-11-08T17:34:30.156Z","updated_at":"2026-04-13T19:32:41.300Z","avatar_url":"https://github.com/ArefShojaei.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eFaker API 👌\u003c/h1\u003e\n\n\u003ca href=\"https://faker-api-service.onrender.com/api/user\"\u003e\n\u003cimg width=\"1200\" alt=\"faker Api\" src=\"https://github.com/ArefShojaei/faker-api/assets/134844185/15ade995-2a74-439b-8a74-cae2ec5d3aab\"\u003e\n\u003c/a\u003e\n\n\u003ch3 align=\"center\"\u003e\n  NodeJs and ExpressJS \u003cbr\u003e\u003cbr\u003e \n  \u003ca href='https://faker-api-service.onrender.com/api/user'\u003eDemo\u003c/a\u003e\n\u003c/h3\u003e\n\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/javascript/javascript-original.svg\" height=\"40\" alt=\"javascript logo\"  /\u003e\n  \u003cimg width=\"12\" /\u003e\n  \u003cimg src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/nodejs/nodejs-original.svg\" height=\"40\" alt=\"nodejs logo\"  /\u003e\n  \u003cimg width=\"12\" /\u003e\n  \u003cimg src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/express/express-original.svg\" height=\"40\" alt=\"express logo\"  /\u003e\n\u003c/div\u003e\u003cbr\u003e\u003cbr\u003e\n\n###\n\n\u003ch2 align=\"left\"\u003eHow to use it?\u003c/h2\u003e\n\n\u003e First step:\n\nInstall all package dependencies from NPM\n```bash\nnpm install\n```\n\n\u003e Second step:\n\nAfter installing packages, then create \".env\" file in root of the project and add these variables\n```bash\nAPP_PORT = 3000\n```\n\n\u003e Third step:\n\nLaunch web server for using as service!\n```bash\nnpm start\n```\n###\n\n\u003ch2 align=\"left\"\u003eAPI End-points + HTTP methods\u003c/h2\u003e\n\n###\n\u003e Get random fake a User data\n```txt\n[GET] /api/user\n```\n\n\u003e Get random fake Git data\n```txt\n[GET] /api/git\n```\n\n\u003e Get random fake Http-request data\n```txt\n[GET] /api/request\n```\n\n\u003e Get random fake Finance-account data\n```txt\n[GET] /api/finance-account\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farefshojaei%2Ffaker-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farefshojaei%2Ffaker-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farefshojaei%2Ffaker-api/lists"}