GeekNumsDeveloper Docs

Results

Three shapes, pick what fits.

Full result package (zip)

GET/api/open/v1/tasks/{id}/resultFull result package (zip)

Contains CSV, XLSX and the activated-number list. The lang parameter translates headers and enum values — best for handing to people.

Full CSV

GET/api/open/v1/tasks/{id}/result-csvFull result CSV (stable tokens)

For machine parsing. Values are always stable tokens (male / female, yes / no) regardless of language — deliberately so, since parsing logic should not shift with locale.

Activated numbers

GET/api/open/v1/tasks/{id}/activatedActivated number list

Plain text, one number per line, ready for downstream use.

Filter parameters

FieldTypeDescription
active_dayintegeroptionalKeep records active within this many days
start_ageintegeroptionalMinimum age, inclusive
end_ageintegeroptionalMaximum age, inclusive
sexstringoptionalGender filter: male / female
langstringoptionalLanguage for translated headers and enum values; applies to zip and xlsx only