{"id":20002782,"url":"https://github.com/betiol/spotify-graphql","last_synced_at":"2025-05-04T15:34:28.451Z","repository":{"id":123856778,"uuid":"130353724","full_name":"betiol/spotify-graphql","owner":"betiol","description":"Non official GraphQL wrapper Spotify :rocket:","archived":false,"fork":false,"pushed_at":"2018-04-23T14:15:35.000Z","size":18,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T08:04:25.057Z","etag":null,"topics":["graphql","koa","nodejs","spotify"],"latest_commit_sha":null,"homepage":"https://graphql-spotify.herokuapp.com","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/betiol.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":"2018-04-20T11:34:16.000Z","updated_at":"2018-06-12T18:55:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"7476424b-24ac-4622-9cc8-f40f9eba6143","html_url":"https://github.com/betiol/spotify-graphql","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/betiol%2Fspotify-graphql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betiol%2Fspotify-graphql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betiol%2Fspotify-graphql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betiol%2Fspotify-graphql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/betiol","download_url":"https://codeload.github.com/betiol/spotify-graphql/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252357114,"owners_count":21735083,"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":["graphql","koa","nodejs","spotify"],"created_at":"2024-11-13T05:23:05.247Z","updated_at":"2025-05-04T15:34:28.436Z","avatar_url":"https://github.com/betiol.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spotify GraphQL Query\n\n[Spotify GraphQL](https://graphql-spotify.herokuapp.com)\n\n## Albums\n```\nquery {\n  albums(albumId: [\"41vPD50kQ7JeamkxQW7Vuy\", \"5U4W9E5WsYb2jUQWePT8Xm\", \"3KyVcddATClQKIdtaap4bV\"]) {\n    album_type\n    images {\n       width\n       height\n       url\n    }\n    artists {\n      href\n      type\n      name\n      uri\n    }\n    uri\n    release_date\n    release_date_precision\n    popularity\n    name\n    label\n    id\n    href\n    tracks {\n      artists {\n        name\n      }\n      disc_number\n      duration_ms\n      explicit\n      href\n      id\n      is_local\n      name\n      preview_url\n      track_number\n      type\n      uri\n    }\n  }\n}\n```\n\n## Categories\n```\nquery {\n  categories {\n    href\n    icons {\n      height\n      width\n      url\n    }\n    id\n    name\n  }\n}\n```\n\n## Category by name\n```\nquery {\n  categoryByName(name: \"hiphop\") {\n    width\n    href\n    height\n    url\n  }\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbetiol%2Fspotify-graphql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbetiol%2Fspotify-graphql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbetiol%2Fspotify-graphql/lists"}