Skip to content

rzpr/ig-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

✨ Instagram Public Api Using php

  • Get Information Profile
  • Get Video Direct Url
  • Get Image Direct Url

Usage

localhost:8080/profile.php?username=
localhost:8080/image.php?id=
localhost:8080/video.php?id=

Respons

{
    "full_name": "( rezza )",
    "bio": "Live With the darknes",
    "follower": 352,
    "following": 217,
    "pict_url": "https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.2885-19\/s320x320\/94190264_516684532332027_7638997685562769408_n.jpg?_nc_ht=scontent-iad3-1.cdninstagram.com&_nc_ohc=TYoqtnHz5k8AX-8wtsm&oh=1aa652422c9ab4be920b2106ccc0ab59&oe=5EDF31B0"
}

DEMO

Releases

No releases published

Packages

No packages published

Languages