{"id":36726346,"url":"https://github.com/opencars/edrmvs","last_synced_at":"2026-01-12T12:02:04.537Z","repository":{"id":44952285,"uuid":"229575893","full_name":"opencars/edrmvs","owner":"opencars","description":":bookmark_tabs: Tool for extracting data from the web portal","archived":false,"fork":false,"pushed_at":"2025-03-16T18:40:59.000Z","size":173,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-15T09:39:54.796Z","etag":null,"topics":["bigdata","hacking","open-data","restful-api","ukraine","vehicles-api"],"latest_commit_sha":null,"homepage":"","language":"Go","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/opencars.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":"2019-12-22T13:57:43.000Z","updated_at":"2025-03-16T18:41:02.000Z","dependencies_parsed_at":"2023-02-18T01:30:57.277Z","dependency_job_id":null,"html_url":"https://github.com/opencars/edrmvs","commit_stats":null,"previous_names":[],"tags_count":44,"template":false,"template_full_name":null,"purl":"pkg:github/opencars/edrmvs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencars%2Fedrmvs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencars%2Fedrmvs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencars%2Fedrmvs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencars%2Fedrmvs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opencars","download_url":"https://codeload.github.com/opencars/edrmvs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencars%2Fedrmvs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338973,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T10:58:46.209Z","status":"ssl_error","status_checked_at":"2026-01-12T10:58:42.742Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["bigdata","hacking","open-data","restful-api","ukraine","vehicles-api"],"created_at":"2026-01-12T12:02:04.454Z","updated_at":"2026-01-12T12:02:04.520Z","avatar_url":"https://github.com/opencars.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# edrmvs\n\n\u003e Tool for extracting infromation from government resources\n\n## Development\n\nBuild the binary\n\n```sh\nmake\n```\n\nStart postgres\n\n```sh\ndocker-compose up -Vd postgres\n```\n\nRun sql migrations\n\n```sh\nmigrate -source file://migrations -database postgres://postgres:password@127.0.0.1/edrmvs\\?sslmode=disable up\n```\n\nRun the web server\n\n```sh\n./bin/server\n```\n\n## Test\n\nStart postgres\n\n```sh\ndocker-compose up -Vd postgres\n```\n\nRun sql migrations\n\n```sh\nmigrate -source file://migrations -database postgres://postgres:password@127.0.0.1/edrmvs\\?sslmode=disable up\n```\n\nRun tests\n\n```sh\ngo test -v ./...\n```\n\n## Usage\n\nFor example, you get information about this amazing Tesla Model X\n\n```sh\nhttp http://localhost:8080/api/v1/registrations/СХН484154\n```\n\n```json\n{\n    \"brand\": \"TESLA\",\n    \"code\": \"CXH484154\",\n    \"color\": \"ЧОРНИЙ\",\n    \"date\": \"2019-06-05\",\n    \"first_reg_date\": \"2016-10-13\",\n    \"fuel\": \"ЕЛЕКТРО\",\n    \"kind\": \"ЛЕГКОВИЙ УНІВЕРСАЛ-B\",\n    \"model\": \"MODEL X\",\n    \"num_seating\": 7,\n    \"number\": \"AA9359PC\",\n    \"own_weight\": 2485,\n    \"rank_category\": \"B\",\n    \"total_weight\": 3021,\n    \"vin\": \"5YJXCCE40GF010543\",\n    \"year\": 2016\n}\n```\n\n## License\n\nProject released under the terms of the MIT [license](./LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopencars%2Fedrmvs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopencars%2Fedrmvs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopencars%2Fedrmvs/lists"}