{"id":13577594,"url":"https://github.com/internet4000/media-now","last_synced_at":"2025-06-24T13:31:47.603Z","repository":{"id":16213025,"uuid":"79333517","full_name":"internet4000/media-now","owner":"internet4000","description":"Get media information from YouTube and Vimeo videos, Spotify tracks and Discogs releases.","archived":false,"fork":false,"pushed_at":"2023-02-10T02:51:55.000Z","size":427,"stargazers_count":15,"open_issues_count":4,"forks_count":5,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-08T05:44:48.659Z","etag":null,"topics":["api","discogs-api","microservice","music-information-retrieval","spotify-api","vimeo-api","youtube-api"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/internet4000.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}},"created_at":"2017-01-18T11:27:49.000Z","updated_at":"2024-10-24T18:38:43.000Z","dependencies_parsed_at":"2024-01-16T20:28:12.643Z","dependency_job_id":"96000b6e-d87f-4bb4-be10-bfed4d862e51","html_url":"https://github.com/internet4000/media-now","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/internet4000/media-now","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/internet4000%2Fmedia-now","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/internet4000%2Fmedia-now/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/internet4000%2Fmedia-now/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/internet4000%2Fmedia-now/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/internet4000","download_url":"https://codeload.github.com/internet4000/media-now/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/internet4000%2Fmedia-now/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261685498,"owners_count":23194116,"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","discogs-api","microservice","music-information-retrieval","spotify-api","vimeo-api","youtube-api"],"created_at":"2024-08-01T15:01:22.774Z","updated_at":"2025-06-24T13:31:47.547Z","avatar_url":"https://github.com/internet4000.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Media Now\n\nGet media information from YouTube and Vimeo videos, Spotify tracks and Discogs releases.\n\nMedia Now is an API that proxies and unifies different providers.\nCreating new providers is straight forward ([example](https://github.com/internet4000/media-now/blob/master/src/serializer-discogs.js)).\n\n![](https://travis-ci.org/Internet4000/media-now.svg?branch=master)\n\n![The Burning of the Library at Alexandria in 391 AD. Ambrose Dudley](http://i.imgur.com/2fvkbVem.jpg)\n\n## API\n\nHere is a hopefully self-explanatory list of endpoints. Try them!\n\n- /youtube/YyI52_FEYgY\n- /vimeo/121814744\n- /discogs/1728315\n- /spotify/3S2R0EVwBSAVMd5UMgKTL0\n- /analyse/3S2R0EVwBSAVMd5UMgKTL0\n- /spotify-search/Michael%20Jackson%20-%20Thriller\n\nThe data returned will (mostly) be formatted like so:\n\n```js\n{\n\t\"provider\": \"youtube\",\n\t\"id\": \"YyI52_FEYgY\",\n\t\"url\": \"https://www.youtube.com/watch?v=YyI52_FEYgY\",\n\t\"title\": \"I Due Nemici\",\n\t\"thumbnail\": \"https://i.ytimg.com/vi/YyI52_FEYgY/default.jpg\",\n\t\"duration\": 6300 // seconds,\n\t\"status\" {} // privacy info, is it embeddable etc.\n}\n```\n\n## Developing\n\nYou'll need node.js and yarn (or npm) installed.\n\n* git clone this repo and cd into it\n* `yarn install`\n* `yarn start`\n\nSome requests require authentication. Copy the `.env-example` file to `.env` and replace the keys with your own. You can register (free) here:\n\n- https://console.developers.google.com/apis/api/youtube/overview\n- https://developer.vimeo.com/apps\n- https://developer.spotify.com/my-applications/\n\n## Deploying\n\nThis used to be deployed to media.now.sh, but it no longer is. Deploying to Heroku works.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finternet4000%2Fmedia-now","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finternet4000%2Fmedia-now","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finternet4000%2Fmedia-now/lists"}