{"id":18756856,"url":"https://github.com/code-shoily/airdates_api","last_synced_at":"2025-11-30T12:30:12.984Z","repository":{"id":76051044,"uuid":"140902379","full_name":"code-shoily/airdates_api","owner":"code-shoily","description":"GraphQL API layer over data queried from http://airdates.tv","archived":false,"fork":false,"pushed_at":"2018-07-15T07:35:33.000Z","size":44,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-29T02:31:43.103Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/code-shoily.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-07-13T23:57:44.000Z","updated_at":"2020-01-07T12:38:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc4d293c-9865-4658-86d0-2962de250b3c","html_url":"https://github.com/code-shoily/airdates_api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-shoily%2Fairdates_api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-shoily%2Fairdates_api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-shoily%2Fairdates_api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-shoily%2Fairdates_api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code-shoily","download_url":"https://codeload.github.com/code-shoily/airdates_api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239644181,"owners_count":19673598,"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":[],"created_at":"2024-11-07T17:38:21.768Z","updated_at":"2025-11-30T12:30:12.936Z","avatar_url":"https://github.com/code-shoily.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AirdatesApi\n\nA simple program that fetches the data from [airdates.tv](http://airdates.tv), parses the data and puts it in a GraphQL queriable format.\n\n## Usage\n\n### Installation\n\nYou need Elixir installed to run this one (duh!). [Follow this link](https://elixir-lang.org/install.html) to do so if you haven't already.\n\n- Clone this repository\n- `mix run --no-halt`\n- Go to `http://localhost:4001/`\n- Interact with Graphiql\n- Follow the schema docs from the playground\n\n### Query examples\n\n![Playground Screenshot](https://i.imgur.com/MlpgPcY.png)\n\nTo list all shows:\n\n```\n{\n  shows {\n    id\n    title\n    date\n  }\n}\n```\n\nOptionally, you can sort by `TITLE` by putting `shows(sortBy:TITLE)`. You can do the same with `DATE`.\n\nTo list all dates for \"The 100\"\n\n```\n{\n  shows(title:\"The 100\") {\n    id\n    title\n    date\n  }\n}\n```\n\n`shows(title:\"The 100\", episode:\"S05E08\")` will give you the info of \"The 100\"-s episode 8 of season 5.\n\nNote that you can put one of `title`, `date`, `id`, `seriesId`, or `sortBy`.\n\n`episode` can only be used with `title` as a co-arg.\n\n### Mutation Examples\n\nYou can re-fetch all the dates from [airdates.tv](http://airdates.tv) by running the following mutation:\n\n```\nmutation {\n  reload {\n    id\n  }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-shoily%2Fairdates_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-shoily%2Fairdates_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-shoily%2Fairdates_api/lists"}