{"id":21292042,"url":"https://github.com/johnnythetank/aping-model-video","last_synced_at":"2025-07-12T06:36:34.980Z","repository":{"id":144702819,"uuid":"49652610","full_name":"JohnnyTheTank/apiNG-model-video","owner":"JohnnyTheTank","description":"Video model for apiNG","archived":false,"fork":false,"pushed_at":"2016-06-21T10:33:54.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T22:01:43.632Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/JohnnyTheTank.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":"2016-01-14T14:35:40.000Z","updated_at":"2016-01-14T14:50:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"b890a7ca-6216-4f08-82be-43642cac2932","html_url":"https://github.com/JohnnyTheTank/apiNG-model-video","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JohnnyTheTank/apiNG-model-video","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnnyTheTank%2FapiNG-model-video","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnnyTheTank%2FapiNG-model-video/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnnyTheTank%2FapiNG-model-video/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnnyTheTank%2FapiNG-model-video/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JohnnyTheTank","download_url":"https://codeload.github.com/JohnnyTheTank/apiNG-model-video/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnnyTheTank%2FapiNG-model-video/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264951610,"owners_count":23687974,"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-21T13:47:22.007Z","updated_at":"2025-07-12T06:36:34.964Z","avatar_url":"https://github.com/JohnnyTheTank.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# apiNG-model-vieo\n[![Join the chat at https://gitter.im/JohnnyTheTank/apiNG](https://img.shields.io/badge/GITTER-join%20chat-green.svg)](https://gitter.im/JohnnyTheTank/apiNG?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nUniversal **_VIDEO_** [model](https://aping.readme.io/docs/models) for [apiNG](https://github.com/JohnnyTheTank/apiNG)\n\n\n## Supported apiNG Plugins\n- [x] **Youtube** ([apiNG-plugin-youtube](https://github.com/JohnnyTheTank/apiNG-plugin-youtube))\n- [x] **Facebook** ([apiNG-plugin-facebook](https://github.com/JohnnyTheTank/apiNG-plugin-facebook))\n- [x] **Vimeo** ([apiNG-plugin-vimeo](https://github.com/JohnnyTheTank/apiNG-plugin-vimeo))\n- [x] **Dailymotion** ([apiNG-plugin-dailymotion](https://github.com/JohnnyTheTank/apiNG-plugin-dailymotion))\n- [x] **Tumblr** ([apiNG-plugin-tumblr](https://github.com/JohnnyTheTank/apiNG-plugin-tumblr))\n\n\n## JavaScript\n```JavaScript\nvar video = {\n    platform: undefined, //NAME of platform ( \"youtube\" / \"facebook\", \"instagram\" , ...)\n    blog_name: undefined, //NAME of blog (channel / page / instagram account / ...)\n    blog_id: undefined, //ID of blog (channel / page / account, ...)\n    blog_link: undefined, //link to blog (channel / uploader / page / account, ...)\n    timestamp: undefined, //timestamp of created_at\n    date_time: undefined, //datetime of created_at\n    post_url: undefined, //url to the video\n    intern_id: undefined, //INTERN ID of video (facebook id, youtube id, ...)\n    caption: undefined, //video title\n    text: undefined, //video description\n    thumb_url: undefined, // best case 200px (min)\n    img_url: undefined, //preview image url (best case 700px)\n    native_url: undefined, // best quality\n    source: undefined, //url to .mp4 file\n    markup: undefined, //markup to embed video\n    duration: undefined, //video duration in seconds\n    width: undefined, //width in pixels\n    height: undefined, //height in pixels\n    comments: undefined, //comments_count\n    likes: undefined, //likes_count\n    shares: undefined, //shares_count\n    position: undefined //position in playlist\n};\n```\n\n## JSON\n\n```JSON\n{\n  \"platform\": false,\n  \"blog_name\": false,\n  \"blog_id\": false,\n  \"blog_link\": false,\n  \"timestamp\": false,\n  \"date_time\": false,\n  \"post_url\": false,\n  \"intern_id\": false,\n  \"caption\": false,\n  \"text\": false,\n  \"thumb_url\": false,\n  \"img_url\": false,\n  \"native_url\": false,\n  \"source\": false,\n  \"markup\": false,\n  \"duration\": false,\n  \"width\": false,\n  \"height\": false,\n  \"comments\": false,\n  \"likes\": false,\n  \"shares\": false,\n  \"position\": false\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnnythetank%2Faping-model-video","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnnythetank%2Faping-model-video","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnnythetank%2Faping-model-video/lists"}