{"id":22432583,"url":"https://github.com/romiyusnandar/orion-api","last_synced_at":"2025-08-22T19:02:11.847Z","repository":{"id":244807145,"uuid":"816327651","full_name":"romiyusnandar/orion-api","owner":"romiyusnandar","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-28T22:58:43.000Z","size":89,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-01T00:36:55.994Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://orion-apiv1.vercel.app","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/romiyusnandar.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-17T14:12:57.000Z","updated_at":"2025-02-28T22:58:46.000Z","dependencies_parsed_at":"2024-08-12T01:25:38.621Z","dependency_job_id":"af7d0ba4-6fcf-4dd5-ba33-0bf1db3e90df","html_url":"https://github.com/romiyusnandar/orion-api","commit_stats":null,"previous_names":["romiyusnandar/orion-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romiyusnandar%2Forion-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romiyusnandar%2Forion-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romiyusnandar%2Forion-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romiyusnandar%2Forion-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/romiyusnandar","download_url":"https://codeload.github.com/romiyusnandar/orion-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245806030,"owners_count":20675291,"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","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":[],"created_at":"2024-12-05T22:12:15.700Z","updated_at":"2025-03-27T07:42:33.948Z","avatar_url":"https://github.com/romiyusnandar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# API for get all information about OrionOS\nFor now u just can get /device and /developer\n\n# Instalation\n\n- Run in your terminal\n\n```sh\ngit clone https://github.com/romiyusnandar/orion-api.git\n\ncd orion-api\n\nnpm install\n\nnpm start\n```\n\n- Server akan berjalan di http://localhost:7000\n\n# Routes\n\n| Endpoint  | Params | Description                                                 |\n| --------- | ------ | ----------------------------------------------------------- |\n| /device   |        | To get all device data                                      |\n\n### Example request\n\n```js\n(async () =\u003e {\n  const response = await fetch(\"http://localhost:7000/device\");\n  const result = await response.json();\n\n  console.log(result);\n})();\n```\n\n### Example Response\n```json\n{\n  \"_id\": 101,\n  \"slug\": \"rock\",\n  \"device_image\": \"https://www.static-src.com/wcsstore/Indraprastha/images/catalog/full//99/MTA-87043382/xiaomi_xiaomi_poco_m5_full31_mnso77ok.jpg\",\n  \"device_name\": \"Poco M5\",\n  \"device_codename\": \"Rock\",\n  \"device_changelog\": \"/\",\n  \"maintainer_name\": \"Onle\",\n  \"build_status\": \"Stable\",\n  \"official_status\": \"• Active Maintained\",\n  \"android_version\": \"14.0\",\n  \"download_link\": \"/\",\n  \"release_frequncy\": \"Monthly\",\n  \"require_custom_recovery\": \"Yes With Ofox Recomended\"\n}\n```\n\n# Another guide is [here](https://orion-apiv1.vercel.app/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromiyusnandar%2Forion-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromiyusnandar%2Forion-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromiyusnandar%2Forion-api/lists"}