{"id":37100085,"url":"https://github.com/ferueda/go-f1-fantasy","last_synced_at":"2026-01-14T12:12:11.702Z","repository":{"id":115249417,"uuid":"517154579","full_name":"ferueda/go-f1-fantasy","owner":"ferueda","description":"Go library for accessing the F1 Fantasy Game API (https://fantasy.formula1.com/)","archived":false,"fork":false,"pushed_at":"2022-07-24T21:30:50.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-20T16:55:47.965Z","etag":null,"topics":["f1","go","golang"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/ferueda/go-f1-fantasy","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/ferueda.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-23T20:09:13.000Z","updated_at":"2023-03-07T16:20:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"1a6705d7-9627-40b7-8e4c-2f71eb7b9412","html_url":"https://github.com/ferueda/go-f1-fantasy","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ferueda/go-f1-fantasy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferueda%2Fgo-f1-fantasy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferueda%2Fgo-f1-fantasy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferueda%2Fgo-f1-fantasy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferueda%2Fgo-f1-fantasy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ferueda","download_url":"https://codeload.github.com/ferueda/go-f1-fantasy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferueda%2Fgo-f1-fantasy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28419650,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"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":["f1","go","golang"],"created_at":"2026-01-14T12:12:11.012Z","updated_at":"2026-01-14T12:12:11.689Z","avatar_url":"https://github.com/ferueda.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"go-f1-fantasy\n=======\n\n\n[![go-github release (latest SemVer)](https://img.shields.io/github/v/release/ferueda/go-f1-fantasy?sort=semver)](https://github.com/ferueda/go-f1-fantasy/releases)\n[![GoDoc](https://godoc.org/github.com/ferueda/go-f1-fantasy?status.svg)](http://godoc.org/github.com/ferueda/go-f1-fantasy)\n[![Test Status](https://github.com/ferueda/go-f1-fantasy/workflows/tests/badge.svg)](https://github.com/ferueda/go-f1-fantasy/actions?query=workflow%3Atests)\n\ngo-f1-fantasy is a Go client library for accessing the [F1 Fantasy Game API](https://fantasy.formula1.com/).\n\n## Installation\n\nTo install the library, simply\n\n`go get github.com/ferueda/go-f1-fantasy`\n\n## Usage\n```go\nimport \"github.com/ferueda/go-f1-fantasy/f1\"\n```\n\nConstruct a new client, then use the various services on the client to access different parts of the API. For example:\n\n```go\nclient := f1.NewClient(nil)\nctx := context.Background()\n\n// list all drivers\ndrivers, err := client.Drivers.ListAll(ctx)\n\n// get one team by id\nteam, err := client.Teams.GetOne(ctx, 3)\n```\n\n## How to Contribute\n\n* Fork a repository\n* Add/Fix something\n* Check that tests are passing\n* Create PR\n\nCurrent contributors:\n\n- [Felipe Rueda](https://github.com/ferueda)\n\n## License ##\n\nThis library is distributed under the MIT License found in the [LICENSE](./LICENSE)\nfile.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferueda%2Fgo-f1-fantasy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fferueda%2Fgo-f1-fantasy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferueda%2Fgo-f1-fantasy/lists"}