Skip to content

oscarmorrison/getstagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

getstagram

public api for instagram

Disclaimer
getstagram is an expirimental API, and is not to be consumed for public or commercial use. getstagram is in no way affiliated with instagram, facebook or any other related entities.

Endpoints

Get
Tag images Request

http:https://getstagram.herokuapp.com/tag/:tag

Get
User profile images Request

http:https://getstagram.herokuapp.com/user/:username

example http:https://getstagram.heroku.com/tag/instadaily

Response

 {
    posts: [
        {
            date: date,
            caption: string,
            dimensions: {
                width: number,
                height: number
            },
            likes: {
                count: number
            },
            thumbnail_src: string,
            is_video: bool,
            display_src: string,
            link: string
        }
    ]
}

Releases

No releases published

Packages

No packages published