Developers

General

If any data is unable to be obtained in the system it will return with an error key in JSON.
Channels

GET
https://metajolt.com/api/channel?name=MetaJolt
Will return a response with information about the Channel if their account is active.
{ "Name": "MetaJolt", "URL": "https://orangejolt.com/profile?u=MetaJolt", "Thumbnail": "//y.videowisp.com/avatar/1-321123/72/192x192/0.jpg", "Verified": "1", "Datetime": "2016-10-27 07:22:14", "RelativeDate": "2 years ago", "Views": "1,296", "Subscribers": "76", "Videos": "101"
} 
Videos

GET
https://metajolt.com/api/video?key=d3c899c703f8575b6deb07a4953512e7
Will return a response with information about the Video if their video is public and channel is active.
{ "Title": "MetaJolt Logo - Particle Burst", "Key": "d3c899c703f8575b6deb07a4953512e7", "URL": "https://orangejolt.com/watch?v=d3c899c703f8575b6deb07a4953512e7", "Thumbnail": "//y.videowisp.com/thumbnail/1-123321/d3c899c703f8575b6deb07a4953512e7/224x126/0.jpg", "Creator": "MetaJolt", "Verified": "1", "Duration": "00:00", "Type": "YouTube", "Datetime": "2 years ago", "Views": "4", "Ratings": "1", "Rating": "0"
}