I was accessing /me node through the graphical API.
I found out that age_range does not return with the root object, but in order to get age_range I need to issue the following API call
me?fields=age_range
This gives me a JSON obejct age_range with minimum and maximum values.
source share