Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 757 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 757 Bytes

✨ 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