The "JSON" response is a dictionary containing the "suggest" key whose value is an array of all suggested items. Each element is an array of two strings: first the gender of the first name ("M" or "F") and then the first name itself.
Key | Description | France | International |
suggest[X][0] |
F: feminine M: masculine I: unknown |
STRING(1) | STRING(1) |
suggest[X][1] | Associated first name | STRING(255) | STRING(255) |