Genel API
Sözlük
Kapsayıcılık
Terminoloji
Kartlar
GET
/api/profile/get/{username}?version=2
Örnek- Note that the
birthday
field will only be available when querying your own account; otherwise only the calculatedage
might be available (if the person has filled out their birthday)
Sorgu dizisi parametreleri:
props
– Specify what properties that the response should include. How to specify them is described here.lprops[<locale>]
– Same as theprops
parameter, but only for specific locales. Replace<locale>
with the locale you wish to override the filter for.
- Note that the
GET
/api/profile/get-id/{id}?version=2
- Note that the
birthday
field will only be available when querying your own account; otherwise only the calculatedage
might be available (if the person has filled out their birthday)
Sorgu dizisi parametreleri:
props
– Specify what properties that the response should include. How to specify them is described here.lprops[<locale>]
– Same as theprops
parameter, but only for specific locales. Replace<locale>
with the locale you wish to override the filter for.
- Note that the
GET
/api/user/social-lookup/{provider}/{identifier}
Örnek