{"id":41142310,"url":"https://github.com/serverscom/serverscom-go-client","last_synced_at":"2026-01-22T18:51:18.883Z","repository":{"id":52931814,"uuid":"262012794","full_name":"serverscom/serverscom-go-client","owner":"serverscom","description":"Go Client for Servers.com's Public API","archived":false,"fork":false,"pushed_at":"2026-01-21T15:07:18.000Z","size":1260,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2026-01-22T01:28:32.502Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/serverscom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-05-07T09:53:56.000Z","updated_at":"2026-01-21T15:17:58.000Z","dependencies_parsed_at":"2023-01-25T07:45:41.778Z","dependency_job_id":"737f76e5-1344-4782-a0e7-0b6078659191","html_url":"https://github.com/serverscom/serverscom-go-client","commit_stats":null,"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/serverscom/serverscom-go-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverscom%2Fserverscom-go-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverscom%2Fserverscom-go-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverscom%2Fserverscom-go-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverscom%2Fserverscom-go-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serverscom","download_url":"https://codeload.github.com/serverscom/serverscom-go-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverscom%2Fserverscom-go-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28668534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T17:07:18.858Z","status":"ssl_error","status_checked_at":"2026-01-22T17:05:02.040Z","response_time":144,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2026-01-22T18:51:18.796Z","updated_at":"2026-01-22T18:51:18.875Z","avatar_url":"https://github.com/serverscom.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Servers.com go client\n\n![Test](https://github.com/serverscom/serverscom-go-client/workflows/Test/badge.svg)\n[![GoDoc](https://godoc.org/github.com/serverscom/serverscom-go-client/pkg?status.svg)](https://godoc.org/github.com/serverscom/serverscom-go-client/pkg)\n\nserverscom-go-client is a Go client library for accessing the [Servers.com API](https://developers.servers.com/api-documentation/v1/)\n\n## Development status\n\nUnstable, in development\n\n## Example\n\n```go\nclient := serverscom.NewClient(\"my-jwt-token\")\n\nhosts, err := client.Hosts.Collection().Collect()\nif err != nil {\n  panic(err.Error())\n}\n\nfor h, i := range hosts {\n  log.Println(fmt.Sprintf(\"Host: %s, with title: %s, private ipv4: %s, public ipv4: %s\", h.ID, h.Title, h.PrivateIPv4Address, h.PublicIPv4Address))\n}\n```\n\n## Copyright\n\nThe library is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserverscom%2Fserverscom-go-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserverscom%2Fserverscom-go-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserverscom%2Fserverscom-go-client/lists"}