API Call: Get Lodestone FC Info by Name #3

Closed
opened 2024-02-11 03:54:01 +00:00 by solao · 0 comments
Owner

/api/v1/Lodestone/FreeCompany/Name/<Server>/<FCName>

Example

/api/v1/Lodestone/FreeCompany/Name/Siren/Helix

Would reply w/ information

{
  "LodestoneId": 9231394073691143535,
  "Name": "Helix",
  "Server": "Siren",
  "Rank": 30,
  "Members": 207,
  "Ranks": {
    "Council": 6,
    "Mentor": 3,
    "Member": 107,
    "Initiate": 34,
    "Recruit": 30,
    "Inactive": 27
  },
  "Estate": "Plot 54, 6 Ward, Shirogane (Medium)",
  "GrandCompany": "Immortal Flames",
  "Slogan": "We hope to make the game just a bit more enjoyable with awesome people. https://discord.gg/w9ejeRd",
  "Ranking": {
    "Weekly": 24,
    "Monthly": 19
  },
  "DiscordId": 618857558740041738,
  "Website": "https://www.ffxivhelix.com"
}
```/api/v1/Lodestone/FreeCompany/Name/<Server>/<FCName>``` Example ```/api/v1/Lodestone/FreeCompany/Name/Siren/Helix``` Would reply w/ information ```json { "LodestoneId": 9231394073691143535, "Name": "Helix", "Server": "Siren", "Rank": 30, "Members": 207, "Ranks": { "Council": 6, "Mentor": 3, "Member": 107, "Initiate": 34, "Recruit": 30, "Inactive": 27 }, "Estate": "Plot 54, 6 Ward, Shirogane (Medium)", "GrandCompany": "Immortal Flames", "Slogan": "We hope to make the game just a bit more enjoyable with awesome people. https://discord.gg/w9ejeRd", "Ranking": { "Weekly": 24, "Monthly": 19 }, "DiscordId": 618857558740041738, "Website": "https://www.ffxivhelix.com" } ```
solao closed this issue 2024-02-11 03:54:02 +00:00
Sign in to join this conversation.
No Label
Doing
To Do
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: FFXIV/FFXIV_Lodestone_Handler#3
No description provided.