Factions
Get Faction Detail
Returns full details for a single faction, including reputation ladder with standings when the faction has a reputation system. Factions hidden from the Delphi app are excluded.
get/api/factions/{faction}
Path parameters
factionstring uuid required
Faction UUID.
Example:4e429470-4d4e-4c2b-a4ac-4de42ada16e0
Response
Faction detail
Example response
{
"data": {
"uuid": "4e429470-4d4e-4c2b-a4ac-4de42ada16e0",
"name": "Aciedo Communications",
"faction_type": "Lawful",
"lawful": true,
"has_reputation": true,
"default_reaction": "Neutral",
"reputation_ladder": {
"uuid": "4e429470-4d4e-4c2b-a4ac-4de42ada16e0",
"name": "Aciedo Communications",
"faction_type": "Lawful",
"lawful": true,
"has_reputation": true,
"scope_name": "FactionReputation",
"display_name": "Standing",
"reputation_ceiling": 95250,
"standings": [
{
"uuid": "bcd1f776-9a6e-4ffd-85c4-6df64f4cf2ed",
"name": "Affinity_Good_100_Exalted",
"faction_type": "Lawful",
"lawful": true,
"has_reputation": true,
"display_name": "Exalted",
"min_reputation": 10000
}
]
}
}
}