{"id":17288846,"url":"https://github.com/stve/go-oembed-server","last_synced_at":"2025-03-26T18:15:37.662Z","repository":{"id":66703359,"uuid":"83825438","full_name":"stve/go-oembed-server","owner":"stve","description":null,"archived":false,"fork":false,"pushed_at":"2017-03-22T13:08:24.000Z","size":79,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T23:27:38.515Z","etag":null,"topics":["oembed"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/stve.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-03-03T17:48:59.000Z","updated_at":"2017-09-07T16:28:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"9f3ffbe9-b87f-4495-a3e5-2a8a0a6de752","html_url":"https://github.com/stve/go-oembed-server","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/stve%2Fgo-oembed-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stve%2Fgo-oembed-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stve%2Fgo-oembed-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stve%2Fgo-oembed-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stve","download_url":"https://codeload.github.com/stve/go-oembed-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245708994,"owners_count":20659626,"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":["oembed"],"created_at":"2024-10-15T10:30:21.311Z","updated_at":"2025-03-26T18:15:37.644Z","avatar_url":"https://github.com/stve.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-oembed-server\n\nA small microservice to retrieve oembed data from a url and return as JSON.\n\nThe server utilizes the [Oembed provider list](http://oembed.com/#section7) from Oembed.com to support a wide array of services.\n\n# Usage\n\nPass the URL you want to extract data from by passing the `url` parameter:\n\n```\nhttp://localhost:8000/?url=https://vimeo.com/205090959\n```\n\nData is returned as JSON:\n\n```json\n{\n  \"type\": \"video\",\n  \"url\": \"https://vimeo.com/205090959\",\n  \"provider_url\": \"https://vimeo.com/\",\n  \"provider_name\": \"Vimeo\",\n  \"title\": \"Symphony of Light - Kauai Timelapse\",\n  \"description\": \"From the towering green spires to the pristine beaches, the stunning island of Kauai offers an incredible range of unique landscapes to explore. \\\"Symphony of Light” aims to take a close look at the shapes and forms of the island, showcased through the relationship between light and shadow.\\n\\nI created a post showing a bunch of behind the scenes images and talking about some of the shots in the video. Please check it out, if you are interested. \\nhttp://www.shainblumphoto.com/project/hawaii-timelapse/\\n\\nDirected by: \\nMichael Shainblum\\nhttp://www.shainblumphoto.com/\\n\\nMusic: \\nRyan Taubert - Declaration\\n\\nSpecial Thanks to\\nDynamic Perception\\nhttps://www.dynamicperception.com/\\nEmotimo\\nhttp://emotimo.com/\\nAndrew Studer\\nMatthew Feeser\\nPatrycja Podgorski\\nMonika Podgorski\\nAndrea Pendergast\\nMichael Matti\",\n  \"width\": 640,\n  \"height\": 272,\n  \"thumbnail_url\": \"https://i.vimeocdn.com/video/619779422_640.jpg\",\n  \"thumbnail_width\": 640,\n  \"thumbnail_height\": 272,\n  \"author_name\": \"Michael Shainblum\",\n  \"author_url\": \"https://vimeo.com/shainblum\",\n  \"html\": \"\\u003ciframe src=\\\"https://player.vimeo.com/video/205090959\\\" width=\\\"640\\\" height=\\\"272\\\" frameborder=\\\"0\\\" title=\\\"Symphony of Light - Kauai Timelapse\\\" webkitallowfullscreen mozallowfullscreen allowfullscreen\\u003e\\u003c/iframe\\u003e\"\n}\n```\n\n\n## License\n\nMIT (c) Steve Agalloco. See [LICENSE](https://github.com/stve/go-oembed-server/blob/master/LICENSE.md) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstve%2Fgo-oembed-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstve%2Fgo-oembed-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstve%2Fgo-oembed-server/lists"}