{"id":22882936,"url":"https://github.com/spacebagel/randomdudeapi","last_synced_at":"2025-10-08T12:52:16.745Z","repository":{"id":245171518,"uuid":"817446640","full_name":"spacebagel/RandomDudeAPI","owner":"spacebagel","description":"Small API for generating random user data","archived":false,"fork":false,"pushed_at":"2024-06-19T18:32:02.000Z","size":241,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T16:58:59.374Z","etag":null,"topics":["api","asp-net-core","csharp","webapi"],"latest_commit_sha":null,"homepage":"","language":"C#","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/spacebagel.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-06-19T18:16:59.000Z","updated_at":"2024-06-19T18:48:52.000Z","dependencies_parsed_at":"2024-06-20T08:45:53.728Z","dependency_job_id":"b88a5ef2-6d75-4900-b1cc-0536f08e1463","html_url":"https://github.com/spacebagel/RandomDudeAPI","commit_stats":null,"previous_names":["spacebagel/randomdudeapi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/spacebagel/RandomDudeAPI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebagel%2FRandomDudeAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebagel%2FRandomDudeAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebagel%2FRandomDudeAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebagel%2FRandomDudeAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spacebagel","download_url":"https://codeload.github.com/spacebagel/RandomDudeAPI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebagel%2FRandomDudeAPI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278948025,"owners_count":26073747,"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-08T02:00:06.501Z","response_time":56,"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","asp-net-core","csharp","webapi"],"created_at":"2024-12-13T18:30:35.268Z","updated_at":"2025-10-08T12:52:16.718Z","avatar_url":"https://github.com/spacebagel.png","language":"C#","readme":"# 📃 Random Person Info GET API\nSmall API for generating random user data.\n\n## ▶️ How to Run\n1. Execute the script from [Database.sql](https://github.com/spacebagel/RandomDudeAPI/blob/master/Database.sql) in MSSQL.\n2. Change `\"ConnectionString\": \"\"` in the appsettings.json file.\n\n![ConnectionString](https://github.com/spacebagel/RandomDudeAPI/assets/165411846/031f83ba-cc81-443e-8362-08a487175359)\n\n3. (optional) Install and use HttpRepl\n\n```powershell\ndotnet tool install -g Microsoft.dotnet-httprepl\n```\n```powershell\ndotnet run --urls=https://localhost:PORT\n```\n## 🎊 Examples\n```json\n[\n  {\n    \"lastName\": \"Нечаев\",\n    \"firstName\": \"Клим\",\n    \"middleName\": \"Порфириевич\",\n    \"gender\": \"Мужской\",\n    \"birthdate\": \"27.08.1957\",\n    \"phoneNumber\": \"+79564001617\",\n    \"email\": \"nechaev_9512@bk.ru\",\n    \"adress\": {\n      \"city\": \"Нахичевань\",\n      \"region\": \"Калмыкия\",\n      \"country\": \"Россия\"\n    }\n  },\n  {\n    \"lastName\": \"Гончаров\",\n    \"firstName\": \"Климентий\",\n    \"middleName\": \"Станиславович\",\n    \"gender\": \"Мужской\",\n    \"birthdate\": \"18.01.1945\",\n    \"phoneNumber\": \"+79514198048\",\n    \"email\": \"goncharov51@ya.ru\",\n    \"adress\": {\n      \"city\": \"Джеймстаун\",\n      \"region\": \"Bistrita-Nasaud\",\n      \"country\": \"Румыния\"\n    }\n  },\n  {\n    \"lastName\": \"Акимов\",\n    \"firstName\": \"Фадей\",\n    \"middleName\": \"Андрониевич\",\n    \"gender\": \"Мужской\",\n    \"birthdate\": \"30.04.1989\",\n    \"phoneNumber\": \"+79754639074\",\n    \"email\": \"akimov_4199@outlook.com\",\n    \"adress\": {\n      \"city\": \"Baexem\",\n      \"region\": \"Нарынская обл.\",\n      \"country\": \"Кыргызстан\"\n    }\n  }\n]\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspacebagel%2Frandomdudeapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspacebagel%2Frandomdudeapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspacebagel%2Frandomdudeapi/lists"}