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.
Path parameters
Faction UUID.
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
}
]
}
}
}Changes
Changed in 5 of the 50 revisions of this API.1217
- ○
api operation id
2ca088d4d7d160632359299fe6b2b521removed and replaced withgetFactionapi-operation-id-removed
- ○
api tag
In-Gameremovedapi-tag-removed
- ○
removed
faction_indexsubschema #2from the response bodyallOflist for the response status200response-body-all-of-removed
- ○
added the media type
application/jsonfor the response with the status404response-media-type-added
- ○
added the optional property
datato the response with the200statusresponse-optional-property-added
- ○
- ●
deleted the
queryrequest parameterincluderequest-parameter-removed
- ●
- ●
removed the optional property
able_to_arrestfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
areafrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
default_reactionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
descriptionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
faction_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
focusfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
foundedfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
has_reputationfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
headquartersfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
is_npcfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
lawfulfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
leadershipfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
linkfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
no_legal_rightsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
polices_criminalityfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
polices_lawful_trespassfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
reputation_ladderfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
sort_order_scopefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
uuidfrom the response with the200statusresponse-optional-property-removed
- ○
added
faction_indexsubschema #2to the response bodyallOflist for the response status200response-body-all-of-added
- ●
- ○
endpoint added
endpoint-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 95 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