{"id":22220395,"url":"https://github.com/ryanbonial/tvmaze-graphql","last_synced_at":"2026-05-03T19:34:04.470Z","repository":{"id":127540335,"uuid":"104249976","full_name":"ryanbonial/tvmaze-graphql","owner":"ryanbonial","description":"This is a GraphQL wrapper of the TVMaze API","archived":false,"fork":false,"pushed_at":"2017-10-09T15:31:29.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T07:41:44.973Z","etag":null,"topics":["graphql","tv","tvmaze"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ryanbonial.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":"2017-09-20T17:59:19.000Z","updated_at":"2017-09-25T21:29:08.000Z","dependencies_parsed_at":"2023-05-23T06:30:48.396Z","dependency_job_id":null,"html_url":"https://github.com/ryanbonial/tvmaze-graphql","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryanbonial/tvmaze-graphql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanbonial%2Ftvmaze-graphql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanbonial%2Ftvmaze-graphql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanbonial%2Ftvmaze-graphql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanbonial%2Ftvmaze-graphql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanbonial","download_url":"https://codeload.github.com/ryanbonial/tvmaze-graphql/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanbonial%2Ftvmaze-graphql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32582782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: 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":["graphql","tv","tvmaze"],"created_at":"2024-12-02T23:08:29.339Z","updated_at":"2026-05-03T19:34:04.464Z","avatar_url":"https://github.com/ryanbonial.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tvmaze-graphql\nThis is a [GraphQL](http://graphql.org/) implementation of the [TVMaze API]( https://www.tvmaze.com/api)\n\n## Example\n### Request\n```\n{\n  person(id: 49012) {\n    url\n    name\n    image\n    castCredits {\n      show {\n        premiered\n        runtime\n        name\n      }\n      character {\n        name\n      }\n    }\n    crewCredits {\n      type\n    }\n  }\n}\n```\n### Reponse\n```json\n{\n  \"data\": {\n    \"person\": {\n      \"url\": \"http://www.tvmaze.com/people/49012/tina-fey\",\n      \"name\": \"Tina Fey\",\n      \"image\": \"http://static.tvmaze.com/uploads/images/medium_portrait/6/16902.jpg\",\n      \"castCredits\": [\n        {\n          \"show\": {\n            \"premiered\": \"2006-10-11\",\n            \"runtime\": 30,\n            \"name\": \"30 Rock\"\n          },\n          \"character\": {\n            \"name\": \"Liz Lemon\"\n          }\n        },\n        {\n          \"show\": {\n            \"premiered\": \"1975-10-11\",\n            \"runtime\": 90,\n            \"name\": \"Saturday Night Live\"\n          },\n          \"character\": {\n            \"name\": \"Tina Fey\"\n          }\n        },\n        {\n          \"show\": {\n            \"premiered\": \"1969-11-10\",\n            \"runtime\": 30,\n            \"name\": \"Sesame Street\"\n          },\n          \"character\": {\n            \"name\": \"Pirate Captain\"\n          }\n        },\n        {\n          \"show\": {\n            \"premiered\": \"1946-03-30\",\n            \"runtime\": 180,\n            \"name\": \"Golden Globe Awards\"\n          },\n          \"character\": {\n            \"name\": \"Host\"\n          }\n        }\n      ],\n      \"crewCredits\": [\n        {\n          \"type\": \"Creator\"\n        },\n        {\n          \"type\": \"Executive Producer\"\n        },\n        {\n          \"type\": \"Creator\"\n        },\n        {\n          \"type\": \"Executive Producer\"\n        },\n        {\n          \"type\": \"Executive Producer\"\n        }\n      ]\n    }\n  }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanbonial%2Ftvmaze-graphql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanbonial%2Ftvmaze-graphql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanbonial%2Ftvmaze-graphql/lists"}