{"id":18258915,"url":"https://github.com/pottava/ngc-registry-api","last_synced_at":"2025-06-15T16:09:25.670Z","repository":{"id":32173916,"uuid":"131787009","full_name":"pottava/ngc-registry-api","owner":"pottava","description":"REST APIs for NVIDIA GPU Cloud","archived":false,"fork":false,"pushed_at":"2023-02-25T01:27:49.000Z","size":81,"stargazers_count":0,"open_issues_count":37,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-08T23:29:28.535Z","etag":null,"topics":["docker-registry","ngc","rest-api"],"latest_commit_sha":null,"homepage":"","language":"Go","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/pottava.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":"2018-05-02T02:23:34.000Z","updated_at":"2020-09-23T07:43:27.000Z","dependencies_parsed_at":"2024-11-05T11:06:48.238Z","dependency_job_id":null,"html_url":"https://github.com/pottava/ngc-registry-api","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/pottava/ngc-registry-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pottava%2Fngc-registry-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pottava%2Fngc-registry-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pottava%2Fngc-registry-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pottava%2Fngc-registry-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pottava","download_url":"https://codeload.github.com/pottava/ngc-registry-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pottava%2Fngc-registry-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260005991,"owners_count":22944867,"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":["docker-registry","ngc","rest-api"],"created_at":"2024-11-05T10:35:24.415Z","updated_at":"2025-06-15T16:09:25.626Z","avatar_url":"https://github.com/pottava.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# REST APIs for NVIDIA GPU Cloud (NGC)\n\nYou can retrieve repository / image information from NGC via simple REST API.\n\n## Usage\n\n### Run API server\n\n```console\npushd app\ngo mod vendor\npopd\ndocker-compose -f app/runtime.yml up\n```\n\n### Consume APIs\n\nsignin\n\n```console\ncurl -s -X POST -H 'Content-Type:application/json' -d '{\"email\":\"ngc-user@example.com\",\"password\":\"Passw0rd\"}' http://localhost:9000/api/v1/signin\n```\n\nget repositories\n\n```console\ncurl -s -X GET -H 'Content-Type:application/json' -H 'Authorization:base64encodedsession' http://localhost:9000/api/v1/repositories\n```\n\nget images\n\n```console\ncurl -s -X GET -H 'Content-Type:application/json' -H 'Authorization:base64encodedsession' http://localhost:9000/api/v1/repositories/nvidia/tensorflow/images\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpottava%2Fngc-registry-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpottava%2Fngc-registry-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpottava%2Fngc-registry-api/lists"}