Link Search Menu Expand Document

Social Walls Reading API

Authentication & Configuration

You need to send a token parameter in each request.

To get your token, please send an email to help@cool-tabs.com

Social walls list in your account

 curl https://www.cool-tabs.com/api/v1/social_walls.json?token=xxx

{
  "data": [
    {
      "id": 1,
      "name": "Test Mega Wall",
      "title": null,
      "active": true,
      "start_date": "2016-10-24T06:47:01.000+02:00",
      "end_date": "2022-09-30T23:59:59.999+02:00",
      "api_url": "http://www.cool-tabs.com/api/v1/social_walls/1.json",
      "profiles": [
        {
          "name": "Hashtag Twitter - #rockclimbing",
          "nicename": "Hashtag Twitter - #rockclimbing",
          "provider": "twitter",
          "performance_type": "hashtag",
          "start_date": null,
          "end_date": null,
          "timezone_name": "UTC",
          "api_url": "https://www.cool-tabs.com/api/v1/monitors/304.json"
        },
        {
          "name": "Hashtag Instagram - rockclimbing",
          "nicename": "Hashtag Instagram - rockclimbing",
          "provider": "instagram",
          "performance_type": "hashtag_fbapi",
          "start_date": null,
          "end_date": null,
          "timezone_name": "UTC",
          "api_url": "https://www.cool-tabs.com/api/v1/monitors/305.json"
        }
      ]
    }
  ]
}

Listado de elementos de cada uno de los social walls

 curl https://www.cool-tabs.com/api/v1/social_walls/1.json?token=xxx

