From FreePokerAlliance wiki
Description
Returns a wide array of user-specific public information.
Parameters
| Required
| Name
| Type
| Default value
| Description
|
| required | Command | string | PublicProfile | API method name
|
| required | UID | string | | Player's username
|
Example Request
Replace XXXXXXXXXX with actual data.
Response
| Name
| Type
| Default value
| Description
|
| Command | string | GetProfile | API method name
|
| PlayerID | int | | Numeric ID of the player
|
| LoginName | string | | Login name
|
| DisplayName | string | | Display name
|
| FirstName | string | | First name
|
| LastName | string | | Last (family) name
|
| CountryID | int | | Numeric country ID
|
| State | string | | State
|
| ZipCode | string | | Zip code
|
| City | string | | City
|
| AvatarURL | string | | Avatar URL
|
| ProfileURL | string | | Profile URL
|
| GenderID | string | | Sex
|
| Age | string | | Age in years
|
Error Codes
| Code
| Description
|
| Status=ERROR | An error occured
|
| Status=OK | Registration successful
|
| ERROR=ParameterName1,ParameterName2,...,ParameterNameN | Indicates which parameter names have wrong values
|