{"id":21534659,"url":"https://github.com/danesparza/tvdb","last_synced_at":"2025-10-17T01:45:53.597Z","repository":{"id":144201497,"uuid":"66388895","full_name":"danesparza/tvdb","owner":"danesparza","description":":tv: TVDB v2.0 API wrapper for Go","archived":false,"fork":false,"pushed_at":"2017-06-29T13:09:19.000Z","size":33,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-14T09:48:07.182Z","etag":null,"topics":["api","api-client","client","go","golang","golang-package","thetvdb","thetvdb-api","tv-api","tv-series","tv-shows"],"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/danesparza.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":"2016-08-23T17:35:37.000Z","updated_at":"2024-01-05T01:47:16.000Z","dependencies_parsed_at":"2023-06-18T03:46:43.220Z","dependency_job_id":null,"html_url":"https://github.com/danesparza/tvdb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danesparza/tvdb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danesparza%2Ftvdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danesparza%2Ftvdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danesparza%2Ftvdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danesparza%2Ftvdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danesparza","download_url":"https://codeload.github.com/danesparza/tvdb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danesparza%2Ftvdb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274887086,"owners_count":25368228,"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","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["api","api-client","client","go","golang","golang-package","thetvdb","thetvdb-api","tv-api","tv-series","tv-shows"],"created_at":"2024-11-24T03:12:15.285Z","updated_at":"2025-10-17T01:45:48.536Z","avatar_url":"https://github.com/danesparza.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tvdb [![CircleCI](https://circleci.com/gh/danesparza/tvdb.svg?style=shield)](https://circleci.com/gh/danesparza/tvdb) [![Go Report Card](https://goreportcard.com/badge/github.com/danesparza/tvdb)](https://goreportcard.com/report/github.com/danesparza/tvdb) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\nTVDB v2.0 API wrapper for Go\n\n## Installation\n`go get -u github.com/danesparza/tvdb` \n\n## Example\n\n``` Go\n// Create a client and search request\nclient := tvdb.Client{}\nrequest := tvdb.SeriesEpisodesRequest{Name: \"Looney Tunes\"}\n\n// Search for the series\nresponses, err := client.SeriesSearch(request)\n\n// Loop through the TV series information in the resopnse:\nfor _, response := range responses {\n  fmt.Printf(\"Series name: %v\", response.SeriesName)\n}\n  \n```\n\nThis should print:\n```\nSeries name: Looney Tunes\nSeries name: The Looney Tunes Show (2011)\nSeries name: ** 403: Series Not Permitted **\nSeries name: Baby Looney Tunes\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanesparza%2Ftvdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanesparza%2Ftvdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanesparza%2Ftvdb/lists"}