Skip to content
chansuke edited this page Jan 15, 2021 · 3 revisions

Welcome to the excavator wiki!

Facebook takeout location data type

device_location.json

{
  "phone_number_location": [
    {
      "spn": "Softbank",
      "country_code": "440"
    },
    {
      "spn": "NTT DoCoMo",
      "country_code": "440"
    }
  ]
}

primary_location.json

{
  "primary_location": {
    "city_region_pairs": [
      [
        "Shibuya",
        "Tokyo"
      ]
    ],
    "zipcode": [
      "1510053"
    ]
  }
}

primary_public_location.json

{
  "primary_public_location": {
    "city": "Setagaya",
    "region": "Tokyo",
    "country": "Japan"
  }
}

timezone.json

{
  "timezone": "Asia/Tokyo"
}