Player snaps

GET /member/(nickname)/games/gtav/snapmatic/ajax/search?[SearchQuery=(search_query)&]Filter=(filter)&page=(page_number)

Returns 12 snapmatic pictures of the specific player. Make sure to increase page_number to browse through the pagination.

Example request:

GET /member/restlessnarwhal/games/gtav/snapmatic/ajax/search?Filter=MostRecent&page=1 HTTP/1.1
Host: socialclub.rockstargames.com

Example response (full):

{
  "Total": 17,
  "CurrentPage": 1,
  "Photos": [
    {
      "Meta": {
        "CreatedTimestamp": 1455305569,
        "Name": "Mount Chiliad",
        "HardTags": [
          "#MountChiliad"
        ],
        "UserTags": [],
        "Liked": {
          "Liked": false,
          "LikeCount": 0
        },
        "data": {
          "area": "MTCHIL",
          "street": "0",
          "scr": "1",
          "loc": {
            "z": 779.92,
            "x": 452.17,
            "y": 5616.72
          },
          "mode": "FREEMODE",
          "plyrs": [
            "2533274798608031"
          ],
          "slf": false,
Parameters:
  • nickname – target player
Query Parameters:
 
  • search_query (optional) – a specific term to search for
  • filter – allowed values: mostrecent, trending, popular (all-time), myfriends, myphotos, mythumbsup
  • page_number – page number, starting with 1