RandomAPI / Randomuser.me-old-source

[Deprecated] PHP source for Random User Generator - Please take a look at the new Node version
https://randomuser.me
137 stars 48 forks source link

Can we request only required data? #43

Open sujaypawar opened 9 years ago

sujaypawar commented 9 years ago

For example, our app needs only name & email. Is there anyway for the API to generate only these fields?

Of course, right now we can fetch only required things from API result. However I think it would be faster if API has to generate only a few fields that we need.