{
  "data": [
    {
      "provider": "instagram",
      "uid": "17886255428321648",
      "url": "https://www.instagram.com/p/CSr0Z67JR2R/",
      "fmt": "“Stop pressuring me to like trad- crack climbing SUCKS and it hurts” - said the girl who ended up low key liking it 😏",
      "text": "“Stop pressuring me to like trad- crack climbing SUCKS and it hurts” - said the girl who ended up low key liking it 😏",
      "image": "https://cool-tabs-eu.s3.eu-west-1.amazonaws.com/ctigc/17/17886255428321648/b185a2a5563ed311/17886255428321648-standard_resolution.jpg",
      "full_name": null,
      "screen_name": null,
      "profile_image": null,
      "profile_link": "https://instagram.com/",
      "created_time": "2021-08-17T19:55:50+02:00",
      "orientation": "square",
      "created_time_i": 1629222950,
      "type": "image",
      "updated_at_i": 1629222950,
      "time_dd": "17-ago 19:55:50",
      "time_dt": "17-ago 19:55",
      "time_d": "17-ago",
      "time_dy": "17-ago-21",
      "time_t": "19:55",
      "user_followers": null
    },
    {
      "provider": "instagram",
      "uid": "17878375730445337",
      "url": "https://www.instagram.com/p/CSrxrGPM9ZA/",
      "fmt": "Red Rock 🧗 \n\n📸 kenziebishplease",
      "text": "Red Rock 🧗 \n\n📸 kenziebishplease",
      "image": "https://cool-tabs-eu.s3.eu-west-1.amazonaws.com/ctigc/17/17878375730445337/ca3f52c5b027ad1b/17878375730445337-standard_resolution.jpg",
      "full_name": null,
      "screen_name": null,
      "profile_image": null,
      "profile_link": "https://instagram.com/",
      "created_time": "2021-08-17T19:31:58+02:00",
      "orientation": "square",
      "created_time_i": 1629221518,
      "type": "image",
      "updated_at_i": 1629221518,
      "time_dd": "17-ago 19:31:58",
      "time_dt": "17-ago 19:31",
      "time_d": "17-ago",
      "time_dy": "17-ago-21",
      "time_t": "19:31",
      "user_followers": null
    },
    {
      "provider": "instagram",
      "uid": "17876535116474961",
      "url": "https://www.instagram.com/p/CSrt1G-DSIw/",
      "fmt": "Pour ceux qui pensent que je ne sort jamais du gymnase !!??\n📸 david_machet_photographe",
      "text": "Pour ceux qui pensent que je ne sort jamais du gymnase !!??\n📸 david_machet_photographe",
      "image": "https://cool-tabs-eu.s3.eu-west-1.amazonaws.com/ctigc/17/17876535116474961/b4aab3692d19f884/17876535116474961-standard_resolution.jpg",
      "full_name": null,
      "screen_name": null,
      "profile_image": null,
      "profile_link": "https://instagram.com/",
      "created_time": "2021-08-17T18:58:22+02:00",
      "orientation": "square",
      "created_time_i": 1629219502,
      "type": "image",
      "updated_at_i": 1629219502,
      "time_dd": "17-ago 18:58:22",
      "time_dt": "17-ago 18:58",
      "time_d": "17-ago",
      "time_dy": "17-ago-21",
      "time_t": "18:58",
      "user_followers": null
    },
    {
      "provider": "instagram",
      "uid": "17889120983477205",
      "url": "https://www.instagram.com/p/CSrkF34jzWW/",
      "fmt": "Identifiez votre partenaire de grimpe pour essayer de gagner un ensemble pour deux 😬",
      "text": "Identifiez votre partenaire de grimpe pour essayer de gagner un ensemble pour deux 😬",
      "image": "https://cool-tabs-eu.s3.eu-west-1.amazonaws.com/ctigc/17/17889120983477205/6672ca6e274a42b6/17889120983477205-standard_resolution.jpg",
      "full_name": null,
      "screen_name": null,
      "profile_image": null,
      "profile_link": "https://instagram.com/",
      "created_time": "2021-08-17T17:33:17+02:00",
      "orientation": "square",
      "created_time_i": 1629214397,
      "type": "image",
      "updated_at_i": 1629214397,
      "time_dd": "17-ago 17:33:17",
      "time_dt": "17-ago 17:33",
      "time_d": "17-ago",
      "time_dy": "17-ago-21",
      "time_t": "17:33",
      "user_followers": null
    },
    {
      "provider": "instagram",
      "uid": "17914676989906866",
      "url": "https://www.instagram.com/p/CSrQSH7rF6n/",
      "fmt": "OBSERVACION DEL PROXIMO PASO\n<a rel='nofollow' class='hashtag' target='_blank' href=\"https://www.instagram.com/explore/tags/climbing\">#climbing</a>  \n<a rel='nofollow' class='hashtag' target='_blank' href=\"https://www.instagram.com/explore/tags/climbing_pictures_of_instagram\">#climbing_pictures_of_instagram</a>  \n🐒🐵 en capilla",
      "text": "OBSERVACION DEL PROXIMO PASO\n#climbing \n#climbing_pictures_of_instagram \n🐒🐵 en capilla",
      "image": "https://cool-tabs-eu.s3.eu-west-1.amazonaws.com/ctigc/17/17914676989906866/75208bf0704768c2/17914676989906866-standard_resolution.jpg",
      "full_name": null,
      "screen_name": null,
      "profile_image": null,
      "profile_link": "https://instagram.com/",
      "created_time": "2021-08-17T14:40:11+02:00",
      "orientation": "square",
      "created_time_i": 1629204011,
      "type": "image",
      "updated_at_i": 1629204011,
      "time_dd": "17-ago 14:40:11",
      "time_dt": "17-ago 14:40",
      "time_d": "17-ago",
      "time_dy": "17-ago-21",
      "time_t": "14:40",
      "user_followers": null
    },
    {
      "provider": "twitter",
      "uid": "790417841690333185",
      "url": "https://twitter.com/gaizkaaaa/statuses/790417841690333185",
      "fmt": "Texto que no hace match de categorías, pero sí de montañica",
      "text": "Texto que no hace match de categorías, pero sí de montañica",
      "image": null,
      "full_name": "Gaizkaaaaa",
      "screen_name": "@gaizkaaaa",
      "profile_image": "https://pbs.twimg.com/profile_images/673655047696191490/bovZVj-l.jpg",
      "profile_link": "https://twitter.com/gaizkaaaa",
      "created_time": "2016-10-24T10:18:00+02:00",
      "created_time_i": 1477297080,
      "updated_at_i": 2016,
      "time_dd": "24-oct 10:18:00",
      "time_dt": "24-oct 10:18",
      "time_d": "24-oct",
      "time_dy": "24-oct-16",
      "time_t": "10:18",
      "orientation": "landscape",
      "user_followers": 2159
    },
    {
      "provider": "twitter",
      "uid": "790421089738424320",
      "url": "https://twitter.com/SteezeKitten/statuses/790421089738424320",
      "fmt": "<a rel='nofollow' class='hashtag' target='_blank' href='https://twitter.com/hashtag/rockclimbing'>#rockclimbing</a> <a rel='nofollow' class='hashtag' target='_blank' href='https://twitter.com/hashtag/bouldering'>#bouldering</a> @ Desert Rocks Indoor Climbing Gym <a rel='nofollow' target='_blank' href='https://t.co/6ZWnCunoGW'>https://t.co/6ZWnCunoGW</a>",
      "text": "#rockclimbing #bouldering @ Desert Rocks Indoor Climbing Gym https://t.co/6ZWnCunoGW",
      "image": null,
      "full_name": "Rocket",
      "screen_name": "@SteezeKitten",
      "profile_image": "https://pbs.twimg.com/profile_images/704404011470888960/FzjDPJWx.jpg",
      "profile_link": "https://twitter.com/SteezeKitten",
      "created_time": "2016-10-24T07:14:07+02:00",
      "created_time_i": 1477286047,
      "updated_at_i": 2016,
      "time_dd": "24-oct 07:14:07",
      "time_dt": "24-oct 07:14",
      "time_d": "24-oct",
      "time_dy": "24-oct-16",
      "time_t": "07:14",
      "orientation": "landscape",
      "user_followers": 364
    },
    {
      "provider": "twitter",
      "uid": "790416414544834561",
      "url": "https://twitter.com/arielkbartlett/statuses/790416414544834561",
      "fmt": "No filter needed. <a rel='nofollow' class='hashtag' target='_blank' href='https://twitter.com/hashtag/iloveyoucalifornia'>#iloveyoucalifornia</a> <a rel='nofollow' class='hashtag' target='_blank' href='https://twitter.com/hashtag/rockclimbing'>#rockclimbing</a> @ Santa Monica Mountains <a rel='nofollow' target='_blank' href='https://t.co/orYNysMd7z'>https://t.co/orYNysMd7z</a>",
      "text": "No filter needed. #iloveyoucalifornia #rockclimbing @ Santa Monica Mountains https://t.co/orYNysMd7z",
      "image": null,
      "full_name": "Ariel Bartlett",
      "screen_name": "@arielkbartlett",
      "profile_image": "https://pbs.twimg.com/profile_images/673655047696191490/bovZVj-l.jpg",
      "profile_link": "https://twitter.com/arielkbartlett",
      "created_time": "2016-10-24T06:55:33+02:00",
      "created_time_i": 1477284933,
      "updated_at_i": 2016,
      "time_dd": "24-oct 06:55:33",
      "time_dt": "24-oct 06:55",
      "time_d": "24-oct",
      "time_dy": "24-oct-16",
      "time_t": "06:55",
      "orientation": "landscape",
      "user_followers": 2159
    }
  ],
  "metadata": {
    "id": 1,
    "name": "Test Mega Wall",
    "title": null,
    "active": true,
    "start_date": "2016-10-24T06:47:01.000+02:00",
    "end_date": "2022-09-30T23:59:59.999+02:00"
  }
}