Crew snaps

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

Lists 12 snaps from a specific crew. Make sure to increase page_number to browse through the pagination.

Example request:

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

Example response (full):

{
  "Total": 307,
  "CurrentPage": 1,
  "Photos": [
    {
      "Meta": {
        "CreatedTimestamp": 1482465043,
        "Name": "Del Perro",
        "HardTags": [
          "#DelPerro"
        ],
        "UserTags": [],
        "Liked": {
          "Liked": false,
          "LikeCount": 0
        },
        "data": {
          "area": "DELPE",
          "street": "0",
          "scr": "1",
          "loc": {
            "z": 108.52,
            "x": -1573.5,
            "y": -571.73
          },
          "mode": "FREEMODE",
          "plyrs": [
            "2533274827988923"
          ],
          "slf": true,
Parameters:
  • crew_name – target crew
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