{% extends 'cards/base.html' %} {% block content %}

Export table of all dinosaurs

Copy the JSON below and paste it into your web LLM interface. Ask the model to return a JSON array of objects with these fields: pk or name, era (code) and era_display (human label), diet and diet_display, speed_kmh, weight_kg, height_m, intelligence, facts (array or newline-separated string). When you get the model response, paste that JSON into the box below and click Preview pasted results.


Paste LLM output

{% csrf_token %}
{% endblock %}