Check out the author's blog post where he explains his motivation: <a href="http://phalt.co/if-you-have-data-they-will-consume-it/" rel="nofollow">http://phalt.co/if-you-have-data-they-will-consume-it/</a>
Is there a reason you're not using numbers in the json output?<p><pre><code> "vehicle_id": "1"
</code></pre>
is better represented as:<p><pre><code> "vehicle_id": 1</code></pre>
Can I use the API to figure out that, for instance, the x-wing is /vehicles/1 and Mustafar is /planets/7? Otherwise, how would I know?
I Virtualized this API just for kicks -
<a href="https://vapi.ca.com/vapi/api/Vapidemouser/Star_Wars/planets/7" rel="nofollow">https://vapi.ca.com/vapi/api/Vapidemouser/Star_Wars/planets/...</a>
and
<a href="https://vapi.ca.com/vapi/api/Vapidemouser/Star_Wars/vehicles/1" rel="nofollow">https://vapi.ca.com/vapi/api/Vapidemouser/Star_Wars/vehicles...</a><p>Would love more details and I can make a Virtual Copy of the whole thing.<p>Built it here <a href="https://vapi.ca.com" rel="nofollow">https://vapi.ca.com</a>