{"id":21832956,"url":"https://github.com/null-none/gomdbapi","last_synced_at":"2025-07-08T15:05:23.640Z","repository":{"id":57704886,"uuid":"437121584","full_name":"null-none/gomdbapi","owner":"null-none","description":"🍿 Omdb API in Golang","archived":false,"fork":false,"pushed_at":"2021-12-10T21:53:11.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T13:55:10.369Z","etag":null,"topics":["api","go","golang","movie","movies-api"],"latest_commit_sha":null,"homepage":"http://www.omdbapi.com/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/null-none.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}},"created_at":"2021-12-10T21:43:25.000Z","updated_at":"2021-12-11T07:59:58.000Z","dependencies_parsed_at":"2022-08-24T07:40:58.389Z","dependency_job_id":null,"html_url":"https://github.com/null-none/gomdbapi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/null-none/gomdbapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2Fgomdbapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2Fgomdbapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2Fgomdbapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2Fgomdbapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/null-none","download_url":"https://codeload.github.com/null-none/gomdbapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2Fgomdbapi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264292934,"owners_count":23586061,"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":["api","go","golang","movie","movies-api"],"created_at":"2024-11-27T19:27:18.861Z","updated_at":"2025-07-08T15:05:23.621Z","avatar_url":"https://github.com/null-none.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Omdb API in Golang\n=======\n\n***\nUsage\n-------------\nThe API usage is very simple.\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"github.com/null-none/gomdbapi\"\n)\n\nfunc main() {\n\tapi := gomdb.Init(YOUR_API_KEY)\n\t\n\tquery := \u0026gomdb.QueryData{Title: \"Macbeth\", SearchType: gomdb.MovieSearch}\n\tres, err := api.Search(query)\n\tif err != nil {\n\t\tfmt.Println(err)\n\t\treturn\n\t}\n\tfmt.Println(res.Search)\n\n\tquery = \u0026gomdb.QueryData{Title: \"Macbeth\", Year: \"2015\"}\n\tres2, err := api.MovieByTitle(query)\n\tif err != nil {\n\t\tfmt.Println(err)\n\t\treturn\n\t}\n\tfmt.Println(res2)\n\n\tquery = \u0026gomdb.QueryData{Title: \"Rick and Morty\", Season: \"1\", Episode: \"8\", SearchType: gomdb.EpisodeSearch}\n\tres3, err := api.MovieByTitle(query)\n\tif err != nil {\n\t\tfmt.Println(err)\n\t\treturn\n\t}\n\tfmt.Println(res3)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnull-none%2Fgomdbapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnull-none%2Fgomdbapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnull-none%2Fgomdbapi/lists"}