-
Notifications
You must be signed in to change notification settings - Fork 1
Drizzle API Documentation
arelangi edited this page Jan 25, 2014
·
2 revisions
Parameters
- username - String, Required
Request
GET https://adirelangi.com/drizzle/web/checkusername.php?username=alscott
Response
{
"available": "yes"
}
Parameters
- username - String, Required
- email - String, Required
- pwd - String, Required
Request
POST https://adirelangi.com/drizzle/web/signup.php?username=adi&email=arelangi@gmail.com&pwd=adi
Response
{
"status": "success"
}
Parameters
- username - String, Required
- pwd - String, Required
Request
GET https://adirelangi.com/drizzle/web/login.php?username=adi&pwd=adi
Response
{
"status": "success"
}
Parameters
- username - String, Required
Request
GET https://adirelangi.com/drizzle/web/usersummary.php?username=alscott
Response
{
"username": "alscott",
"likes": "0",
"drizzles": "19984",
"journals": 0
}
This returns the most recent image activity of the requested username. This does not include any activity about likes, journal entries.
Parameters
- username - String, Required
- length - int, Optional, Default 30
- page - int, Optional, Default 0
Request
GET https://adirelangi.com/drizzle/web/userimageactivity.php?username=alscott&length=2
Response
{
"count": "19984",
"total_pages": 9992,
"current_page": 0,
"prev_page": null,
"next_page": 1,
"data": [
{
"id": "999797",
"imagepath": "https://adirelangi.com/drizzle/web/pics/paris%20(25).jpg",
"thumbnailpath": null,
"lat": "48.24946700",
"lng": "-113.62889000",
"title": "qqq",
"primetag": "food",
"tags": null,
"hascontent": null,
"likecount": "0",
"islive": null
},
{
"id": "999803",
"imagepath": "https://adirelangi.com/drizzle/web/pics/paris%20(53).jpg",
"thumbnailpath": null,
"lat": "37.67852800",
"lng": "-92.64733000",
"title": "qqq",
"primetag": "inspiration",
"tags": null,
"hascontent": null,
"likecount": "0",
"islive": null
}
]
}
Parameters
- id - int, Required
Request
GET https://adirelangi.com/drizzle/web/addlike.php?id=1
Response
{
"status": "success"
}
Parameters
- follower - String, Required
- username - String, Required
Request
GET https://adirelangi.com/drizzle/web/follow.php?follower=adi&username=alscott
Response
{
"status": "success"
}
Parameters
- follower - String, Required
- username - String, Required
Request
GET https://adirelangi.com/drizzle/web/unfollow.php?follower=adi&username=alscott
Response
{
"status": "success"
}
Parameters
- id - int, Required
- content - String, Required
- contenttitle - String, Optional
Request
POST https://adirelangi.com/drizzle/web/setcontent.php
Response
{
"status": "success"
}
Parameters
- id - int, Required
Request
GET https://adirelangi.com/drizzle/web/getcontent.php?id=25
Response
{
"id": "25",
"hascontent": "1",
"likecount": "0",
"content": "Normally, both your asses would be dead as fucking fried chicken, but you happen to pull this shit while I'm in a transitional period so I don't wanna kill you, I wanna help you. But I can't give you this case, it don't belong to me. Besides, I've already been through too much shit this morning over this case to hand it over to your dumb ass.",
"islive": "1",
"contenttitle": "The embraglio of Italian Pirates"
}
Parameters
- lat - float, Required
- lng - float, Required
- distance - int, Optional, Default 30 miles
- length - int, Optional, Default 30
- page - int, Optional, Default 0
Request
GET https://adirelangi.com/drizzle/web/getaroundstream.php?lat=40.819118&lng=-96.638719&distance=5&length=2
Response
{
"count": "414",
"total_pages": 207,
"current_page": 0,
"prev_page": null,
"next_page": 1,
"data": [
{
"id": "63520",
"imagepath": "https://adirelangi.com/drizzle/web/pics/hohoho%20(65).jpg",
"thumbnailpath": null,
"lat": "40.82655000",
"lng": "-96.62564000",
"distance": "0.8552254663975181",
"title": "qqq",
"primetag": "heart",
"tags": null,
"hascontent": "1",
"likecount": "0",
"islive": "1"
},
{
"id": "812074",
"imagepath": "https://adirelangi.com/drizzle/web/pics/rome%20(85).jpg",
"thumbnailpath": null,
"lat": "40.82655000",
"lng": "-96.62564000",
"distance": "0.8552254663975181",
"title": "qqq",
"primetag": "heart",
"tags": null,
"hascontent": "1",
"likecount": "0",
"islive": "1"
}
]
}
Parameters
- username - String, Required
- length - int, Optional, Default 30
- page - int, Optional, Default 0
Request
GET https://adirelangi.com/drizzle/web/getfollowerstream.php?username=alscott&length=2
Response
{
"count": "100125",
"total_pages": 50062,
"current_page": 0,
"prev_page": null,
"next_page": 1,
"data": [
{
"id": "720896",
"imagepath": "https://adirelangi.com/drizzle/web/pics/rome%20(53).jpg",
"thumbnailpath": null,
"lat": "33.70117300",
"lng": "-112.17614000",
"title": "qqq",
"primetag": "food",
"tags": null,
"hascontent": "1",
"likecount": "0",
"islive": "1"
},
{
"id": "786432",
"imagepath": "https://adirelangi.com/drizzle/web/pics/london%20(51).jpg",
"thumbnailpath": null,
"lat": "36.94919000",
"lng": "-84.58148200",
"title": "qqq",
"primetag": "food",
"tags": null,
"hascontent": "1",
"likecount": "0",
"islive": "1"
}
]
}
Parameters
- username - String, Required
- lat - float, Required
- lng - float, Required
- distance - int, Optional, Default 30 miles
- length - int, Optional, Default 30
- page - int, Optional, Default 0
Request
GET https://adirelangi.com/drizzle/web/getallstream.php?lat=40.819118&lng=-96.638719&distance=5&username=alscott&length=2
Response
{
"around": {
"count": "415",
"total_pages": 207,
"current_page": 0,
"prev_page": null,
"next_page": 1,
"data": [
{
"id": "1000001",
"imagepath": "https://adirelangi.com/drizzle/web/img/0EOJuCWDW7M6b6UR.jpg",
"thumbnailpath": "https://adirelangi.com/drizzle/web/thumb/thumb0EOJuCWDW7M6b6UR.png",
"lat": "40.81911800",
"lng": "-96.63871900",
"title": null,
"primetag": "food",
"tags": null,
"hascontent": "1",
"likecount": "0",
"islive": "1"
},
{
"id": "63520",
"imagepath": "https://adirelangi.com/drizzle/web/pics/hohoho%20(65).jpg",
"thumbnailpath": null,
"lat": "40.82655000",
"lng": "-96.62564000",
"title": "qqq",
"primetag": "heart",
"tags": null,
"hascontent": "1",
"likecount": "0",
"islive": "1"
}
]
},
"followers": {
"count": "100125",
"total_pages": 50062,
"current_page": 0,
"prev_page": null,
"next_page": 1,
"data": [
{
"id": "720896",
"imagepath": "https://adirelangi.com/drizzle/web/pics/rome%20(53).jpg",
"thumbnailpath": null,
"lat": "33.70117300",
"lng": "-112.17614000",
"title": "qqq",
"primetag": "food",
"tags": null,
"hascontent": "1",
"likecount": "0",
"islive": "1"
},
{
"id": "786432",
"imagepath": "https://adirelangi.com/drizzle/web/pics/london%20(51).jpg",
"thumbnailpath": null,
"lat": "36.94919000",
"lng": "-84.58148200",
"title": "qqq",
"primetag": "food",
"tags": null,
"hascontent": "1",
"likecount": "0",
"islive": "1"
}
]
}
}
Parameters
- image - Base64 encoded image, Required
- lat - Float, Required
- lng - Float, Required
- primetag - String, Required (inspiration, food, place, heart)
- username - String, Required
Request
POST https://adirelangi.com/drizzle/web/saveimage.php
Response
{
"status": "success"
}