Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save qyzhaojinxi/bdf48f29a1b62ce26213a32df8dcf08c to your computer and use it in GitHub Desktop.
Save qyzhaojinxi/bdf48f29a1b62ce26213a32df8dcf08c to your computer and use it in GitHub Desktop.
CallerID By Google Request
GET /plus/v2whitelisted/people/lookup?includePeople=1&includeGal=1&type=phone&fields=kind,items(id,metadata(objectType,plusPageType,attributions),names,phoneNumbers(value,type,formattedType,canonicalizedForm),addresses(value,type,formattedType),images(url,metadata(container)),urls(value),placeDetails)&includePlaces=1&callType=outgoing&id=%2B441934834343 HTTP/1.1
Authorization: Bearer xxxxxxxxxREDACTEDxxxxxxxxxxxxx
User-Agent: Dalvik/2.1.0 (Linux; U; Android 6.0.1; Nexus 6 Build/MMB29S)
Host: www.googleapis.com
Connection: Keep-Alive
Accept-Encoding: gzip
HTTP/1.1 200 OK
Expires: Fri, 29 Jan 2016 12:47:28 GMT
Date: Fri, 29 Jan 2016 12:47:28 GMT
Cache-Control: private, max-age=0, must-revalidate, no-transform
ETag: "NDFL1hlBwrfEWLpWYABSKpFyWwI/FVxRkppqlqfDSMCkUAzsXsZP4oU"
Vary: Origin
Vary: X-Origin
Content-Type: application/json; charset=UTF-8
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Content-Length: 1192
Server: GSE
Alternate-Protocol: 443:quic,p=1
Alt-Svc: quic=":443"; ma=604800; v="30,29,28,27,26,25"
{
"kind": "plus#peopleList",
"items": [
{
"id": "mChIJe7moTsf2cUgRxvTvbfp5jA0",
"metadata": {
"objectType": "page",
"plusPageType": "local"
},
"names": [
{
"displayName": "Hilton",
"familyName": ".",
"givenName": "Hilton",
"metadata": {
"container": "place",
"containerId": "ChIJe7moTsf2cUgRxvTvbfp5jA0"
}
}
],
"urls": [
{
"value": "http://doubletree3.hilton.com/en/hotels/united-kingdom/doubletree-by-hilton-hotel-bristol-south-cadbury-house-BRSDTDI/index.html?WT.mc_id=zELWAKN0EMEA1DT2DMH3LocalSearch4DGGenericx6BRSDTDI"
}
],
"phoneNumbers": [
{
"value": "+44 1934 834343",
"type": "main",
"formattedType": "Main",
"canonicalizedForm": "+441934834343"
}
],
"addresses": [
{
"value": "Frost Hill, Congresbury, Bristol BS49 5AD, United Kingdom"
}
],
"placeDetails": [
{
"openingHours": {
"openNow": false
},
"lat_lng": {
"lat": 51.381513999999996,
"lng": -2.8067909999999996
},
"metadata": {
"container": "place",
"containerId": "ChIJe7moTsf2cUgRxvTvbfp5jA0"
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment