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
        }
      ]
    }
  }
}

Changes

Changed in 5 of the 50 revisions of this API.1217

    • api operation id 2ca088d4d7d160632359299fe6b2b521 removed and replaced with getFaction

      api-operation-id-removed

    • api tag In-Game removed

      api-tag-removed

    • removed faction_index subschema #2 from the response body allOf list for the response status 200

      response-body-all-of-removed

    • added the media type application/json for the response with the status 404

      response-media-type-added

    • added the optional property data to the response with the 200 status

      response-optional-property-added

    • deleted the query request parameter include

      request-parameter-removed

  • 38d31059da97201See the full diff
    • removed the optional property able_to_arrest from the response with the 200 status

      response-optional-property-removed

    • removed the optional property area from the response with the 200 status

      response-optional-property-removed

    • removed the optional property default_reaction from the response with the 200 status

      response-optional-property-removed

    • removed the optional property description from the response with the 200 status

      response-optional-property-removed

    • removed the optional property faction_type from the response with the 200 status

      response-optional-property-removed

    • removed the optional property focus from the response with the 200 status

      response-optional-property-removed

    • removed the optional property founded from the response with the 200 status

      response-optional-property-removed

    • removed the optional property has_reputation from the response with the 200 status

      response-optional-property-removed

    • removed the optional property headquarters from the response with the 200 status

      response-optional-property-removed

    • removed the optional property is_npc from the response with the 200 status

      response-optional-property-removed

    • removed the optional property lawful from the response with the 200 status

      response-optional-property-removed

    • removed the optional property leadership from the response with the 200 status

      response-optional-property-removed

    • removed the optional property link from the response with the 200 status

      response-optional-property-removed

    • removed the optional property name from the response with the 200 status

      response-optional-property-removed

    • removed the optional property no_legal_rights from the response with the 200 status

      response-optional-property-removed

    • removed the optional property polices_criminality from the response with the 200 status

      response-optional-property-removed

    • removed the optional property polices_lawful_trespass from the response with the 200 status

      response-optional-property-removed

    • removed the optional property reputation_ladder from the response with the 200 status

      response-optional-property-removed

    • removed the optional property sort_order_scope from the response with the 200 status

      response-optional-property-removed

    • removed the optional property uuid from the response with the 200 status

      response-optional-property-removed

    • added faction_index subschema #2 to the response body allOf list for the response status 200

      response-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