Backlinks

GET from 10 Credit / Request /android/applications/{APPLICATION_ID}/backlinks.json

Backlinks indicates the visibility of the app all over the Web based on our backlinks analylis (mainly based on the MOZ platform).

The Backlinks Request

Header parameters
X-AppTweak-Key:
Your AppTweak API Key.
Path parameters
APPLICATION_ID:
Application ID for which you want to get the metadata.

GET /android/applications/{APPLICATION_ID}/backlinks.json

Request example
GET /android/applications/com.king.candycrushsaga/backlinks.json
cURL example
curl -X GET -H "X-Apptweak-Key: ${API_KEY}" "https://api.apptweak.com/android/applications/com.king.candycrushsaga/backlinks.json"

Backlinks Response

The response for the backlinks request is a JSON hash containing all the data related to the visibility of the app on the Web.

Object properties
stats: hash

Key/value pairs containing the number of backlinks found for the application based on our analysis.

list: array

List of more relevant backlinks found for the application.

CHILD PROPERTIES

url: string

Backlink URL

title: string

Title of the related page.

anchor: string

Visible and clickable text for the related hyperlink.

page_moz_rank: number

Score provided by MOZ for the Domain Authority. Domain Authority (DA) is a search engine ranking score developed by Moz that predicts how well a website will rank on search engine result pages (SERPs).

Response Example

{
  "content": {
    "stats": {
      "link_count": 11560
    },
    "list": [
      {
        "url": "feeds.feedburner.com/TheBoyGeniusReport",
        "title": "BGR",
        "anchor": "candy crush saga",
        "page_moz_rank": 5.900000095
      },
      {
        "url": "www.cnet.com/news/google-play-store-top-apps-adele-candy-crush-the-interview/",
        "title": "At 5, Google Play calls out Adele, Candy Crush as most popular - CNET",
        "anchor": "candy crush saga",
        "page_moz_rank": 5.800000191
      },
      {
        "url": "games.qq.com/zt2013/tangguo/index.htm",
        "title": "�ǹ����鴫��_��Ѷ��Ϸ_��Ѷ��",
        "anchor": "",
        "page_moz_rank": 5.800000191
      },
      {
        "url": "www.reddit.com/user/gamemaker22",
        "title": "gamemaker22 (u/gamemaker22) - Reddit",
        "anchor": "candy crush saga",
        "page_moz_rank": 5.699999809
      },
      {
        "url": "www.businessinsider.com/100-best-apps-for-iphone-and-android-2013-9",
        "title": "    100 Best Apps For iPhone And Android - Business Insider\n",
        "anchor": "android",
        "page_moz_rank": 5.699999809
      },
      {
        "url": "www.theguardian.com/technology/2013/jul/21/50-best-games-apps-tablets-smartphones",
        "title": "50 best games for tablets and smartphones | Technology | The Guardian",
        "anchor": "android",
        "page_moz_rank": 5.699999809
      },
      {
        "url": "www.theverge.com/2017/3/6/14829514/google-play-store-top-selling-content-fifth-anniversary",
        "title": "The top-selling Google Play Store content of all time is exactly what you think it is - The Verge",
        "anchor": "candy crush saga",
        "page_moz_rank": 5.599999905
      },
      {
        "url": "www.portadadlmundo.co.vu/2014/04/candy-crush-saga-nuevos-niveles-en-el.html",
        "title": "Candy Crush Saga, nuevos niveles en el Reino de Candy - AFICIONADO",
        "anchor": "google play",
        "page_moz_rank": 5.5
      },
      {
        "url": "www.androidbone.co.vu/2013_06_06_archive.html",
        "title": "Android Bone™ | 06/06/13",
        "anchor": "play.google.com",
        "page_moz_rank": 5.5
      },
      {
        "url": "www.androidbone.co.vu/2013/06/candy-crush-saga-v1120.html",
        "title": "Android Bone™ | Candy Crush Saga v1.12.0",
        "anchor": "play.google.com",
        "page_moz_rank": 5.5
      }
    ]
  },
  "metadata": {
    "request": {
      "path": "/applications/com.king.candycrushsaga/backlinks.json",
      "store": "android",
      "params": {
        "id": "com.king.candycrushsaga",
        "format": "json"
      },
      "performed_at": "2018-11-26 23:37:20 UTC"
    },
    "content": {
    }
  }
}