API endpoint: Polymap

GET /api/polymap/
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "body politic",
            "user": "scotty",
            "area": "Sociology",
            "wiki": "brain.gov",
            "pa": {
                "name": "brain",
                "user": "scotty",
                "src": "Gray",
                "area": "Anatomy",
                "wiki": "http://mayfieldclinic.com/pe-anatbrain.htm",
                "mode": "part",
                "depth": 3,
                "p1": "cerebrum",
                "p2": "cerebellum",
                "p3": "brainstem",
                "polynym_id": 112
            },
            "pb": {
                "name": "US government",
                "user": "scotty",
                "src": "US Constitution",
                "area": "Politics",
                "wiki": "https://en.wikipedia.org/wiki/Federal_government_of_the_United_States",
                "mode": "part",
                "depth": 3,
                "p1": "executive branch",
                "p2": "legislative branch",
                "p3": "judicial branch",
                "polynym_id": 113
            },
            "r1": "cerebrum,UsedFor,judicial branch",
            "r2": "cerebellum,UsedFor,legislative branch",
            "r3": "brainstem,UsedFor,executive branch",
            "polymap_id": 3
        },
        {
            "name": "energy-color",
            "user": "scotty",
            "src": "Newton-chakra",
            "area": "Meta-philosophy",
            "pa": {
                "name": "energy",
                "user": "scotty",
                "src": "chakra",
                "area": "Philosophy",
                "wiki": "https://en.wikipedia.org/wiki/Chakra",
                "likes": 1,
                "voters": [
                    "scotty"
                ],
                "mode": "type",
                "depth": 7,
                "p1": "sensing",
                "p2": "thinking",
                "p3": "feeling",
                "p4": "willing",
                "p5": "body",
                "p6": "soul",
                "p7": "spirit",
                "polynym_id": 46
            },
            "pb": {
                "name": "color",
                "user": "scotty",
                "src": "Isaac Newton",
                "area": "Metaphysics",
                "wiki": "https://en.wikipedia.org/wiki/Color",
                "mode": "step",
                "depth": 7,
                "p1": "red",
                "p2": "orange",
                "p3": "yellow",
                "p4": "green",
                "p5": "blue",
                "p6": "indigo",
                "p7": "violet",
                "polynym_id": 95
            },
            "r1": "sensing,RelatedTo,red",
            "r2": "thinking,RelatedTo,orange",
            "r3": "feeling,RelatedTo,yellow",
            "r4": "willing,RelatedTo,green",
            "r5": "body,RelatedTo,blue",
            "r6": "soul,RelatedTo,indigo",
            "r7": "spirit,RelatedTo,violet",
            "polymap_id": 2
        },
        {
            "name": "substantial health",
            "user": "scotty",
            "src": "Jain",
            "area": "MetaTheology",
            "pa": {
                "name": "health",
                "user": "kemp",
                "area": "Metaphysics",
                "wiki": "http://health.geneseo.edu/hp/hgwell.html",
                "mode": "type",
                "depth": 6,
                "p1": "physical",
                "p2": "intellectual",
                "p3": "emotional",
                "p4": "social",
                "p5": "occupational",
                "p6": "spiritual",
                "polynym_id": 70
            },
            "pb": {
                "name": "substance",
                "user": "scotty",
                "src": "Jain",
                "area": "Theology",
                "wiki": "https://en.wikipedia.org/wiki/Dravya",
                "mode": "part",
                "depth": 6,
                "p1": "soul",
                "p2": "matter",
                "p3": "motion",
                "p4": "rest",
                "p5": "space",
                "p6": "time",
                "polynym_id": 116
            },
            "r1": "physical,RelatedTo,matter",
            "r2": "intellectual,RelatedTo,time",
            "r3": "emotional,RelatedTo,space",
            "r4": "social,RelatedTo,rest",
            "r5": "occupational,RelatedTo,motion",
            "r6": "spiritual,RelatedTo,soul",
            "polymap_id": 6
        }
    ]
}
Pa
Pb