PromucFlow_constructor/app/client/cypress/fixtures/JSObjOnLoadApp.json
Sagar Khalasi 73169d13b0
chore: Replacing ted api call for resources (#36472)
## Description
Remove third party url. 

Fixes `https://github.com/appsmithorg/appsmith/issues/36535`

## Automation

/ok-to-test tags="@tag.All"

### 🔍 Cypress test results
<!-- This is an auto-generated comment: Cypress test results  -->
> [!TIP]
> 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/11031926377>
> Commit: bf5f2950598b16f4eadda81c1076d0c504e90be1
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=11031926377&attempt=1"
target="_blank">Cypress dashboard</a>.
> Tags: `@tag.All`
> Spec:
> <hr>Wed, 25 Sep 2024 12:37:04 UTC
<!-- end of auto-generated comment: Cypress test results  -->


## Communication
Should the DevRel and Marketing teams inform users about this change?
- [ ] Yes
- [x] No


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

## Summary by CodeRabbit

- **New Features**
- Updated various image and URL references in test configurations to
point to local resources instead of external links, improving
consistency and performance during testing.

- **Bug Fixes**
- Corrected image source URLs in multiple test files to ensure proper
loading of images in the application.

- **Chores**
- Replaced outdated URLs with local Docker host URLs across numerous
test files and configurations.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-09-25 19:41:00 +05:30

5653 lines
425 KiB
JSON

{
"clientSchemaVersion": 1,
"serverSchemaVersion": 4,
"exportedApplication": {
"name": "JSObjOnLoadApp",
"isPublic": false,
"appIsExample": false,
"unreadCommentThreads": 0,
"color": "#F5D1D1",
"icon": "rupee",
"slug": "jsobjonloadapp",
"evaluationVersion": 2,
"applicationVersion": 2,
"isManualUpdate": false,
"new": true
},
"datasourceList": [
],
"pageList": [
{
"userPermissions": [
"read:pages",
"manage:pages"
],
"gitSyncId": "628384461e78b316792f7677_628384461e78b316792f7679",
"unpublishedPage": {
"name": "Page1",
"slug": "page1",
"layouts": [
{
"id": "Page1",
"userPermissions": [
],
"dsl": {
"widgetName": "MainContainer",
"backgroundColor": "none",
"rightColumn": 4896,
"snapColumns": 64,
"detachFromLayout": true,
"widgetId": "0",
"topRow": 0,
"bottomRow": 1290,
"containerStyle": "none",
"snapRows": 125,
"parentRowSpace": 1,
"type": "CANVAS_WIDGET",
"canExtend": true,
"version": 58,
"minHeight": 1292,
"dynamicTriggerPathList": [
],
"parentColumnSpace": 1,
"dynamicBindingPathList": [
],
"leftColumn": 0,
"children": [
{
"boxShadow": "none",
"widgetName": "Select1",
"isFilterable": true,
"dynamicPropertyPathList": [
],
"displayName": "Select",
"iconSVG": "/static/media/icon.bd99caba.svg",
"labelText": "Select a City to see its Country:",
"topRow": 3,
"bottomRow": 7,
"parentRowSpace": 10,
"labelWidth": "13",
"type": "SELECT_WIDGET",
"serverSideFiltering": false,
"hideCard": false,
"defaultOptionValue": "",
"animateLoading": true,
"parentColumnSpace": 16.65625,
"dynamicTriggerPathList": [
{
"key": "onOptionChange"
}
],
"leftColumn": 4,
"dynamicBindingPathList": [
{
"key": "accentColor"
},
{
"key": "borderRadius"
}
],
"labelPosition": "Left",
"options": "",
"placeholderText": "Select option",
"isDisabled": false,
"key": "hmhhxw73vt",
"labelTextSize": "0.875rem",
"isRequired": false,
"rightColumn": 34,
"widgetId": "b75q6rr23q",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"isVisible": true,
"version": 1,
"parentId": "0",
"labelAlignment": "left",
"renderMode": "CANVAS",
"isLoading": false,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"onOptionChange": ""
},
{
"schema": {
"__root_schema__": {
"children": {
"name": {
"children": {
},
"dataType": "string",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Text Input",
"sourceData": "A Storm of Swords",
"isCustomField": false,
"accessor": "name",
"identifier": "name",
"position": 0,
"originalIdentifier": "name",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"iconAlign": "left",
"isDisabled": false,
"isRequired": false,
"isSpellCheck": false,
"isVisible": true,
"labelTextSize": "0.875rem",
"label": "Name"
},
"url": {
"children": {
},
"dataType": "string",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Text Input",
"sourceData": "https://anapioficeandfire.com/api/books/3",
"isCustomField": false,
"accessor": "url",
"identifier": "url",
"position": 1,
"originalIdentifier": "url",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"iconAlign": "left",
"isDisabled": false,
"isRequired": false,
"isSpellCheck": false,
"isVisible": true,
"labelTextSize": "0.875rem",
"label": "Url"
},
"isbn": {
"children": {
},
"dataType": "string",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.isbn))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Text Input",
"sourceData": "978-0553106633",
"isCustomField": false,
"accessor": "isbn",
"identifier": "isbn",
"position": 2,
"originalIdentifier": "isbn",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"iconAlign": "left",
"isDisabled": false,
"isRequired": false,
"isSpellCheck": false,
"isVisible": true,
"labelTextSize": "0.875rem",
"label": "Isbn"
},
"authors": {
"children": {
},
"dataType": "array",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.authors))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Multiselect",
"sourceData": [
"George R. R. Martin"
],
"isCustomField": false,
"accessor": "authors",
"identifier": "authors",
"position": 3,
"originalIdentifier": "authors",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"isDisabled": false,
"isFilterable": false,
"isRequired": false,
"isVisible": true,
"label": "Authors",
"labelTextSize": "0.875rem",
"serverSideFiltering": false,
"options": "{{ getBooks.data.authors.map(((auth) => { \n return { label: auth.toString().split('/').slice(-1)[0], value: auth.toString().split('/').slice(-1)[0] } \n })) \n}}"
},
"numberOfPages": {
"children": {
},
"dataType": "number",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.numberOfPages))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Number Input",
"sourceData": 992,
"isCustomField": false,
"accessor": "numberOfPages",
"identifier": "numberOfPages",
"position": 4,
"originalIdentifier": "numberOfPages",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"iconAlign": "left",
"isDisabled": false,
"isRequired": false,
"isSpellCheck": false,
"isVisible": true,
"labelTextSize": "0.875rem",
"label": "Number Of Pages"
},
"publisher": {
"children": {
},
"dataType": "string",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.publisher))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Text Input",
"sourceData": "Bantam Books",
"isCustomField": false,
"accessor": "publisher",
"identifier": "publisher",
"position": 5,
"originalIdentifier": "publisher",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"iconAlign": "left",
"isDisabled": false,
"isRequired": false,
"isSpellCheck": false,
"isVisible": true,
"labelTextSize": "0.875rem",
"label": "Publisher"
},
"country": {
"children": {
},
"dataType": "string",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.country))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Text Input",
"sourceData": "United States",
"isCustomField": false,
"accessor": "country",
"identifier": "country",
"position": 6,
"originalIdentifier": "country",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"iconAlign": "left",
"isDisabled": false,
"isRequired": false,
"isSpellCheck": false,
"isVisible": true,
"labelTextSize": "0.875rem",
"label": "Country"
},
"mediaType": {
"children": {
},
"dataType": "string",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.mediaType))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Text Input",
"sourceData": "Hardcover",
"isCustomField": false,
"accessor": "mediaType",
"identifier": "mediaType",
"position": 7,
"originalIdentifier": "mediaType",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"iconAlign": "left",
"isDisabled": false,
"isRequired": false,
"isSpellCheck": false,
"isVisible": true,
"labelTextSize": "0.875rem",
"label": "Media Type"
},
"released": {
"children": {
},
"dataType": "string",
"defaultValue": "{{((sourceData, formData, fieldState) => (moment(sourceData.released, \"YYYY-MM-DDTHH:mm:ss\").format(\"YYYY-MM-DDTHH:mm:ss.sssZ\")))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Datepicker",
"sourceData": "2000-10-31T00:00:00",
"isCustomField": false,
"accessor": "released",
"identifier": "released",
"position": 8,
"originalIdentifier": "released",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"closeOnSelection": false,
"convertToISO": false,
"dateFormat": "YYYY-MM-DDTHH:mm:ss",
"isDisabled": false,
"isRequired": false,
"isVisible": true,
"label": "Released",
"maxDate": "2121-12-31T18:29:00.000Z",
"minDate": "1920-12-31T18:30:00.000Z",
"shortcuts": false,
"timePrecision": "minute",
"labelTextSize": "0.875rem"
},
"characters": {
"children": {
},
"dataType": "array",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.characters[0].toString().split('/').slice(-1)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Multiselect",
"sourceData": [
"https://anapioficeandfire.com/api/characters/2",
"https://anapioficeandfire.com/api/characters/3",
"https://anapioficeandfire.com/api/characters/7",
"https://anapioficeandfire.com/api/characters/12",
"https://anapioficeandfire.com/api/characters/13",
"https://anapioficeandfire.com/api/characters/16",
"https://anapioficeandfire.com/api/characters/20",
"https://anapioficeandfire.com/api/characters/21",
"https://anapioficeandfire.com/api/characters/27",
"https://anapioficeandfire.com/api/characters/31",
"https://anapioficeandfire.com/api/characters/35",
"https://anapioficeandfire.com/api/characters/36",
"https://anapioficeandfire.com/api/characters/37",
"https://anapioficeandfire.com/api/characters/38",
"https://anapioficeandfire.com/api/characters/39",
"https://anapioficeandfire.com/api/characters/40",
"https://anapioficeandfire.com/api/characters/41",
"https://anapioficeandfire.com/api/characters/42",
"https://anapioficeandfire.com/api/characters/46",
"https://anapioficeandfire.com/api/characters/50",
"https://anapioficeandfire.com/api/characters/51",
"https://anapioficeandfire.com/api/characters/52",
"https://anapioficeandfire.com/api/characters/53",
"https://anapioficeandfire.com/api/characters/54",
"https://anapioficeandfire.com/api/characters/56",
"https://anapioficeandfire.com/api/characters/58",
"https://anapioficeandfire.com/api/characters/60",
"https://anapioficeandfire.com/api/characters/62",
"https://anapioficeandfire.com/api/characters/64",
"https://anapioficeandfire.com/api/characters/67",
"https://anapioficeandfire.com/api/characters/68",
"https://anapioficeandfire.com/api/characters/69",
"https://anapioficeandfire.com/api/characters/70",
"https://anapioficeandfire.com/api/characters/71",
"https://anapioficeandfire.com/api/characters/72",
"https://anapioficeandfire.com/api/characters/73",
"https://anapioficeandfire.com/api/characters/77",
"https://anapioficeandfire.com/api/characters/78",
"https://anapioficeandfire.com/api/characters/79",
"https://anapioficeandfire.com/api/characters/80",
"https://anapioficeandfire.com/api/characters/81",
"https://anapioficeandfire.com/api/characters/82",
"https://anapioficeandfire.com/api/characters/84",
"https://anapioficeandfire.com/api/characters/85",
"https://anapioficeandfire.com/api/characters/86",
"https://anapioficeandfire.com/api/characters/87",
"https://anapioficeandfire.com/api/characters/89",
"https://anapioficeandfire.com/api/characters/94",
"https://anapioficeandfire.com/api/characters/95",
"https://anapioficeandfire.com/api/characters/96",
"https://anapioficeandfire.com/api/characters/100",
"https://anapioficeandfire.com/api/characters/105",
"https://anapioficeandfire.com/api/characters/108",
"https://anapioficeandfire.com/api/characters/111",
"https://anapioficeandfire.com/api/characters/112",
"https://anapioficeandfire.com/api/characters/114",
"https://anapioficeandfire.com/api/characters/115",
"https://anapioficeandfire.com/api/characters/116",
"https://anapioficeandfire.com/api/characters/117",
"https://anapioficeandfire.com/api/characters/118",
"https://anapioficeandfire.com/api/characters/120",
"https://anapioficeandfire.com/api/characters/122",
"https://anapioficeandfire.com/api/characters/123",
"https://anapioficeandfire.com/api/characters/124",
"https://anapioficeandfire.com/api/characters/125",
"https://anapioficeandfire.com/api/characters/127",
"https://anapioficeandfire.com/api/characters/130",
"https://anapioficeandfire.com/api/characters/138",
"https://anapioficeandfire.com/api/characters/141",
"https://anapioficeandfire.com/api/characters/142",
"https://anapioficeandfire.com/api/characters/145",
"https://anapioficeandfire.com/api/characters/146",
"https://anapioficeandfire.com/api/characters/147",
"https://anapioficeandfire.com/api/characters/149",
"https://anapioficeandfire.com/api/characters/151",
"https://anapioficeandfire.com/api/characters/153",
"https://anapioficeandfire.com/api/characters/158",
"https://anapioficeandfire.com/api/characters/159",
"https://anapioficeandfire.com/api/characters/160",
"https://anapioficeandfire.com/api/characters/161",
"https://anapioficeandfire.com/api/characters/162",
"https://anapioficeandfire.com/api/characters/164",
"https://anapioficeandfire.com/api/characters/168",
"https://anapioficeandfire.com/api/characters/169",
"https://anapioficeandfire.com/api/characters/173",
"https://anapioficeandfire.com/api/characters/175",
"https://anapioficeandfire.com/api/characters/177",
"https://anapioficeandfire.com/api/characters/179",
"https://anapioficeandfire.com/api/characters/180",
"https://anapioficeandfire.com/api/characters/181",
"https://anapioficeandfire.com/api/characters/187",
"https://anapioficeandfire.com/api/characters/188",
"https://anapioficeandfire.com/api/characters/189",
"https://anapioficeandfire.com/api/characters/190",
"https://anapioficeandfire.com/api/characters/193",
"https://anapioficeandfire.com/api/characters/194",
"https://anapioficeandfire.com/api/characters/199",
"https://anapioficeandfire.com/api/characters/200",
"https://anapioficeandfire.com/api/characters/202",
"https://anapioficeandfire.com/api/characters/203",
"https://anapioficeandfire.com/api/characters/204",
"https://anapioficeandfire.com/api/characters/206",
"https://anapioficeandfire.com/api/characters/214",
"https://anapioficeandfire.com/api/characters/216",
"https://anapioficeandfire.com/api/characters/217",
"https://anapioficeandfire.com/api/characters/219",
"https://anapioficeandfire.com/api/characters/222",
"https://anapioficeandfire.com/api/characters/223",
"https://anapioficeandfire.com/api/characters/225",
"https://anapioficeandfire.com/api/characters/227",
"https://anapioficeandfire.com/api/characters/228",
"https://anapioficeandfire.com/api/characters/230",
"https://anapioficeandfire.com/api/characters/234",
"https://anapioficeandfire.com/api/characters/235",
"https://anapioficeandfire.com/api/characters/237",
"https://anapioficeandfire.com/api/characters/238",
"https://anapioficeandfire.com/api/characters/245",
"https://anapioficeandfire.com/api/characters/247",
"https://anapioficeandfire.com/api/characters/250",
"https://anapioficeandfire.com/api/characters/251",
"https://anapioficeandfire.com/api/characters/252",
"https://anapioficeandfire.com/api/characters/254",
"https://anapioficeandfire.com/api/characters/262",
"https://anapioficeandfire.com/api/characters/263",
"https://anapioficeandfire.com/api/characters/264",
"https://anapioficeandfire.com/api/characters/267",
"https://anapioficeandfire.com/api/characters/273",
"https://anapioficeandfire.com/api/characters/274",
"https://anapioficeandfire.com/api/characters/279",
"https://anapioficeandfire.com/api/characters/280",
"https://anapioficeandfire.com/api/characters/282",
"https://anapioficeandfire.com/api/characters/285",
"https://anapioficeandfire.com/api/characters/286",
"https://anapioficeandfire.com/api/characters/288",
"https://anapioficeandfire.com/api/characters/290",
"https://anapioficeandfire.com/api/characters/291",
"https://anapioficeandfire.com/api/characters/292",
"https://anapioficeandfire.com/api/characters/294",
"https://anapioficeandfire.com/api/characters/295",
"https://anapioficeandfire.com/api/characters/296",
"https://anapioficeandfire.com/api/characters/297",
"https://anapioficeandfire.com/api/characters/298",
"https://anapioficeandfire.com/api/characters/299",
"https://anapioficeandfire.com/api/characters/300",
"https://anapioficeandfire.com/api/characters/303",
"https://anapioficeandfire.com/api/characters/306",
"https://anapioficeandfire.com/api/characters/308",
"https://anapioficeandfire.com/api/characters/309",
"https://anapioficeandfire.com/api/characters/310",
"https://anapioficeandfire.com/api/characters/311",
"https://anapioficeandfire.com/api/characters/312",
"https://anapioficeandfire.com/api/characters/315",
"https://anapioficeandfire.com/api/characters/320",
"https://anapioficeandfire.com/api/characters/321",
"https://anapioficeandfire.com/api/characters/322",
"https://anapioficeandfire.com/api/characters/323",
"https://anapioficeandfire.com/api/characters/325",
"https://anapioficeandfire.com/api/characters/326",
"https://anapioficeandfire.com/api/characters/327",
"https://anapioficeandfire.com/api/characters/329",
"https://anapioficeandfire.com/api/characters/330",
"https://anapioficeandfire.com/api/characters/331",
"https://anapioficeandfire.com/api/characters/332",
"https://anapioficeandfire.com/api/characters/336",
"https://anapioficeandfire.com/api/characters/337",
"https://anapioficeandfire.com/api/characters/338",
"https://anapioficeandfire.com/api/characters/339",
"https://anapioficeandfire.com/api/characters/341",
"https://anapioficeandfire.com/api/characters/346",
"https://anapioficeandfire.com/api/characters/347",
"https://anapioficeandfire.com/api/characters/348",
"https://anapioficeandfire.com/api/characters/352",
"https://anapioficeandfire.com/api/characters/357",
"https://anapioficeandfire.com/api/characters/360",
"https://anapioficeandfire.com/api/characters/361",
"https://anapioficeandfire.com/api/characters/362",
"https://anapioficeandfire.com/api/characters/364",
"https://anapioficeandfire.com/api/characters/365",
"https://anapioficeandfire.com/api/characters/368",
"https://anapioficeandfire.com/api/characters/369",
"https://anapioficeandfire.com/api/characters/370",
"https://anapioficeandfire.com/api/characters/372",
"https://anapioficeandfire.com/api/characters/374",
"https://anapioficeandfire.com/api/characters/375",
"https://anapioficeandfire.com/api/characters/377",
"https://anapioficeandfire.com/api/characters/379",
"https://anapioficeandfire.com/api/characters/380",
"https://anapioficeandfire.com/api/characters/381",
"https://anapioficeandfire.com/api/characters/382",
"https://anapioficeandfire.com/api/characters/383",
"https://anapioficeandfire.com/api/characters/385",
"https://anapioficeandfire.com/api/characters/392",
"https://anapioficeandfire.com/api/characters/393",
"https://anapioficeandfire.com/api/characters/394",
"https://anapioficeandfire.com/api/characters/397",
"https://anapioficeandfire.com/api/characters/401",
"https://anapioficeandfire.com/api/characters/404",
"https://anapioficeandfire.com/api/characters/405",
"https://anapioficeandfire.com/api/characters/406",
"https://anapioficeandfire.com/api/characters/408",
"https://anapioficeandfire.com/api/characters/411",
"https://anapioficeandfire.com/api/characters/413",
"https://anapioficeandfire.com/api/characters/415",
"https://anapioficeandfire.com/api/characters/416",
"https://anapioficeandfire.com/api/characters/417",
"https://anapioficeandfire.com/api/characters/418",
"https://anapioficeandfire.com/api/characters/421",
"https://anapioficeandfire.com/api/characters/423",
"https://anapioficeandfire.com/api/characters/424",
"https://anapioficeandfire.com/api/characters/426",
"https://anapioficeandfire.com/api/characters/434",
"https://anapioficeandfire.com/api/characters/438",
"https://anapioficeandfire.com/api/characters/439",
"https://anapioficeandfire.com/api/characters/442",
"https://anapioficeandfire.com/api/characters/443",
"https://anapioficeandfire.com/api/characters/448",
"https://anapioficeandfire.com/api/characters/453",
"https://anapioficeandfire.com/api/characters/458",
"https://anapioficeandfire.com/api/characters/461",
"https://anapioficeandfire.com/api/characters/462",
"https://anapioficeandfire.com/api/characters/465",
"https://anapioficeandfire.com/api/characters/470",
"https://anapioficeandfire.com/api/characters/475",
"https://anapioficeandfire.com/api/characters/476",
"https://anapioficeandfire.com/api/characters/485",
"https://anapioficeandfire.com/api/characters/486",
"https://anapioficeandfire.com/api/characters/487",
"https://anapioficeandfire.com/api/characters/490",
"https://anapioficeandfire.com/api/characters/496",
"https://anapioficeandfire.com/api/characters/498",
"https://anapioficeandfire.com/api/characters/499",
"https://anapioficeandfire.com/api/characters/500",
"https://anapioficeandfire.com/api/characters/501",
"https://anapioficeandfire.com/api/characters/502",
"https://anapioficeandfire.com/api/characters/503",
"https://anapioficeandfire.com/api/characters/504",
"https://anapioficeandfire.com/api/characters/506",
"https://anapioficeandfire.com/api/characters/507",
"https://anapioficeandfire.com/api/characters/511",
"https://anapioficeandfire.com/api/characters/519",
"https://anapioficeandfire.com/api/characters/521",
"https://anapioficeandfire.com/api/characters/522",
"https://anapioficeandfire.com/api/characters/523",
"https://anapioficeandfire.com/api/characters/524",
"https://anapioficeandfire.com/api/characters/526",
"https://anapioficeandfire.com/api/characters/527",
"https://anapioficeandfire.com/api/characters/530",
"https://anapioficeandfire.com/api/characters/531",
"https://anapioficeandfire.com/api/characters/532",
"https://anapioficeandfire.com/api/characters/533",
"https://anapioficeandfire.com/api/characters/534",
"https://anapioficeandfire.com/api/characters/535",
"https://anapioficeandfire.com/api/characters/536",
"https://anapioficeandfire.com/api/characters/537",
"https://anapioficeandfire.com/api/characters/539",
"https://anapioficeandfire.com/api/characters/547",
"https://anapioficeandfire.com/api/characters/549",
"https://anapioficeandfire.com/api/characters/550",
"https://anapioficeandfire.com/api/characters/553",
"https://anapioficeandfire.com/api/characters/555",
"https://anapioficeandfire.com/api/characters/557",
"https://anapioficeandfire.com/api/characters/559",
"https://anapioficeandfire.com/api/characters/560",
"https://anapioficeandfire.com/api/characters/561",
"https://anapioficeandfire.com/api/characters/562",
"https://anapioficeandfire.com/api/characters/563",
"https://anapioficeandfire.com/api/characters/565",
"https://anapioficeandfire.com/api/characters/571",
"https://anapioficeandfire.com/api/characters/572",
"https://anapioficeandfire.com/api/characters/574",
"https://anapioficeandfire.com/api/characters/575",
"https://anapioficeandfire.com/api/characters/576",
"https://anapioficeandfire.com/api/characters/580",
"https://anapioficeandfire.com/api/characters/585",
"https://anapioficeandfire.com/api/characters/586",
"https://anapioficeandfire.com/api/characters/587",
"https://anapioficeandfire.com/api/characters/588",
"https://anapioficeandfire.com/api/characters/590",
"https://anapioficeandfire.com/api/characters/592",
"https://anapioficeandfire.com/api/characters/595",
"https://anapioficeandfire.com/api/characters/597",
"https://anapioficeandfire.com/api/characters/599",
"https://anapioficeandfire.com/api/characters/600",
"https://anapioficeandfire.com/api/characters/602",
"https://anapioficeandfire.com/api/characters/603",
"https://anapioficeandfire.com/api/characters/604",
"https://anapioficeandfire.com/api/characters/605",
"https://anapioficeandfire.com/api/characters/606",
"https://anapioficeandfire.com/api/characters/607",
"https://anapioficeandfire.com/api/characters/609",
"https://anapioficeandfire.com/api/characters/613",
"https://anapioficeandfire.com/api/characters/616",
"https://anapioficeandfire.com/api/characters/617",
"https://anapioficeandfire.com/api/characters/621",
"https://anapioficeandfire.com/api/characters/622",
"https://anapioficeandfire.com/api/characters/623",
"https://anapioficeandfire.com/api/characters/624",
"https://anapioficeandfire.com/api/characters/625",
"https://anapioficeandfire.com/api/characters/626",
"https://anapioficeandfire.com/api/characters/628",
"https://anapioficeandfire.com/api/characters/629",
"https://anapioficeandfire.com/api/characters/630",
"https://anapioficeandfire.com/api/characters/631",
"https://anapioficeandfire.com/api/characters/632",
"https://anapioficeandfire.com/api/characters/635",
"https://anapioficeandfire.com/api/characters/636",
"https://anapioficeandfire.com/api/characters/638",
"https://anapioficeandfire.com/api/characters/639",
"https://anapioficeandfire.com/api/characters/640",
"https://anapioficeandfire.com/api/characters/647",
"https://anapioficeandfire.com/api/characters/649",
"https://anapioficeandfire.com/api/characters/650",
"https://anapioficeandfire.com/api/characters/651",
"https://anapioficeandfire.com/api/characters/657",
"https://anapioficeandfire.com/api/characters/658",
"https://anapioficeandfire.com/api/characters/659",
"https://anapioficeandfire.com/api/characters/660",
"https://anapioficeandfire.com/api/characters/662",
"https://anapioficeandfire.com/api/characters/663",
"https://anapioficeandfire.com/api/characters/664",
"https://anapioficeandfire.com/api/characters/665",
"https://anapioficeandfire.com/api/characters/666",
"https://anapioficeandfire.com/api/characters/669",
"https://anapioficeandfire.com/api/characters/670",
"https://anapioficeandfire.com/api/characters/673",
"https://anapioficeandfire.com/api/characters/674",
"https://anapioficeandfire.com/api/characters/676",
"https://anapioficeandfire.com/api/characters/677",
"https://anapioficeandfire.com/api/characters/678",
"https://anapioficeandfire.com/api/characters/682",
"https://anapioficeandfire.com/api/characters/683",
"https://anapioficeandfire.com/api/characters/686",
"https://anapioficeandfire.com/api/characters/688",
"https://anapioficeandfire.com/api/characters/689",
"https://anapioficeandfire.com/api/characters/690",
"https://anapioficeandfire.com/api/characters/691",
"https://anapioficeandfire.com/api/characters/692",
"https://anapioficeandfire.com/api/characters/693",
"https://anapioficeandfire.com/api/characters/694",
"https://anapioficeandfire.com/api/characters/697",
"https://anapioficeandfire.com/api/characters/699",
"https://anapioficeandfire.com/api/characters/700",
"https://anapioficeandfire.com/api/characters/701",
"https://anapioficeandfire.com/api/characters/704",
"https://anapioficeandfire.com/api/characters/708",
"https://anapioficeandfire.com/api/characters/710",
"https://anapioficeandfire.com/api/characters/711",
"https://anapioficeandfire.com/api/characters/712",
"https://anapioficeandfire.com/api/characters/713",
"https://anapioficeandfire.com/api/characters/717",
"https://anapioficeandfire.com/api/characters/718",
"https://anapioficeandfire.com/api/characters/720",
"https://anapioficeandfire.com/api/characters/721",
"https://anapioficeandfire.com/api/characters/722",
"https://anapioficeandfire.com/api/characters/723",
"https://anapioficeandfire.com/api/characters/725",
"https://anapioficeandfire.com/api/characters/727",
"https://anapioficeandfire.com/api/characters/730",
"https://anapioficeandfire.com/api/characters/731",
"https://anapioficeandfire.com/api/characters/735",
"https://anapioficeandfire.com/api/characters/736",
"https://anapioficeandfire.com/api/characters/738",
"https://anapioficeandfire.com/api/characters/740",
"https://anapioficeandfire.com/api/characters/741",
"https://anapioficeandfire.com/api/characters/742",
"https://anapioficeandfire.com/api/characters/743",
"https://anapioficeandfire.com/api/characters/745",
"https://anapioficeandfire.com/api/characters/746",
"https://anapioficeandfire.com/api/characters/747",
"https://anapioficeandfire.com/api/characters/748",
"https://anapioficeandfire.com/api/characters/750",
"https://anapioficeandfire.com/api/characters/752",
"https://anapioficeandfire.com/api/characters/754",
"https://anapioficeandfire.com/api/characters/755",
"https://anapioficeandfire.com/api/characters/756",
"https://anapioficeandfire.com/api/characters/757",
"https://anapioficeandfire.com/api/characters/761",
"https://anapioficeandfire.com/api/characters/762",
"https://anapioficeandfire.com/api/characters/764",
"https://anapioficeandfire.com/api/characters/765",
"https://anapioficeandfire.com/api/characters/766",
"https://anapioficeandfire.com/api/characters/767",
"https://anapioficeandfire.com/api/characters/768",
"https://anapioficeandfire.com/api/characters/769",
"https://anapioficeandfire.com/api/characters/770",
"https://anapioficeandfire.com/api/characters/771",
"https://anapioficeandfire.com/api/characters/772",
"https://anapioficeandfire.com/api/characters/774",
"https://anapioficeandfire.com/api/characters/775",
"https://anapioficeandfire.com/api/characters/776",
"https://anapioficeandfire.com/api/characters/778",
"https://anapioficeandfire.com/api/characters/780",
"https://anapioficeandfire.com/api/characters/781",
"https://anapioficeandfire.com/api/characters/783",
"https://anapioficeandfire.com/api/characters/784",
"https://anapioficeandfire.com/api/characters/785",
"https://anapioficeandfire.com/api/characters/786",
"https://anapioficeandfire.com/api/characters/788",
"https://anapioficeandfire.com/api/characters/796",
"https://anapioficeandfire.com/api/characters/799",
"https://anapioficeandfire.com/api/characters/800",
"https://anapioficeandfire.com/api/characters/801",
"https://anapioficeandfire.com/api/characters/802",
"https://anapioficeandfire.com/api/characters/803",
"https://anapioficeandfire.com/api/characters/804",
"https://anapioficeandfire.com/api/characters/805",
"https://anapioficeandfire.com/api/characters/806",
"https://anapioficeandfire.com/api/characters/808",
"https://anapioficeandfire.com/api/characters/809",
"https://anapioficeandfire.com/api/characters/811",
"https://anapioficeandfire.com/api/characters/812",
"https://anapioficeandfire.com/api/characters/814",
"https://anapioficeandfire.com/api/characters/815",
"https://anapioficeandfire.com/api/characters/817",
"https://anapioficeandfire.com/api/characters/818",
"https://anapioficeandfire.com/api/characters/819",
"https://anapioficeandfire.com/api/characters/820",
"https://anapioficeandfire.com/api/characters/822",
"https://anapioficeandfire.com/api/characters/823",
"https://anapioficeandfire.com/api/characters/824",
"https://anapioficeandfire.com/api/characters/825",
"https://anapioficeandfire.com/api/characters/826",
"https://anapioficeandfire.com/api/characters/827",
"https://anapioficeandfire.com/api/characters/828",
"https://anapioficeandfire.com/api/characters/829",
"https://anapioficeandfire.com/api/characters/831",
"https://anapioficeandfire.com/api/characters/832",
"https://anapioficeandfire.com/api/characters/834",
"https://anapioficeandfire.com/api/characters/837",
"https://anapioficeandfire.com/api/characters/838",
"https://anapioficeandfire.com/api/characters/844",
"https://anapioficeandfire.com/api/characters/848",
"https://anapioficeandfire.com/api/characters/849",
"https://anapioficeandfire.com/api/characters/850",
"https://anapioficeandfire.com/api/characters/851",
"https://anapioficeandfire.com/api/characters/852",
"https://anapioficeandfire.com/api/characters/854",
"https://anapioficeandfire.com/api/characters/855",
"https://anapioficeandfire.com/api/characters/856",
"https://anapioficeandfire.com/api/characters/858",
"https://anapioficeandfire.com/api/characters/860",
"https://anapioficeandfire.com/api/characters/862",
"https://anapioficeandfire.com/api/characters/863",
"https://anapioficeandfire.com/api/characters/866",
"https://anapioficeandfire.com/api/characters/867",
"https://anapioficeandfire.com/api/characters/869",
"https://anapioficeandfire.com/api/characters/874",
"https://anapioficeandfire.com/api/characters/876",
"https://anapioficeandfire.com/api/characters/877",
"https://anapioficeandfire.com/api/characters/882",
"https://anapioficeandfire.com/api/characters/884",
"https://anapioficeandfire.com/api/characters/887",
"https://anapioficeandfire.com/api/characters/889",
"https://anapioficeandfire.com/api/characters/890",
"https://anapioficeandfire.com/api/characters/891",
"https://anapioficeandfire.com/api/characters/892",
"https://anapioficeandfire.com/api/characters/894",
"https://anapioficeandfire.com/api/characters/896",
"https://anapioficeandfire.com/api/characters/897",
"https://anapioficeandfire.com/api/characters/899",
"https://anapioficeandfire.com/api/characters/900",
"https://anapioficeandfire.com/api/characters/901",
"https://anapioficeandfire.com/api/characters/902",
"https://anapioficeandfire.com/api/characters/903",
"https://anapioficeandfire.com/api/characters/905",
"https://anapioficeandfire.com/api/characters/909",
"https://anapioficeandfire.com/api/characters/912",
"https://anapioficeandfire.com/api/characters/913",
"https://anapioficeandfire.com/api/characters/914",
"https://anapioficeandfire.com/api/characters/922",
"https://anapioficeandfire.com/api/characters/923",
"https://anapioficeandfire.com/api/characters/925",
"https://anapioficeandfire.com/api/characters/927",
"https://anapioficeandfire.com/api/characters/929",
"https://anapioficeandfire.com/api/characters/930",
"https://anapioficeandfire.com/api/characters/931",
"https://anapioficeandfire.com/api/characters/932",
"https://anapioficeandfire.com/api/characters/933",
"https://anapioficeandfire.com/api/characters/937",
"https://anapioficeandfire.com/api/characters/938",
"https://anapioficeandfire.com/api/characters/940",
"https://anapioficeandfire.com/api/characters/941",
"https://anapioficeandfire.com/api/characters/944",
"https://anapioficeandfire.com/api/characters/945",
"https://anapioficeandfire.com/api/characters/946",
"https://anapioficeandfire.com/api/characters/947",
"https://anapioficeandfire.com/api/characters/948",
"https://anapioficeandfire.com/api/characters/949",
"https://anapioficeandfire.com/api/characters/950",
"https://anapioficeandfire.com/api/characters/952",
"https://anapioficeandfire.com/api/characters/953",
"https://anapioficeandfire.com/api/characters/955",
"https://anapioficeandfire.com/api/characters/956",
"https://anapioficeandfire.com/api/characters/959",
"https://anapioficeandfire.com/api/characters/960",
"https://anapioficeandfire.com/api/characters/961",
"https://anapioficeandfire.com/api/characters/965",
"https://anapioficeandfire.com/api/characters/966",
"https://anapioficeandfire.com/api/characters/968",
"https://anapioficeandfire.com/api/characters/972",
"https://anapioficeandfire.com/api/characters/973",
"https://anapioficeandfire.com/api/characters/974",
"https://anapioficeandfire.com/api/characters/975",
"https://anapioficeandfire.com/api/characters/976",
"https://anapioficeandfire.com/api/characters/983",
"https://anapioficeandfire.com/api/characters/984",
"https://anapioficeandfire.com/api/characters/986",
"https://anapioficeandfire.com/api/characters/989",
"https://anapioficeandfire.com/api/characters/991",
"https://anapioficeandfire.com/api/characters/992",
"https://anapioficeandfire.com/api/characters/994",
"https://anapioficeandfire.com/api/characters/995",
"https://anapioficeandfire.com/api/characters/996",
"https://anapioficeandfire.com/api/characters/997",
"https://anapioficeandfire.com/api/characters/998",
"https://anapioficeandfire.com/api/characters/1000",
"https://anapioficeandfire.com/api/characters/1004",
"https://anapioficeandfire.com/api/characters/1006",
"https://anapioficeandfire.com/api/characters/1008",
"https://anapioficeandfire.com/api/characters/1009",
"https://anapioficeandfire.com/api/characters/1010",
"https://anapioficeandfire.com/api/characters/1011",
"https://anapioficeandfire.com/api/characters/1013",
"https://anapioficeandfire.com/api/characters/1014",
"https://anapioficeandfire.com/api/characters/1017",
"https://anapioficeandfire.com/api/characters/1019",
"https://anapioficeandfire.com/api/characters/1020",
"https://anapioficeandfire.com/api/characters/1022",
"https://anapioficeandfire.com/api/characters/1024",
"https://anapioficeandfire.com/api/characters/1025",
"https://anapioficeandfire.com/api/characters/1027",
"https://anapioficeandfire.com/api/characters/1029",
"https://anapioficeandfire.com/api/characters/1033",
"https://anapioficeandfire.com/api/characters/1034",
"https://anapioficeandfire.com/api/characters/1036",
"https://anapioficeandfire.com/api/characters/1037",
"https://anapioficeandfire.com/api/characters/1038",
"https://anapioficeandfire.com/api/characters/1040",
"https://anapioficeandfire.com/api/characters/1043",
"https://anapioficeandfire.com/api/characters/1045",
"https://anapioficeandfire.com/api/characters/1046",
"https://anapioficeandfire.com/api/characters/1049",
"https://anapioficeandfire.com/api/characters/1051",
"https://anapioficeandfire.com/api/characters/1053",
"https://anapioficeandfire.com/api/characters/1054",
"https://anapioficeandfire.com/api/characters/1055",
"https://anapioficeandfire.com/api/characters/1056",
"https://anapioficeandfire.com/api/characters/1057",
"https://anapioficeandfire.com/api/characters/1058",
"https://anapioficeandfire.com/api/characters/1061",
"https://anapioficeandfire.com/api/characters/1063",
"https://anapioficeandfire.com/api/characters/1068",
"https://anapioficeandfire.com/api/characters/1072",
"https://anapioficeandfire.com/api/characters/1073",
"https://anapioficeandfire.com/api/characters/1074",
"https://anapioficeandfire.com/api/characters/1075",
"https://anapioficeandfire.com/api/characters/1077",
"https://anapioficeandfire.com/api/characters/1079",
"https://anapioficeandfire.com/api/characters/1080",
"https://anapioficeandfire.com/api/characters/1081",
"https://anapioficeandfire.com/api/characters/1082",
"https://anapioficeandfire.com/api/characters/1083",
"https://anapioficeandfire.com/api/characters/1084",
"https://anapioficeandfire.com/api/characters/1085",
"https://anapioficeandfire.com/api/characters/1086",
"https://anapioficeandfire.com/api/characters/1087",
"https://anapioficeandfire.com/api/characters/1088",
"https://anapioficeandfire.com/api/characters/1089",
"https://anapioficeandfire.com/api/characters/1090",
"https://anapioficeandfire.com/api/characters/1091",
"https://anapioficeandfire.com/api/characters/1092",
"https://anapioficeandfire.com/api/characters/1093",
"https://anapioficeandfire.com/api/characters/1094",
"https://anapioficeandfire.com/api/characters/1095",
"https://anapioficeandfire.com/api/characters/1096",
"https://anapioficeandfire.com/api/characters/1097",
"https://anapioficeandfire.com/api/characters/1099",
"https://anapioficeandfire.com/api/characters/1100",
"https://anapioficeandfire.com/api/characters/1102",
"https://anapioficeandfire.com/api/characters/1104",
"https://anapioficeandfire.com/api/characters/1105",
"https://anapioficeandfire.com/api/characters/1106",
"https://anapioficeandfire.com/api/characters/1107",
"https://anapioficeandfire.com/api/characters/1113",
"https://anapioficeandfire.com/api/characters/1114",
"https://anapioficeandfire.com/api/characters/1115",
"https://anapioficeandfire.com/api/characters/1116",
"https://anapioficeandfire.com/api/characters/1118",
"https://anapioficeandfire.com/api/characters/1122",
"https://anapioficeandfire.com/api/characters/1124",
"https://anapioficeandfire.com/api/characters/1125",
"https://anapioficeandfire.com/api/characters/1127",
"https://anapioficeandfire.com/api/characters/1131",
"https://anapioficeandfire.com/api/characters/1132",
"https://anapioficeandfire.com/api/characters/1134",
"https://anapioficeandfire.com/api/characters/1135",
"https://anapioficeandfire.com/api/characters/1136",
"https://anapioficeandfire.com/api/characters/1137",
"https://anapioficeandfire.com/api/characters/1139",
"https://anapioficeandfire.com/api/characters/1142",
"https://anapioficeandfire.com/api/characters/1144",
"https://anapioficeandfire.com/api/characters/1145",
"https://anapioficeandfire.com/api/characters/1146",
"https://anapioficeandfire.com/api/characters/1147",
"https://anapioficeandfire.com/api/characters/1151",
"https://anapioficeandfire.com/api/characters/1155",
"https://anapioficeandfire.com/api/characters/1157",
"https://anapioficeandfire.com/api/characters/1158",
"https://anapioficeandfire.com/api/characters/1161",
"https://anapioficeandfire.com/api/characters/1164",
"https://anapioficeandfire.com/api/characters/1165",
"https://anapioficeandfire.com/api/characters/1166",
"https://anapioficeandfire.com/api/characters/1172",
"https://anapioficeandfire.com/api/characters/1173",
"https://anapioficeandfire.com/api/characters/1174",
"https://anapioficeandfire.com/api/characters/1177",
"https://anapioficeandfire.com/api/characters/1179",
"https://anapioficeandfire.com/api/characters/1181",
"https://anapioficeandfire.com/api/characters/1182",
"https://anapioficeandfire.com/api/characters/1184",
"https://anapioficeandfire.com/api/characters/1186",
"https://anapioficeandfire.com/api/characters/1192",
"https://anapioficeandfire.com/api/characters/1194",
"https://anapioficeandfire.com/api/characters/1195",
"https://anapioficeandfire.com/api/characters/1196",
"https://anapioficeandfire.com/api/characters/1199",
"https://anapioficeandfire.com/api/characters/1200",
"https://anapioficeandfire.com/api/characters/1201",
"https://anapioficeandfire.com/api/characters/1205",
"https://anapioficeandfire.com/api/characters/1213",
"https://anapioficeandfire.com/api/characters/1216",
"https://anapioficeandfire.com/api/characters/1217",
"https://anapioficeandfire.com/api/characters/1220",
"https://anapioficeandfire.com/api/characters/1221",
"https://anapioficeandfire.com/api/characters/1222",
"https://anapioficeandfire.com/api/characters/1223",
"https://anapioficeandfire.com/api/characters/1224",
"https://anapioficeandfire.com/api/characters/1227",
"https://anapioficeandfire.com/api/characters/1231",
"https://anapioficeandfire.com/api/characters/1233",
"https://anapioficeandfire.com/api/characters/1234",
"https://anapioficeandfire.com/api/characters/1237",
"https://anapioficeandfire.com/api/characters/1240",
"https://anapioficeandfire.com/api/characters/1244",
"https://anapioficeandfire.com/api/characters/1246",
"https://anapioficeandfire.com/api/characters/1250",
"https://anapioficeandfire.com/api/characters/1252",
"https://anapioficeandfire.com/api/characters/1253",
"https://anapioficeandfire.com/api/characters/1257",
"https://anapioficeandfire.com/api/characters/1262",
"https://anapioficeandfire.com/api/characters/1265",
"https://anapioficeandfire.com/api/characters/1266",
"https://anapioficeandfire.com/api/characters/1270",
"https://anapioficeandfire.com/api/characters/1274",
"https://anapioficeandfire.com/api/characters/1275",
"https://anapioficeandfire.com/api/characters/1277",
"https://anapioficeandfire.com/api/characters/1279",
"https://anapioficeandfire.com/api/characters/1280",
"https://anapioficeandfire.com/api/characters/1281",
"https://anapioficeandfire.com/api/characters/1283",
"https://anapioficeandfire.com/api/characters/1289",
"https://anapioficeandfire.com/api/characters/1293",
"https://anapioficeandfire.com/api/characters/1295",
"https://anapioficeandfire.com/api/characters/1296",
"https://anapioficeandfire.com/api/characters/1298",
"https://anapioficeandfire.com/api/characters/1301",
"https://anapioficeandfire.com/api/characters/1305",
"https://anapioficeandfire.com/api/characters/1310",
"https://anapioficeandfire.com/api/characters/1311",
"https://anapioficeandfire.com/api/characters/1314",
"https://anapioficeandfire.com/api/characters/1315",
"https://anapioficeandfire.com/api/characters/1316",
"https://anapioficeandfire.com/api/characters/1317",
"https://anapioficeandfire.com/api/characters/1320",
"https://anapioficeandfire.com/api/characters/1321",
"https://anapioficeandfire.com/api/characters/1323",
"https://anapioficeandfire.com/api/characters/1325",
"https://anapioficeandfire.com/api/characters/1331",
"https://anapioficeandfire.com/api/characters/1334",
"https://anapioficeandfire.com/api/characters/1335",
"https://anapioficeandfire.com/api/characters/1337",
"https://anapioficeandfire.com/api/characters/1341",
"https://anapioficeandfire.com/api/characters/1342",
"https://anapioficeandfire.com/api/characters/1346",
"https://anapioficeandfire.com/api/characters/1347",
"https://anapioficeandfire.com/api/characters/1348",
"https://anapioficeandfire.com/api/characters/1350",
"https://anapioficeandfire.com/api/characters/1351",
"https://anapioficeandfire.com/api/characters/1352",
"https://anapioficeandfire.com/api/characters/1353",
"https://anapioficeandfire.com/api/characters/1355",
"https://anapioficeandfire.com/api/characters/1358",
"https://anapioficeandfire.com/api/characters/1362",
"https://anapioficeandfire.com/api/characters/1363",
"https://anapioficeandfire.com/api/characters/1364",
"https://anapioficeandfire.com/api/characters/1367",
"https://anapioficeandfire.com/api/characters/1369",
"https://anapioficeandfire.com/api/characters/1374",
"https://anapioficeandfire.com/api/characters/1375",
"https://anapioficeandfire.com/api/characters/1376",
"https://anapioficeandfire.com/api/characters/1377",
"https://anapioficeandfire.com/api/characters/1383",
"https://anapioficeandfire.com/api/characters/1384",
"https://anapioficeandfire.com/api/characters/1385",
"https://anapioficeandfire.com/api/characters/1390",
"https://anapioficeandfire.com/api/characters/1393",
"https://anapioficeandfire.com/api/characters/1396",
"https://anapioficeandfire.com/api/characters/1401",
"https://anapioficeandfire.com/api/characters/1404",
"https://anapioficeandfire.com/api/characters/1409",
"https://anapioficeandfire.com/api/characters/1410",
"https://anapioficeandfire.com/api/characters/1411",
"https://anapioficeandfire.com/api/characters/1412",
"https://anapioficeandfire.com/api/characters/1413",
"https://anapioficeandfire.com/api/characters/1417",
"https://anapioficeandfire.com/api/characters/1418",
"https://anapioficeandfire.com/api/characters/1419",
"https://anapioficeandfire.com/api/characters/1420",
"https://anapioficeandfire.com/api/characters/1425",
"https://anapioficeandfire.com/api/characters/1426",
"https://anapioficeandfire.com/api/characters/1427",
"https://anapioficeandfire.com/api/characters/1428",
"https://anapioficeandfire.com/api/characters/1429",
"https://anapioficeandfire.com/api/characters/1434",
"https://anapioficeandfire.com/api/characters/1435",
"https://anapioficeandfire.com/api/characters/1436",
"https://anapioficeandfire.com/api/characters/1437",
"https://anapioficeandfire.com/api/characters/1438",
"https://anapioficeandfire.com/api/characters/1442",
"https://anapioficeandfire.com/api/characters/1445",
"https://anapioficeandfire.com/api/characters/1447",
"https://anapioficeandfire.com/api/characters/1448",
"https://anapioficeandfire.com/api/characters/1450",
"https://anapioficeandfire.com/api/characters/1451",
"https://anapioficeandfire.com/api/characters/1453",
"https://anapioficeandfire.com/api/characters/1455",
"https://anapioficeandfire.com/api/characters/1465",
"https://anapioficeandfire.com/api/characters/1466",
"https://anapioficeandfire.com/api/characters/1467",
"https://anapioficeandfire.com/api/characters/1468",
"https://anapioficeandfire.com/api/characters/1471",
"https://anapioficeandfire.com/api/characters/1472",
"https://anapioficeandfire.com/api/characters/1474",
"https://anapioficeandfire.com/api/characters/1475",
"https://anapioficeandfire.com/api/characters/1479",
"https://anapioficeandfire.com/api/characters/1481",
"https://anapioficeandfire.com/api/characters/1487",
"https://anapioficeandfire.com/api/characters/1488",
"https://anapioficeandfire.com/api/characters/1494",
"https://anapioficeandfire.com/api/characters/1495",
"https://anapioficeandfire.com/api/characters/1497",
"https://anapioficeandfire.com/api/characters/1502",
"https://anapioficeandfire.com/api/characters/1507",
"https://anapioficeandfire.com/api/characters/1508",
"https://anapioficeandfire.com/api/characters/1515",
"https://anapioficeandfire.com/api/characters/1518",
"https://anapioficeandfire.com/api/characters/1519",
"https://anapioficeandfire.com/api/characters/1520",
"https://anapioficeandfire.com/api/characters/1522",
"https://anapioficeandfire.com/api/characters/1523",
"https://anapioficeandfire.com/api/characters/1525",
"https://anapioficeandfire.com/api/characters/1526",
"https://anapioficeandfire.com/api/characters/1531",
"https://anapioficeandfire.com/api/characters/1532",
"https://anapioficeandfire.com/api/characters/1533",
"https://anapioficeandfire.com/api/characters/1535",
"https://anapioficeandfire.com/api/characters/1536",
"https://anapioficeandfire.com/api/characters/1539",
"https://anapioficeandfire.com/api/characters/1540",
"https://anapioficeandfire.com/api/characters/1544",
"https://anapioficeandfire.com/api/characters/1547",
"https://anapioficeandfire.com/api/characters/1548",
"https://anapioficeandfire.com/api/characters/1549",
"https://anapioficeandfire.com/api/characters/1559",
"https://anapioficeandfire.com/api/characters/1560",
"https://anapioficeandfire.com/api/characters/1561",
"https://anapioficeandfire.com/api/characters/1569",
"https://anapioficeandfire.com/api/characters/1570",
"https://anapioficeandfire.com/api/characters/1571",
"https://anapioficeandfire.com/api/characters/1574",
"https://anapioficeandfire.com/api/characters/1575",
"https://anapioficeandfire.com/api/characters/1576",
"https://anapioficeandfire.com/api/characters/1577",
"https://anapioficeandfire.com/api/characters/1578",
"https://anapioficeandfire.com/api/characters/1580",
"https://anapioficeandfire.com/api/characters/1581",
"https://anapioficeandfire.com/api/characters/1584",
"https://anapioficeandfire.com/api/characters/1587",
"https://anapioficeandfire.com/api/characters/1594",
"https://anapioficeandfire.com/api/characters/1599",
"https://anapioficeandfire.com/api/characters/1603",
"https://anapioficeandfire.com/api/characters/1604",
"https://anapioficeandfire.com/api/characters/1606",
"https://anapioficeandfire.com/api/characters/1607",
"https://anapioficeandfire.com/api/characters/1612",
"https://anapioficeandfire.com/api/characters/1613",
"https://anapioficeandfire.com/api/characters/1615",
"https://anapioficeandfire.com/api/characters/1616",
"https://anapioficeandfire.com/api/characters/1617",
"https://anapioficeandfire.com/api/characters/1618",
"https://anapioficeandfire.com/api/characters/1619",
"https://anapioficeandfire.com/api/characters/1621",
"https://anapioficeandfire.com/api/characters/1623",
"https://anapioficeandfire.com/api/characters/1625",
"https://anapioficeandfire.com/api/characters/1626",
"https://anapioficeandfire.com/api/characters/1627",
"https://anapioficeandfire.com/api/characters/1629",
"https://anapioficeandfire.com/api/characters/1630",
"https://anapioficeandfire.com/api/characters/1632",
"https://anapioficeandfire.com/api/characters/1634",
"https://anapioficeandfire.com/api/characters/1640",
"https://anapioficeandfire.com/api/characters/1645",
"https://anapioficeandfire.com/api/characters/1647",
"https://anapioficeandfire.com/api/characters/1649",
"https://anapioficeandfire.com/api/characters/1650",
"https://anapioficeandfire.com/api/characters/1654",
"https://anapioficeandfire.com/api/characters/1656",
"https://anapioficeandfire.com/api/characters/1657",
"https://anapioficeandfire.com/api/characters/1658",
"https://anapioficeandfire.com/api/characters/1659",
"https://anapioficeandfire.com/api/characters/1660",
"https://anapioficeandfire.com/api/characters/1666",
"https://anapioficeandfire.com/api/characters/1667",
"https://anapioficeandfire.com/api/characters/1669",
"https://anapioficeandfire.com/api/characters/1670",
"https://anapioficeandfire.com/api/characters/1674",
"https://anapioficeandfire.com/api/characters/1675",
"https://anapioficeandfire.com/api/characters/1676",
"https://anapioficeandfire.com/api/characters/1678",
"https://anapioficeandfire.com/api/characters/1681",
"https://anapioficeandfire.com/api/characters/1682",
"https://anapioficeandfire.com/api/characters/1683",
"https://anapioficeandfire.com/api/characters/1684",
"https://anapioficeandfire.com/api/characters/1685",
"https://anapioficeandfire.com/api/characters/1688",
"https://anapioficeandfire.com/api/characters/1692",
"https://anapioficeandfire.com/api/characters/1695",
"https://anapioficeandfire.com/api/characters/1696",
"https://anapioficeandfire.com/api/characters/1697",
"https://anapioficeandfire.com/api/characters/1700",
"https://anapioficeandfire.com/api/characters/1701",
"https://anapioficeandfire.com/api/characters/1703",
"https://anapioficeandfire.com/api/characters/1704",
"https://anapioficeandfire.com/api/characters/1706",
"https://anapioficeandfire.com/api/characters/1708",
"https://anapioficeandfire.com/api/characters/1709",
"https://anapioficeandfire.com/api/characters/1713",
"https://anapioficeandfire.com/api/characters/1715",
"https://anapioficeandfire.com/api/characters/1727",
"https://anapioficeandfire.com/api/characters/1729",
"https://anapioficeandfire.com/api/characters/1730",
"https://anapioficeandfire.com/api/characters/1732",
"https://anapioficeandfire.com/api/characters/1733",
"https://anapioficeandfire.com/api/characters/1735",
"https://anapioficeandfire.com/api/characters/1740",
"https://anapioficeandfire.com/api/characters/1741",
"https://anapioficeandfire.com/api/characters/1742",
"https://anapioficeandfire.com/api/characters/1747",
"https://anapioficeandfire.com/api/characters/1749",
"https://anapioficeandfire.com/api/characters/1754",
"https://anapioficeandfire.com/api/characters/1755",
"https://anapioficeandfire.com/api/characters/1759",
"https://anapioficeandfire.com/api/characters/1761",
"https://anapioficeandfire.com/api/characters/1762",
"https://anapioficeandfire.com/api/characters/1764",
"https://anapioficeandfire.com/api/characters/1766",
"https://anapioficeandfire.com/api/characters/1768",
"https://anapioficeandfire.com/api/characters/1769",
"https://anapioficeandfire.com/api/characters/1770",
"https://anapioficeandfire.com/api/characters/1774",
"https://anapioficeandfire.com/api/characters/1776",
"https://anapioficeandfire.com/api/characters/1777",
"https://anapioficeandfire.com/api/characters/1778",
"https://anapioficeandfire.com/api/characters/1781",
"https://anapioficeandfire.com/api/characters/1782",
"https://anapioficeandfire.com/api/characters/1783",
"https://anapioficeandfire.com/api/characters/1784",
"https://anapioficeandfire.com/api/characters/1785",
"https://anapioficeandfire.com/api/characters/1787",
"https://anapioficeandfire.com/api/characters/1789",
"https://anapioficeandfire.com/api/characters/1791",
"https://anapioficeandfire.com/api/characters/1794",
"https://anapioficeandfire.com/api/characters/1795",
"https://anapioficeandfire.com/api/characters/1797",
"https://anapioficeandfire.com/api/characters/1799",
"https://anapioficeandfire.com/api/characters/1800",
"https://anapioficeandfire.com/api/characters/1804",
"https://anapioficeandfire.com/api/characters/1805",
"https://anapioficeandfire.com/api/characters/1806",
"https://anapioficeandfire.com/api/characters/1807",
"https://anapioficeandfire.com/api/characters/1808",
"https://anapioficeandfire.com/api/characters/1809",
"https://anapioficeandfire.com/api/characters/1810",
"https://anapioficeandfire.com/api/characters/1811",
"https://anapioficeandfire.com/api/characters/1814",
"https://anapioficeandfire.com/api/characters/1815",
"https://anapioficeandfire.com/api/characters/1821",
"https://anapioficeandfire.com/api/characters/1824",
"https://anapioficeandfire.com/api/characters/1825",
"https://anapioficeandfire.com/api/characters/1826",
"https://anapioficeandfire.com/api/characters/1827",
"https://anapioficeandfire.com/api/characters/1828",
"https://anapioficeandfire.com/api/characters/1830",
"https://anapioficeandfire.com/api/characters/1839",
"https://anapioficeandfire.com/api/characters/1843",
"https://anapioficeandfire.com/api/characters/1847",
"https://anapioficeandfire.com/api/characters/1848",
"https://anapioficeandfire.com/api/characters/1852",
"https://anapioficeandfire.com/api/characters/1854",
"https://anapioficeandfire.com/api/characters/1856",
"https://anapioficeandfire.com/api/characters/1860",
"https://anapioficeandfire.com/api/characters/1861",
"https://anapioficeandfire.com/api/characters/1862",
"https://anapioficeandfire.com/api/characters/1864",
"https://anapioficeandfire.com/api/characters/1873",
"https://anapioficeandfire.com/api/characters/1880",
"https://anapioficeandfire.com/api/characters/1882",
"https://anapioficeandfire.com/api/characters/1885",
"https://anapioficeandfire.com/api/characters/1896",
"https://anapioficeandfire.com/api/characters/1900",
"https://anapioficeandfire.com/api/characters/1902",
"https://anapioficeandfire.com/api/characters/1903",
"https://anapioficeandfire.com/api/characters/1904",
"https://anapioficeandfire.com/api/characters/1911",
"https://anapioficeandfire.com/api/characters/1916",
"https://anapioficeandfire.com/api/characters/1917",
"https://anapioficeandfire.com/api/characters/1918",
"https://anapioficeandfire.com/api/characters/1920",
"https://anapioficeandfire.com/api/characters/1921",
"https://anapioficeandfire.com/api/characters/1922",
"https://anapioficeandfire.com/api/characters/1925",
"https://anapioficeandfire.com/api/characters/1926",
"https://anapioficeandfire.com/api/characters/1930",
"https://anapioficeandfire.com/api/characters/1931",
"https://anapioficeandfire.com/api/characters/1932",
"https://anapioficeandfire.com/api/characters/1933",
"https://anapioficeandfire.com/api/characters/1934",
"https://anapioficeandfire.com/api/characters/1935",
"https://anapioficeandfire.com/api/characters/1938",
"https://anapioficeandfire.com/api/characters/1939",
"https://anapioficeandfire.com/api/characters/1940",
"https://anapioficeandfire.com/api/characters/1941",
"https://anapioficeandfire.com/api/characters/1943",
"https://anapioficeandfire.com/api/characters/1947",
"https://anapioficeandfire.com/api/characters/1951",
"https://anapioficeandfire.com/api/characters/1952",
"https://anapioficeandfire.com/api/characters/1954",
"https://anapioficeandfire.com/api/characters/1955",
"https://anapioficeandfire.com/api/characters/1957",
"https://anapioficeandfire.com/api/characters/1959",
"https://anapioficeandfire.com/api/characters/1963",
"https://anapioficeandfire.com/api/characters/1964",
"https://anapioficeandfire.com/api/characters/1967",
"https://anapioficeandfire.com/api/characters/1969",
"https://anapioficeandfire.com/api/characters/1971",
"https://anapioficeandfire.com/api/characters/1972",
"https://anapioficeandfire.com/api/characters/1976",
"https://anapioficeandfire.com/api/characters/1977",
"https://anapioficeandfire.com/api/characters/1979",
"https://anapioficeandfire.com/api/characters/1984",
"https://anapioficeandfire.com/api/characters/1988",
"https://anapioficeandfire.com/api/characters/1990",
"https://anapioficeandfire.com/api/characters/1993",
"https://anapioficeandfire.com/api/characters/1994",
"https://anapioficeandfire.com/api/characters/1996",
"https://anapioficeandfire.com/api/characters/2002",
"https://anapioficeandfire.com/api/characters/2003",
"https://anapioficeandfire.com/api/characters/2005",
"https://anapioficeandfire.com/api/characters/2006",
"https://anapioficeandfire.com/api/characters/2007",
"https://anapioficeandfire.com/api/characters/2009",
"https://anapioficeandfire.com/api/characters/2010",
"https://anapioficeandfire.com/api/characters/2013",
"https://anapioficeandfire.com/api/characters/2014",
"https://anapioficeandfire.com/api/characters/2016",
"https://anapioficeandfire.com/api/characters/2017",
"https://anapioficeandfire.com/api/characters/2018",
"https://anapioficeandfire.com/api/characters/2020",
"https://anapioficeandfire.com/api/characters/2022",
"https://anapioficeandfire.com/api/characters/2024",
"https://anapioficeandfire.com/api/characters/2027",
"https://anapioficeandfire.com/api/characters/2031",
"https://anapioficeandfire.com/api/characters/2032",
"https://anapioficeandfire.com/api/characters/2035",
"https://anapioficeandfire.com/api/characters/2038",
"https://anapioficeandfire.com/api/characters/2041",
"https://anapioficeandfire.com/api/characters/2044",
"https://anapioficeandfire.com/api/characters/2045",
"https://anapioficeandfire.com/api/characters/2049",
"https://anapioficeandfire.com/api/characters/2050",
"https://anapioficeandfire.com/api/characters/2052",
"https://anapioficeandfire.com/api/characters/2060",
"https://anapioficeandfire.com/api/characters/2063",
"https://anapioficeandfire.com/api/characters/2065",
"https://anapioficeandfire.com/api/characters/2066",
"https://anapioficeandfire.com/api/characters/2067",
"https://anapioficeandfire.com/api/characters/2069",
"https://anapioficeandfire.com/api/characters/2070",
"https://anapioficeandfire.com/api/characters/2071",
"https://anapioficeandfire.com/api/characters/2072",
"https://anapioficeandfire.com/api/characters/2073",
"https://anapioficeandfire.com/api/characters/2074",
"https://anapioficeandfire.com/api/characters/2077",
"https://anapioficeandfire.com/api/characters/2085",
"https://anapioficeandfire.com/api/characters/2087",
"https://anapioficeandfire.com/api/characters/2088",
"https://anapioficeandfire.com/api/characters/2091",
"https://anapioficeandfire.com/api/characters/2092",
"https://anapioficeandfire.com/api/characters/2093",
"https://anapioficeandfire.com/api/characters/2097",
"https://anapioficeandfire.com/api/characters/2098",
"https://anapioficeandfire.com/api/characters/2099",
"https://anapioficeandfire.com/api/characters/2100",
"https://anapioficeandfire.com/api/characters/2109",
"https://anapioficeandfire.com/api/characters/2120",
"https://anapioficeandfire.com/api/characters/2121",
"https://anapioficeandfire.com/api/characters/2122",
"https://anapioficeandfire.com/api/characters/2126",
"https://anapioficeandfire.com/api/characters/2131",
"https://anapioficeandfire.com/api/characters/2134",
"https://anapioficeandfire.com/api/characters/2137"
],
"isCustomField": false,
"accessor": "characters",
"identifier": "characters",
"position": 9,
"originalIdentifier": "characters",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"isDisabled": false,
"isFilterable": false,
"isRequired": false,
"isVisible": true,
"label": "Characters",
"labelTextSize": "0.875rem",
"serverSideFiltering": false,
"options": "{{ getBooks.data.characters.map(((character) => { \n\t return { label: character.toString().split('/').slice(-1)[0], value: character.toString().split('/').slice(-1)[0] } \n\t })) \n\t}}"
},
"povCharacters": {
"children": {
},
"dataType": "array",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.povCharacters))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Multiselect",
"sourceData": [
"https://anapioficeandfire.com/api/characters/148",
"https://anapioficeandfire.com/api/characters/208",
"https://anapioficeandfire.com/api/characters/232",
"https://anapioficeandfire.com/api/characters/529",
"https://anapioficeandfire.com/api/characters/583",
"https://anapioficeandfire.com/api/characters/751",
"https://anapioficeandfire.com/api/characters/954",
"https://anapioficeandfire.com/api/characters/957",
"https://anapioficeandfire.com/api/characters/1052",
"https://anapioficeandfire.com/api/characters/1267",
"https://anapioficeandfire.com/api/characters/1303",
"https://anapioficeandfire.com/api/characters/1319"
],
"isCustomField": false,
"accessor": "povCharacters",
"identifier": "povCharacters",
"position": 10,
"originalIdentifier": "povCharacters",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"isDisabled": false,
"isFilterable": false,
"isRequired": false,
"isVisible": true,
"label": "Pov Characters",
"labelTextSize": "0.875rem",
"serverSideFiltering": false,
"options": [
{
"label": "Blue",
"value": "BLUE"
},
{
"label": "Green",
"value": "GREEN"
},
{
"label": "Red",
"value": "RED"
}
]
}
},
"dataType": "object",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Object",
"sourceData": {
"url": "https://anapioficeandfire.com/api/books/3",
"name": "A Storm of Swords",
"isbn": "978-0553106633",
"authors": [
"George R. R. Martin"
],
"numberOfPages": 992,
"publisher": "Bantam Books",
"country": "United States",
"mediaType": "Hardcover",
"released": "2000-10-31T00:00:00",
"characters": [
"https://anapioficeandfire.com/api/characters/2",
"https://anapioficeandfire.com/api/characters/3",
"https://anapioficeandfire.com/api/characters/7",
"https://anapioficeandfire.com/api/characters/12",
"https://anapioficeandfire.com/api/characters/13",
"https://anapioficeandfire.com/api/characters/16",
"https://anapioficeandfire.com/api/characters/20",
"https://anapioficeandfire.com/api/characters/21",
"https://anapioficeandfire.com/api/characters/27",
"https://anapioficeandfire.com/api/characters/31",
"https://anapioficeandfire.com/api/characters/35",
"https://anapioficeandfire.com/api/characters/36",
"https://anapioficeandfire.com/api/characters/37",
"https://anapioficeandfire.com/api/characters/38",
"https://anapioficeandfire.com/api/characters/39",
"https://anapioficeandfire.com/api/characters/40",
"https://anapioficeandfire.com/api/characters/41",
"https://anapioficeandfire.com/api/characters/42",
"https://anapioficeandfire.com/api/characters/46",
"https://anapioficeandfire.com/api/characters/50",
"https://anapioficeandfire.com/api/characters/51",
"https://anapioficeandfire.com/api/characters/52",
"https://anapioficeandfire.com/api/characters/53",
"https://anapioficeandfire.com/api/characters/54",
"https://anapioficeandfire.com/api/characters/56",
"https://anapioficeandfire.com/api/characters/58",
"https://anapioficeandfire.com/api/characters/60",
"https://anapioficeandfire.com/api/characters/62",
"https://anapioficeandfire.com/api/characters/64",
"https://anapioficeandfire.com/api/characters/67",
"https://anapioficeandfire.com/api/characters/68",
"https://anapioficeandfire.com/api/characters/69",
"https://anapioficeandfire.com/api/characters/70",
"https://anapioficeandfire.com/api/characters/71",
"https://anapioficeandfire.com/api/characters/72",
"https://anapioficeandfire.com/api/characters/73",
"https://anapioficeandfire.com/api/characters/77",
"https://anapioficeandfire.com/api/characters/78",
"https://anapioficeandfire.com/api/characters/79",
"https://anapioficeandfire.com/api/characters/80",
"https://anapioficeandfire.com/api/characters/81",
"https://anapioficeandfire.com/api/characters/82",
"https://anapioficeandfire.com/api/characters/84",
"https://anapioficeandfire.com/api/characters/85",
"https://anapioficeandfire.com/api/characters/86",
"https://anapioficeandfire.com/api/characters/87",
"https://anapioficeandfire.com/api/characters/89",
"https://anapioficeandfire.com/api/characters/94",
"https://anapioficeandfire.com/api/characters/95",
"https://anapioficeandfire.com/api/characters/96",
"https://anapioficeandfire.com/api/characters/100",
"https://anapioficeandfire.com/api/characters/105",
"https://anapioficeandfire.com/api/characters/108",
"https://anapioficeandfire.com/api/characters/111",
"https://anapioficeandfire.com/api/characters/112",
"https://anapioficeandfire.com/api/characters/114",
"https://anapioficeandfire.com/api/characters/115",
"https://anapioficeandfire.com/api/characters/116",
"https://anapioficeandfire.com/api/characters/117",
"https://anapioficeandfire.com/api/characters/118",
"https://anapioficeandfire.com/api/characters/120",
"https://anapioficeandfire.com/api/characters/122",
"https://anapioficeandfire.com/api/characters/123",
"https://anapioficeandfire.com/api/characters/124",
"https://anapioficeandfire.com/api/characters/125",
"https://anapioficeandfire.com/api/characters/127",
"https://anapioficeandfire.com/api/characters/130",
"https://anapioficeandfire.com/api/characters/138",
"https://anapioficeandfire.com/api/characters/141",
"https://anapioficeandfire.com/api/characters/142",
"https://anapioficeandfire.com/api/characters/145",
"https://anapioficeandfire.com/api/characters/146",
"https://anapioficeandfire.com/api/characters/147",
"https://anapioficeandfire.com/api/characters/149",
"https://anapioficeandfire.com/api/characters/151",
"https://anapioficeandfire.com/api/characters/153",
"https://anapioficeandfire.com/api/characters/158",
"https://anapioficeandfire.com/api/characters/159",
"https://anapioficeandfire.com/api/characters/160",
"https://anapioficeandfire.com/api/characters/161",
"https://anapioficeandfire.com/api/characters/162",
"https://anapioficeandfire.com/api/characters/164",
"https://anapioficeandfire.com/api/characters/168",
"https://anapioficeandfire.com/api/characters/169",
"https://anapioficeandfire.com/api/characters/173",
"https://anapioficeandfire.com/api/characters/175",
"https://anapioficeandfire.com/api/characters/177",
"https://anapioficeandfire.com/api/characters/179",
"https://anapioficeandfire.com/api/characters/180",
"https://anapioficeandfire.com/api/characters/181",
"https://anapioficeandfire.com/api/characters/187",
"https://anapioficeandfire.com/api/characters/188",
"https://anapioficeandfire.com/api/characters/189",
"https://anapioficeandfire.com/api/characters/190",
"https://anapioficeandfire.com/api/characters/193",
"https://anapioficeandfire.com/api/characters/194",
"https://anapioficeandfire.com/api/characters/199",
"https://anapioficeandfire.com/api/characters/200",
"https://anapioficeandfire.com/api/characters/202",
"https://anapioficeandfire.com/api/characters/203",
"https://anapioficeandfire.com/api/characters/204",
"https://anapioficeandfire.com/api/characters/206",
"https://anapioficeandfire.com/api/characters/214",
"https://anapioficeandfire.com/api/characters/216",
"https://anapioficeandfire.com/api/characters/217",
"https://anapioficeandfire.com/api/characters/219",
"https://anapioficeandfire.com/api/characters/222",
"https://anapioficeandfire.com/api/characters/223",
"https://anapioficeandfire.com/api/characters/225",
"https://anapioficeandfire.com/api/characters/227",
"https://anapioficeandfire.com/api/characters/228",
"https://anapioficeandfire.com/api/characters/230",
"https://anapioficeandfire.com/api/characters/234",
"https://anapioficeandfire.com/api/characters/235",
"https://anapioficeandfire.com/api/characters/237",
"https://anapioficeandfire.com/api/characters/238",
"https://anapioficeandfire.com/api/characters/245",
"https://anapioficeandfire.com/api/characters/247",
"https://anapioficeandfire.com/api/characters/250",
"https://anapioficeandfire.com/api/characters/251",
"https://anapioficeandfire.com/api/characters/252",
"https://anapioficeandfire.com/api/characters/254",
"https://anapioficeandfire.com/api/characters/262",
"https://anapioficeandfire.com/api/characters/263",
"https://anapioficeandfire.com/api/characters/264",
"https://anapioficeandfire.com/api/characters/267",
"https://anapioficeandfire.com/api/characters/273",
"https://anapioficeandfire.com/api/characters/274",
"https://anapioficeandfire.com/api/characters/279",
"https://anapioficeandfire.com/api/characters/280",
"https://anapioficeandfire.com/api/characters/282",
"https://anapioficeandfire.com/api/characters/285",
"https://anapioficeandfire.com/api/characters/286",
"https://anapioficeandfire.com/api/characters/288",
"https://anapioficeandfire.com/api/characters/290",
"https://anapioficeandfire.com/api/characters/291",
"https://anapioficeandfire.com/api/characters/292",
"https://anapioficeandfire.com/api/characters/294",
"https://anapioficeandfire.com/api/characters/295",
"https://anapioficeandfire.com/api/characters/296",
"https://anapioficeandfire.com/api/characters/297",
"https://anapioficeandfire.com/api/characters/298",
"https://anapioficeandfire.com/api/characters/299",
"https://anapioficeandfire.com/api/characters/300",
"https://anapioficeandfire.com/api/characters/303",
"https://anapioficeandfire.com/api/characters/306",
"https://anapioficeandfire.com/api/characters/308",
"https://anapioficeandfire.com/api/characters/309",
"https://anapioficeandfire.com/api/characters/310",
"https://anapioficeandfire.com/api/characters/311",
"https://anapioficeandfire.com/api/characters/312",
"https://anapioficeandfire.com/api/characters/315",
"https://anapioficeandfire.com/api/characters/320",
"https://anapioficeandfire.com/api/characters/321",
"https://anapioficeandfire.com/api/characters/322",
"https://anapioficeandfire.com/api/characters/323",
"https://anapioficeandfire.com/api/characters/325",
"https://anapioficeandfire.com/api/characters/326",
"https://anapioficeandfire.com/api/characters/327",
"https://anapioficeandfire.com/api/characters/329",
"https://anapioficeandfire.com/api/characters/330",
"https://anapioficeandfire.com/api/characters/331",
"https://anapioficeandfire.com/api/characters/332",
"https://anapioficeandfire.com/api/characters/336",
"https://anapioficeandfire.com/api/characters/337",
"https://anapioficeandfire.com/api/characters/338",
"https://anapioficeandfire.com/api/characters/339",
"https://anapioficeandfire.com/api/characters/341",
"https://anapioficeandfire.com/api/characters/346",
"https://anapioficeandfire.com/api/characters/347",
"https://anapioficeandfire.com/api/characters/348",
"https://anapioficeandfire.com/api/characters/352",
"https://anapioficeandfire.com/api/characters/357",
"https://anapioficeandfire.com/api/characters/360",
"https://anapioficeandfire.com/api/characters/361",
"https://anapioficeandfire.com/api/characters/362",
"https://anapioficeandfire.com/api/characters/364",
"https://anapioficeandfire.com/api/characters/365",
"https://anapioficeandfire.com/api/characters/368",
"https://anapioficeandfire.com/api/characters/369",
"https://anapioficeandfire.com/api/characters/370",
"https://anapioficeandfire.com/api/characters/372",
"https://anapioficeandfire.com/api/characters/374",
"https://anapioficeandfire.com/api/characters/375",
"https://anapioficeandfire.com/api/characters/377",
"https://anapioficeandfire.com/api/characters/379",
"https://anapioficeandfire.com/api/characters/380",
"https://anapioficeandfire.com/api/characters/381",
"https://anapioficeandfire.com/api/characters/382",
"https://anapioficeandfire.com/api/characters/383",
"https://anapioficeandfire.com/api/characters/385",
"https://anapioficeandfire.com/api/characters/392",
"https://anapioficeandfire.com/api/characters/393",
"https://anapioficeandfire.com/api/characters/394",
"https://anapioficeandfire.com/api/characters/397",
"https://anapioficeandfire.com/api/characters/401",
"https://anapioficeandfire.com/api/characters/404",
"https://anapioficeandfire.com/api/characters/405",
"https://anapioficeandfire.com/api/characters/406",
"https://anapioficeandfire.com/api/characters/408",
"https://anapioficeandfire.com/api/characters/411",
"https://anapioficeandfire.com/api/characters/413",
"https://anapioficeandfire.com/api/characters/415",
"https://anapioficeandfire.com/api/characters/416",
"https://anapioficeandfire.com/api/characters/417",
"https://anapioficeandfire.com/api/characters/418",
"https://anapioficeandfire.com/api/characters/421",
"https://anapioficeandfire.com/api/characters/423",
"https://anapioficeandfire.com/api/characters/424",
"https://anapioficeandfire.com/api/characters/426",
"https://anapioficeandfire.com/api/characters/434",
"https://anapioficeandfire.com/api/characters/438",
"https://anapioficeandfire.com/api/characters/439",
"https://anapioficeandfire.com/api/characters/442",
"https://anapioficeandfire.com/api/characters/443",
"https://anapioficeandfire.com/api/characters/448",
"https://anapioficeandfire.com/api/characters/453",
"https://anapioficeandfire.com/api/characters/458",
"https://anapioficeandfire.com/api/characters/461",
"https://anapioficeandfire.com/api/characters/462",
"https://anapioficeandfire.com/api/characters/465",
"https://anapioficeandfire.com/api/characters/470",
"https://anapioficeandfire.com/api/characters/475",
"https://anapioficeandfire.com/api/characters/476",
"https://anapioficeandfire.com/api/characters/485",
"https://anapioficeandfire.com/api/characters/486",
"https://anapioficeandfire.com/api/characters/487",
"https://anapioficeandfire.com/api/characters/490",
"https://anapioficeandfire.com/api/characters/496",
"https://anapioficeandfire.com/api/characters/498",
"https://anapioficeandfire.com/api/characters/499",
"https://anapioficeandfire.com/api/characters/500",
"https://anapioficeandfire.com/api/characters/501",
"https://anapioficeandfire.com/api/characters/502",
"https://anapioficeandfire.com/api/characters/503",
"https://anapioficeandfire.com/api/characters/504",
"https://anapioficeandfire.com/api/characters/506",
"https://anapioficeandfire.com/api/characters/507",
"https://anapioficeandfire.com/api/characters/511",
"https://anapioficeandfire.com/api/characters/519",
"https://anapioficeandfire.com/api/characters/521",
"https://anapioficeandfire.com/api/characters/522",
"https://anapioficeandfire.com/api/characters/523",
"https://anapioficeandfire.com/api/characters/524",
"https://anapioficeandfire.com/api/characters/526",
"https://anapioficeandfire.com/api/characters/527",
"https://anapioficeandfire.com/api/characters/530",
"https://anapioficeandfire.com/api/characters/531",
"https://anapioficeandfire.com/api/characters/532",
"https://anapioficeandfire.com/api/characters/533",
"https://anapioficeandfire.com/api/characters/534",
"https://anapioficeandfire.com/api/characters/535",
"https://anapioficeandfire.com/api/characters/536",
"https://anapioficeandfire.com/api/characters/537",
"https://anapioficeandfire.com/api/characters/539",
"https://anapioficeandfire.com/api/characters/547",
"https://anapioficeandfire.com/api/characters/549",
"https://anapioficeandfire.com/api/characters/550",
"https://anapioficeandfire.com/api/characters/553",
"https://anapioficeandfire.com/api/characters/555",
"https://anapioficeandfire.com/api/characters/557",
"https://anapioficeandfire.com/api/characters/559",
"https://anapioficeandfire.com/api/characters/560",
"https://anapioficeandfire.com/api/characters/561",
"https://anapioficeandfire.com/api/characters/562",
"https://anapioficeandfire.com/api/characters/563",
"https://anapioficeandfire.com/api/characters/565",
"https://anapioficeandfire.com/api/characters/571",
"https://anapioficeandfire.com/api/characters/572",
"https://anapioficeandfire.com/api/characters/574",
"https://anapioficeandfire.com/api/characters/575",
"https://anapioficeandfire.com/api/characters/576",
"https://anapioficeandfire.com/api/characters/580",
"https://anapioficeandfire.com/api/characters/585",
"https://anapioficeandfire.com/api/characters/586",
"https://anapioficeandfire.com/api/characters/587",
"https://anapioficeandfire.com/api/characters/588",
"https://anapioficeandfire.com/api/characters/590",
"https://anapioficeandfire.com/api/characters/592",
"https://anapioficeandfire.com/api/characters/595",
"https://anapioficeandfire.com/api/characters/597",
"https://anapioficeandfire.com/api/characters/599",
"https://anapioficeandfire.com/api/characters/600",
"https://anapioficeandfire.com/api/characters/602",
"https://anapioficeandfire.com/api/characters/603",
"https://anapioficeandfire.com/api/characters/604",
"https://anapioficeandfire.com/api/characters/605",
"https://anapioficeandfire.com/api/characters/606",
"https://anapioficeandfire.com/api/characters/607",
"https://anapioficeandfire.com/api/characters/609",
"https://anapioficeandfire.com/api/characters/613",
"https://anapioficeandfire.com/api/characters/616",
"https://anapioficeandfire.com/api/characters/617",
"https://anapioficeandfire.com/api/characters/621",
"https://anapioficeandfire.com/api/characters/622",
"https://anapioficeandfire.com/api/characters/623",
"https://anapioficeandfire.com/api/characters/624",
"https://anapioficeandfire.com/api/characters/625",
"https://anapioficeandfire.com/api/characters/626",
"https://anapioficeandfire.com/api/characters/628",
"https://anapioficeandfire.com/api/characters/629",
"https://anapioficeandfire.com/api/characters/630",
"https://anapioficeandfire.com/api/characters/631",
"https://anapioficeandfire.com/api/characters/632",
"https://anapioficeandfire.com/api/characters/635",
"https://anapioficeandfire.com/api/characters/636",
"https://anapioficeandfire.com/api/characters/638",
"https://anapioficeandfire.com/api/characters/639",
"https://anapioficeandfire.com/api/characters/640",
"https://anapioficeandfire.com/api/characters/647",
"https://anapioficeandfire.com/api/characters/649",
"https://anapioficeandfire.com/api/characters/650",
"https://anapioficeandfire.com/api/characters/651",
"https://anapioficeandfire.com/api/characters/657",
"https://anapioficeandfire.com/api/characters/658",
"https://anapioficeandfire.com/api/characters/659",
"https://anapioficeandfire.com/api/characters/660",
"https://anapioficeandfire.com/api/characters/662",
"https://anapioficeandfire.com/api/characters/663",
"https://anapioficeandfire.com/api/characters/664",
"https://anapioficeandfire.com/api/characters/665",
"https://anapioficeandfire.com/api/characters/666",
"https://anapioficeandfire.com/api/characters/669",
"https://anapioficeandfire.com/api/characters/670",
"https://anapioficeandfire.com/api/characters/673",
"https://anapioficeandfire.com/api/characters/674",
"https://anapioficeandfire.com/api/characters/676",
"https://anapioficeandfire.com/api/characters/677",
"https://anapioficeandfire.com/api/characters/678",
"https://anapioficeandfire.com/api/characters/682",
"https://anapioficeandfire.com/api/characters/683",
"https://anapioficeandfire.com/api/characters/686",
"https://anapioficeandfire.com/api/characters/688",
"https://anapioficeandfire.com/api/characters/689",
"https://anapioficeandfire.com/api/characters/690",
"https://anapioficeandfire.com/api/characters/691",
"https://anapioficeandfire.com/api/characters/692",
"https://anapioficeandfire.com/api/characters/693",
"https://anapioficeandfire.com/api/characters/694",
"https://anapioficeandfire.com/api/characters/697",
"https://anapioficeandfire.com/api/characters/699",
"https://anapioficeandfire.com/api/characters/700",
"https://anapioficeandfire.com/api/characters/701",
"https://anapioficeandfire.com/api/characters/704",
"https://anapioficeandfire.com/api/characters/708",
"https://anapioficeandfire.com/api/characters/710",
"https://anapioficeandfire.com/api/characters/711",
"https://anapioficeandfire.com/api/characters/712",
"https://anapioficeandfire.com/api/characters/713",
"https://anapioficeandfire.com/api/characters/717",
"https://anapioficeandfire.com/api/characters/718",
"https://anapioficeandfire.com/api/characters/720",
"https://anapioficeandfire.com/api/characters/721",
"https://anapioficeandfire.com/api/characters/722",
"https://anapioficeandfire.com/api/characters/723",
"https://anapioficeandfire.com/api/characters/725",
"https://anapioficeandfire.com/api/characters/727",
"https://anapioficeandfire.com/api/characters/730",
"https://anapioficeandfire.com/api/characters/731",
"https://anapioficeandfire.com/api/characters/735",
"https://anapioficeandfire.com/api/characters/736",
"https://anapioficeandfire.com/api/characters/738",
"https://anapioficeandfire.com/api/characters/740",
"https://anapioficeandfire.com/api/characters/741",
"https://anapioficeandfire.com/api/characters/742",
"https://anapioficeandfire.com/api/characters/743",
"https://anapioficeandfire.com/api/characters/745",
"https://anapioficeandfire.com/api/characters/746",
"https://anapioficeandfire.com/api/characters/747",
"https://anapioficeandfire.com/api/characters/748",
"https://anapioficeandfire.com/api/characters/750",
"https://anapioficeandfire.com/api/characters/752",
"https://anapioficeandfire.com/api/characters/754",
"https://anapioficeandfire.com/api/characters/755",
"https://anapioficeandfire.com/api/characters/756",
"https://anapioficeandfire.com/api/characters/757",
"https://anapioficeandfire.com/api/characters/761",
"https://anapioficeandfire.com/api/characters/762",
"https://anapioficeandfire.com/api/characters/764",
"https://anapioficeandfire.com/api/characters/765",
"https://anapioficeandfire.com/api/characters/766",
"https://anapioficeandfire.com/api/characters/767",
"https://anapioficeandfire.com/api/characters/768",
"https://anapioficeandfire.com/api/characters/769",
"https://anapioficeandfire.com/api/characters/770",
"https://anapioficeandfire.com/api/characters/771",
"https://anapioficeandfire.com/api/characters/772",
"https://anapioficeandfire.com/api/characters/774",
"https://anapioficeandfire.com/api/characters/775",
"https://anapioficeandfire.com/api/characters/776",
"https://anapioficeandfire.com/api/characters/778",
"https://anapioficeandfire.com/api/characters/780",
"https://anapioficeandfire.com/api/characters/781",
"https://anapioficeandfire.com/api/characters/783",
"https://anapioficeandfire.com/api/characters/784",
"https://anapioficeandfire.com/api/characters/785",
"https://anapioficeandfire.com/api/characters/786",
"https://anapioficeandfire.com/api/characters/788",
"https://anapioficeandfire.com/api/characters/796",
"https://anapioficeandfire.com/api/characters/799",
"https://anapioficeandfire.com/api/characters/800",
"https://anapioficeandfire.com/api/characters/801",
"https://anapioficeandfire.com/api/characters/802",
"https://anapioficeandfire.com/api/characters/803",
"https://anapioficeandfire.com/api/characters/804",
"https://anapioficeandfire.com/api/characters/805",
"https://anapioficeandfire.com/api/characters/806",
"https://anapioficeandfire.com/api/characters/808",
"https://anapioficeandfire.com/api/characters/809",
"https://anapioficeandfire.com/api/characters/811",
"https://anapioficeandfire.com/api/characters/812",
"https://anapioficeandfire.com/api/characters/814",
"https://anapioficeandfire.com/api/characters/815",
"https://anapioficeandfire.com/api/characters/817",
"https://anapioficeandfire.com/api/characters/818",
"https://anapioficeandfire.com/api/characters/819",
"https://anapioficeandfire.com/api/characters/820",
"https://anapioficeandfire.com/api/characters/822",
"https://anapioficeandfire.com/api/characters/823",
"https://anapioficeandfire.com/api/characters/824",
"https://anapioficeandfire.com/api/characters/825",
"https://anapioficeandfire.com/api/characters/826",
"https://anapioficeandfire.com/api/characters/827",
"https://anapioficeandfire.com/api/characters/828",
"https://anapioficeandfire.com/api/characters/829",
"https://anapioficeandfire.com/api/characters/831",
"https://anapioficeandfire.com/api/characters/832",
"https://anapioficeandfire.com/api/characters/834",
"https://anapioficeandfire.com/api/characters/837",
"https://anapioficeandfire.com/api/characters/838",
"https://anapioficeandfire.com/api/characters/844",
"https://anapioficeandfire.com/api/characters/848",
"https://anapioficeandfire.com/api/characters/849",
"https://anapioficeandfire.com/api/characters/850",
"https://anapioficeandfire.com/api/characters/851",
"https://anapioficeandfire.com/api/characters/852",
"https://anapioficeandfire.com/api/characters/854",
"https://anapioficeandfire.com/api/characters/855",
"https://anapioficeandfire.com/api/characters/856",
"https://anapioficeandfire.com/api/characters/858",
"https://anapioficeandfire.com/api/characters/860",
"https://anapioficeandfire.com/api/characters/862",
"https://anapioficeandfire.com/api/characters/863",
"https://anapioficeandfire.com/api/characters/866",
"https://anapioficeandfire.com/api/characters/867",
"https://anapioficeandfire.com/api/characters/869",
"https://anapioficeandfire.com/api/characters/874",
"https://anapioficeandfire.com/api/characters/876",
"https://anapioficeandfire.com/api/characters/877",
"https://anapioficeandfire.com/api/characters/882",
"https://anapioficeandfire.com/api/characters/884",
"https://anapioficeandfire.com/api/characters/887",
"https://anapioficeandfire.com/api/characters/889",
"https://anapioficeandfire.com/api/characters/890",
"https://anapioficeandfire.com/api/characters/891",
"https://anapioficeandfire.com/api/characters/892",
"https://anapioficeandfire.com/api/characters/894",
"https://anapioficeandfire.com/api/characters/896",
"https://anapioficeandfire.com/api/characters/897",
"https://anapioficeandfire.com/api/characters/899",
"https://anapioficeandfire.com/api/characters/900",
"https://anapioficeandfire.com/api/characters/901",
"https://anapioficeandfire.com/api/characters/902",
"https://anapioficeandfire.com/api/characters/903",
"https://anapioficeandfire.com/api/characters/905",
"https://anapioficeandfire.com/api/characters/909",
"https://anapioficeandfire.com/api/characters/912",
"https://anapioficeandfire.com/api/characters/913",
"https://anapioficeandfire.com/api/characters/914",
"https://anapioficeandfire.com/api/characters/922",
"https://anapioficeandfire.com/api/characters/923",
"https://anapioficeandfire.com/api/characters/925",
"https://anapioficeandfire.com/api/characters/927",
"https://anapioficeandfire.com/api/characters/929",
"https://anapioficeandfire.com/api/characters/930",
"https://anapioficeandfire.com/api/characters/931",
"https://anapioficeandfire.com/api/characters/932",
"https://anapioficeandfire.com/api/characters/933",
"https://anapioficeandfire.com/api/characters/937",
"https://anapioficeandfire.com/api/characters/938",
"https://anapioficeandfire.com/api/characters/940",
"https://anapioficeandfire.com/api/characters/941",
"https://anapioficeandfire.com/api/characters/944",
"https://anapioficeandfire.com/api/characters/945",
"https://anapioficeandfire.com/api/characters/946",
"https://anapioficeandfire.com/api/characters/947",
"https://anapioficeandfire.com/api/characters/948",
"https://anapioficeandfire.com/api/characters/949",
"https://anapioficeandfire.com/api/characters/950",
"https://anapioficeandfire.com/api/characters/952",
"https://anapioficeandfire.com/api/characters/953",
"https://anapioficeandfire.com/api/characters/955",
"https://anapioficeandfire.com/api/characters/956",
"https://anapioficeandfire.com/api/characters/959",
"https://anapioficeandfire.com/api/characters/960",
"https://anapioficeandfire.com/api/characters/961",
"https://anapioficeandfire.com/api/characters/965",
"https://anapioficeandfire.com/api/characters/966",
"https://anapioficeandfire.com/api/characters/968",
"https://anapioficeandfire.com/api/characters/972",
"https://anapioficeandfire.com/api/characters/973",
"https://anapioficeandfire.com/api/characters/974",
"https://anapioficeandfire.com/api/characters/975",
"https://anapioficeandfire.com/api/characters/976",
"https://anapioficeandfire.com/api/characters/983",
"https://anapioficeandfire.com/api/characters/984",
"https://anapioficeandfire.com/api/characters/986",
"https://anapioficeandfire.com/api/characters/989",
"https://anapioficeandfire.com/api/characters/991",
"https://anapioficeandfire.com/api/characters/992",
"https://anapioficeandfire.com/api/characters/994",
"https://anapioficeandfire.com/api/characters/995",
"https://anapioficeandfire.com/api/characters/996",
"https://anapioficeandfire.com/api/characters/997",
"https://anapioficeandfire.com/api/characters/998",
"https://anapioficeandfire.com/api/characters/1000",
"https://anapioficeandfire.com/api/characters/1004",
"https://anapioficeandfire.com/api/characters/1006",
"https://anapioficeandfire.com/api/characters/1008",
"https://anapioficeandfire.com/api/characters/1009",
"https://anapioficeandfire.com/api/characters/1010",
"https://anapioficeandfire.com/api/characters/1011",
"https://anapioficeandfire.com/api/characters/1013",
"https://anapioficeandfire.com/api/characters/1014",
"https://anapioficeandfire.com/api/characters/1017",
"https://anapioficeandfire.com/api/characters/1019",
"https://anapioficeandfire.com/api/characters/1020",
"https://anapioficeandfire.com/api/characters/1022",
"https://anapioficeandfire.com/api/characters/1024",
"https://anapioficeandfire.com/api/characters/1025",
"https://anapioficeandfire.com/api/characters/1027",
"https://anapioficeandfire.com/api/characters/1029",
"https://anapioficeandfire.com/api/characters/1033",
"https://anapioficeandfire.com/api/characters/1034",
"https://anapioficeandfire.com/api/characters/1036",
"https://anapioficeandfire.com/api/characters/1037",
"https://anapioficeandfire.com/api/characters/1038",
"https://anapioficeandfire.com/api/characters/1040",
"https://anapioficeandfire.com/api/characters/1043",
"https://anapioficeandfire.com/api/characters/1045",
"https://anapioficeandfire.com/api/characters/1046",
"https://anapioficeandfire.com/api/characters/1049",
"https://anapioficeandfire.com/api/characters/1051",
"https://anapioficeandfire.com/api/characters/1053",
"https://anapioficeandfire.com/api/characters/1054",
"https://anapioficeandfire.com/api/characters/1055",
"https://anapioficeandfire.com/api/characters/1056",
"https://anapioficeandfire.com/api/characters/1057",
"https://anapioficeandfire.com/api/characters/1058",
"https://anapioficeandfire.com/api/characters/1061",
"https://anapioficeandfire.com/api/characters/1063",
"https://anapioficeandfire.com/api/characters/1068",
"https://anapioficeandfire.com/api/characters/1072",
"https://anapioficeandfire.com/api/characters/1073",
"https://anapioficeandfire.com/api/characters/1074",
"https://anapioficeandfire.com/api/characters/1075",
"https://anapioficeandfire.com/api/characters/1077",
"https://anapioficeandfire.com/api/characters/1079",
"https://anapioficeandfire.com/api/characters/1080",
"https://anapioficeandfire.com/api/characters/1081",
"https://anapioficeandfire.com/api/characters/1082",
"https://anapioficeandfire.com/api/characters/1083",
"https://anapioficeandfire.com/api/characters/1084",
"https://anapioficeandfire.com/api/characters/1085",
"https://anapioficeandfire.com/api/characters/1086",
"https://anapioficeandfire.com/api/characters/1087",
"https://anapioficeandfire.com/api/characters/1088",
"https://anapioficeandfire.com/api/characters/1089",
"https://anapioficeandfire.com/api/characters/1090",
"https://anapioficeandfire.com/api/characters/1091",
"https://anapioficeandfire.com/api/characters/1092",
"https://anapioficeandfire.com/api/characters/1093",
"https://anapioficeandfire.com/api/characters/1094",
"https://anapioficeandfire.com/api/characters/1095",
"https://anapioficeandfire.com/api/characters/1096",
"https://anapioficeandfire.com/api/characters/1097",
"https://anapioficeandfire.com/api/characters/1099",
"https://anapioficeandfire.com/api/characters/1100",
"https://anapioficeandfire.com/api/characters/1102",
"https://anapioficeandfire.com/api/characters/1104",
"https://anapioficeandfire.com/api/characters/1105",
"https://anapioficeandfire.com/api/characters/1106",
"https://anapioficeandfire.com/api/characters/1107",
"https://anapioficeandfire.com/api/characters/1113",
"https://anapioficeandfire.com/api/characters/1114",
"https://anapioficeandfire.com/api/characters/1115",
"https://anapioficeandfire.com/api/characters/1116",
"https://anapioficeandfire.com/api/characters/1118",
"https://anapioficeandfire.com/api/characters/1122",
"https://anapioficeandfire.com/api/characters/1124",
"https://anapioficeandfire.com/api/characters/1125",
"https://anapioficeandfire.com/api/characters/1127",
"https://anapioficeandfire.com/api/characters/1131",
"https://anapioficeandfire.com/api/characters/1132",
"https://anapioficeandfire.com/api/characters/1134",
"https://anapioficeandfire.com/api/characters/1135",
"https://anapioficeandfire.com/api/characters/1136",
"https://anapioficeandfire.com/api/characters/1137",
"https://anapioficeandfire.com/api/characters/1139",
"https://anapioficeandfire.com/api/characters/1142",
"https://anapioficeandfire.com/api/characters/1144",
"https://anapioficeandfire.com/api/characters/1145",
"https://anapioficeandfire.com/api/characters/1146",
"https://anapioficeandfire.com/api/characters/1147",
"https://anapioficeandfire.com/api/characters/1151",
"https://anapioficeandfire.com/api/characters/1155",
"https://anapioficeandfire.com/api/characters/1157",
"https://anapioficeandfire.com/api/characters/1158",
"https://anapioficeandfire.com/api/characters/1161",
"https://anapioficeandfire.com/api/characters/1164",
"https://anapioficeandfire.com/api/characters/1165",
"https://anapioficeandfire.com/api/characters/1166",
"https://anapioficeandfire.com/api/characters/1172",
"https://anapioficeandfire.com/api/characters/1173",
"https://anapioficeandfire.com/api/characters/1174",
"https://anapioficeandfire.com/api/characters/1177",
"https://anapioficeandfire.com/api/characters/1179",
"https://anapioficeandfire.com/api/characters/1181",
"https://anapioficeandfire.com/api/characters/1182",
"https://anapioficeandfire.com/api/characters/1184",
"https://anapioficeandfire.com/api/characters/1186",
"https://anapioficeandfire.com/api/characters/1192",
"https://anapioficeandfire.com/api/characters/1194",
"https://anapioficeandfire.com/api/characters/1195",
"https://anapioficeandfire.com/api/characters/1196",
"https://anapioficeandfire.com/api/characters/1199",
"https://anapioficeandfire.com/api/characters/1200",
"https://anapioficeandfire.com/api/characters/1201",
"https://anapioficeandfire.com/api/characters/1205",
"https://anapioficeandfire.com/api/characters/1213",
"https://anapioficeandfire.com/api/characters/1216",
"https://anapioficeandfire.com/api/characters/1217",
"https://anapioficeandfire.com/api/characters/1220",
"https://anapioficeandfire.com/api/characters/1221",
"https://anapioficeandfire.com/api/characters/1222",
"https://anapioficeandfire.com/api/characters/1223",
"https://anapioficeandfire.com/api/characters/1224",
"https://anapioficeandfire.com/api/characters/1227",
"https://anapioficeandfire.com/api/characters/1231",
"https://anapioficeandfire.com/api/characters/1233",
"https://anapioficeandfire.com/api/characters/1234",
"https://anapioficeandfire.com/api/characters/1237",
"https://anapioficeandfire.com/api/characters/1240",
"https://anapioficeandfire.com/api/characters/1244",
"https://anapioficeandfire.com/api/characters/1246",
"https://anapioficeandfire.com/api/characters/1250",
"https://anapioficeandfire.com/api/characters/1252",
"https://anapioficeandfire.com/api/characters/1253",
"https://anapioficeandfire.com/api/characters/1257",
"https://anapioficeandfire.com/api/characters/1262",
"https://anapioficeandfire.com/api/characters/1265",
"https://anapioficeandfire.com/api/characters/1266",
"https://anapioficeandfire.com/api/characters/1270",
"https://anapioficeandfire.com/api/characters/1274",
"https://anapioficeandfire.com/api/characters/1275",
"https://anapioficeandfire.com/api/characters/1277",
"https://anapioficeandfire.com/api/characters/1279",
"https://anapioficeandfire.com/api/characters/1280",
"https://anapioficeandfire.com/api/characters/1281",
"https://anapioficeandfire.com/api/characters/1283",
"https://anapioficeandfire.com/api/characters/1289",
"https://anapioficeandfire.com/api/characters/1293",
"https://anapioficeandfire.com/api/characters/1295",
"https://anapioficeandfire.com/api/characters/1296",
"https://anapioficeandfire.com/api/characters/1298",
"https://anapioficeandfire.com/api/characters/1301",
"https://anapioficeandfire.com/api/characters/1305",
"https://anapioficeandfire.com/api/characters/1310",
"https://anapioficeandfire.com/api/characters/1311",
"https://anapioficeandfire.com/api/characters/1314",
"https://anapioficeandfire.com/api/characters/1315",
"https://anapioficeandfire.com/api/characters/1316",
"https://anapioficeandfire.com/api/characters/1317",
"https://anapioficeandfire.com/api/characters/1320",
"https://anapioficeandfire.com/api/characters/1321",
"https://anapioficeandfire.com/api/characters/1323",
"https://anapioficeandfire.com/api/characters/1325",
"https://anapioficeandfire.com/api/characters/1331",
"https://anapioficeandfire.com/api/characters/1334",
"https://anapioficeandfire.com/api/characters/1335",
"https://anapioficeandfire.com/api/characters/1337",
"https://anapioficeandfire.com/api/characters/1341",
"https://anapioficeandfire.com/api/characters/1342",
"https://anapioficeandfire.com/api/characters/1346",
"https://anapioficeandfire.com/api/characters/1347",
"https://anapioficeandfire.com/api/characters/1348",
"https://anapioficeandfire.com/api/characters/1350",
"https://anapioficeandfire.com/api/characters/1351",
"https://anapioficeandfire.com/api/characters/1352",
"https://anapioficeandfire.com/api/characters/1353",
"https://anapioficeandfire.com/api/characters/1355",
"https://anapioficeandfire.com/api/characters/1358",
"https://anapioficeandfire.com/api/characters/1362",
"https://anapioficeandfire.com/api/characters/1363",
"https://anapioficeandfire.com/api/characters/1364",
"https://anapioficeandfire.com/api/characters/1367",
"https://anapioficeandfire.com/api/characters/1369",
"https://anapioficeandfire.com/api/characters/1374",
"https://anapioficeandfire.com/api/characters/1375",
"https://anapioficeandfire.com/api/characters/1376",
"https://anapioficeandfire.com/api/characters/1377",
"https://anapioficeandfire.com/api/characters/1383",
"https://anapioficeandfire.com/api/characters/1384",
"https://anapioficeandfire.com/api/characters/1385",
"https://anapioficeandfire.com/api/characters/1390",
"https://anapioficeandfire.com/api/characters/1393",
"https://anapioficeandfire.com/api/characters/1396",
"https://anapioficeandfire.com/api/characters/1401",
"https://anapioficeandfire.com/api/characters/1404",
"https://anapioficeandfire.com/api/characters/1409",
"https://anapioficeandfire.com/api/characters/1410",
"https://anapioficeandfire.com/api/characters/1411",
"https://anapioficeandfire.com/api/characters/1412",
"https://anapioficeandfire.com/api/characters/1413",
"https://anapioficeandfire.com/api/characters/1417",
"https://anapioficeandfire.com/api/characters/1418",
"https://anapioficeandfire.com/api/characters/1419",
"https://anapioficeandfire.com/api/characters/1420",
"https://anapioficeandfire.com/api/characters/1425",
"https://anapioficeandfire.com/api/characters/1426",
"https://anapioficeandfire.com/api/characters/1427",
"https://anapioficeandfire.com/api/characters/1428",
"https://anapioficeandfire.com/api/characters/1429",
"https://anapioficeandfire.com/api/characters/1434",
"https://anapioficeandfire.com/api/characters/1435",
"https://anapioficeandfire.com/api/characters/1436",
"https://anapioficeandfire.com/api/characters/1437",
"https://anapioficeandfire.com/api/characters/1438",
"https://anapioficeandfire.com/api/characters/1442",
"https://anapioficeandfire.com/api/characters/1445",
"https://anapioficeandfire.com/api/characters/1447",
"https://anapioficeandfire.com/api/characters/1448",
"https://anapioficeandfire.com/api/characters/1450",
"https://anapioficeandfire.com/api/characters/1451",
"https://anapioficeandfire.com/api/characters/1453",
"https://anapioficeandfire.com/api/characters/1455",
"https://anapioficeandfire.com/api/characters/1465",
"https://anapioficeandfire.com/api/characters/1466",
"https://anapioficeandfire.com/api/characters/1467",
"https://anapioficeandfire.com/api/characters/1468",
"https://anapioficeandfire.com/api/characters/1471",
"https://anapioficeandfire.com/api/characters/1472",
"https://anapioficeandfire.com/api/characters/1474",
"https://anapioficeandfire.com/api/characters/1475",
"https://anapioficeandfire.com/api/characters/1479",
"https://anapioficeandfire.com/api/characters/1481",
"https://anapioficeandfire.com/api/characters/1487",
"https://anapioficeandfire.com/api/characters/1488",
"https://anapioficeandfire.com/api/characters/1494",
"https://anapioficeandfire.com/api/characters/1495",
"https://anapioficeandfire.com/api/characters/1497",
"https://anapioficeandfire.com/api/characters/1502",
"https://anapioficeandfire.com/api/characters/1507",
"https://anapioficeandfire.com/api/characters/1508",
"https://anapioficeandfire.com/api/characters/1515",
"https://anapioficeandfire.com/api/characters/1518",
"https://anapioficeandfire.com/api/characters/1519",
"https://anapioficeandfire.com/api/characters/1520",
"https://anapioficeandfire.com/api/characters/1522",
"https://anapioficeandfire.com/api/characters/1523",
"https://anapioficeandfire.com/api/characters/1525",
"https://anapioficeandfire.com/api/characters/1526",
"https://anapioficeandfire.com/api/characters/1531",
"https://anapioficeandfire.com/api/characters/1532",
"https://anapioficeandfire.com/api/characters/1533",
"https://anapioficeandfire.com/api/characters/1535",
"https://anapioficeandfire.com/api/characters/1536",
"https://anapioficeandfire.com/api/characters/1539",
"https://anapioficeandfire.com/api/characters/1540",
"https://anapioficeandfire.com/api/characters/1544",
"https://anapioficeandfire.com/api/characters/1547",
"https://anapioficeandfire.com/api/characters/1548",
"https://anapioficeandfire.com/api/characters/1549",
"https://anapioficeandfire.com/api/characters/1559",
"https://anapioficeandfire.com/api/characters/1560",
"https://anapioficeandfire.com/api/characters/1561",
"https://anapioficeandfire.com/api/characters/1569",
"https://anapioficeandfire.com/api/characters/1570",
"https://anapioficeandfire.com/api/characters/1571",
"https://anapioficeandfire.com/api/characters/1574",
"https://anapioficeandfire.com/api/characters/1575",
"https://anapioficeandfire.com/api/characters/1576",
"https://anapioficeandfire.com/api/characters/1577",
"https://anapioficeandfire.com/api/characters/1578",
"https://anapioficeandfire.com/api/characters/1580",
"https://anapioficeandfire.com/api/characters/1581",
"https://anapioficeandfire.com/api/characters/1584",
"https://anapioficeandfire.com/api/characters/1587",
"https://anapioficeandfire.com/api/characters/1594",
"https://anapioficeandfire.com/api/characters/1599",
"https://anapioficeandfire.com/api/characters/1603",
"https://anapioficeandfire.com/api/characters/1604",
"https://anapioficeandfire.com/api/characters/1606",
"https://anapioficeandfire.com/api/characters/1607",
"https://anapioficeandfire.com/api/characters/1612",
"https://anapioficeandfire.com/api/characters/1613",
"https://anapioficeandfire.com/api/characters/1615",
"https://anapioficeandfire.com/api/characters/1616",
"https://anapioficeandfire.com/api/characters/1617",
"https://anapioficeandfire.com/api/characters/1618",
"https://anapioficeandfire.com/api/characters/1619",
"https://anapioficeandfire.com/api/characters/1621",
"https://anapioficeandfire.com/api/characters/1623",
"https://anapioficeandfire.com/api/characters/1625",
"https://anapioficeandfire.com/api/characters/1626",
"https://anapioficeandfire.com/api/characters/1627",
"https://anapioficeandfire.com/api/characters/1629",
"https://anapioficeandfire.com/api/characters/1630",
"https://anapioficeandfire.com/api/characters/1632",
"https://anapioficeandfire.com/api/characters/1634",
"https://anapioficeandfire.com/api/characters/1640",
"https://anapioficeandfire.com/api/characters/1645",
"https://anapioficeandfire.com/api/characters/1647",
"https://anapioficeandfire.com/api/characters/1649",
"https://anapioficeandfire.com/api/characters/1650",
"https://anapioficeandfire.com/api/characters/1654",
"https://anapioficeandfire.com/api/characters/1656",
"https://anapioficeandfire.com/api/characters/1657",
"https://anapioficeandfire.com/api/characters/1658",
"https://anapioficeandfire.com/api/characters/1659",
"https://anapioficeandfire.com/api/characters/1660",
"https://anapioficeandfire.com/api/characters/1666",
"https://anapioficeandfire.com/api/characters/1667",
"https://anapioficeandfire.com/api/characters/1669",
"https://anapioficeandfire.com/api/characters/1670",
"https://anapioficeandfire.com/api/characters/1674",
"https://anapioficeandfire.com/api/characters/1675",
"https://anapioficeandfire.com/api/characters/1676",
"https://anapioficeandfire.com/api/characters/1678",
"https://anapioficeandfire.com/api/characters/1681",
"https://anapioficeandfire.com/api/characters/1682",
"https://anapioficeandfire.com/api/characters/1683",
"https://anapioficeandfire.com/api/characters/1684",
"https://anapioficeandfire.com/api/characters/1685",
"https://anapioficeandfire.com/api/characters/1688",
"https://anapioficeandfire.com/api/characters/1692",
"https://anapioficeandfire.com/api/characters/1695",
"https://anapioficeandfire.com/api/characters/1696",
"https://anapioficeandfire.com/api/characters/1697",
"https://anapioficeandfire.com/api/characters/1700",
"https://anapioficeandfire.com/api/characters/1701",
"https://anapioficeandfire.com/api/characters/1703",
"https://anapioficeandfire.com/api/characters/1704",
"https://anapioficeandfire.com/api/characters/1706",
"https://anapioficeandfire.com/api/characters/1708",
"https://anapioficeandfire.com/api/characters/1709",
"https://anapioficeandfire.com/api/characters/1713",
"https://anapioficeandfire.com/api/characters/1715",
"https://anapioficeandfire.com/api/characters/1727",
"https://anapioficeandfire.com/api/characters/1729",
"https://anapioficeandfire.com/api/characters/1730",
"https://anapioficeandfire.com/api/characters/1732",
"https://anapioficeandfire.com/api/characters/1733",
"https://anapioficeandfire.com/api/characters/1735",
"https://anapioficeandfire.com/api/characters/1740",
"https://anapioficeandfire.com/api/characters/1741",
"https://anapioficeandfire.com/api/characters/1742",
"https://anapioficeandfire.com/api/characters/1747",
"https://anapioficeandfire.com/api/characters/1749",
"https://anapioficeandfire.com/api/characters/1754",
"https://anapioficeandfire.com/api/characters/1755",
"https://anapioficeandfire.com/api/characters/1759",
"https://anapioficeandfire.com/api/characters/1761",
"https://anapioficeandfire.com/api/characters/1762",
"https://anapioficeandfire.com/api/characters/1764",
"https://anapioficeandfire.com/api/characters/1766",
"https://anapioficeandfire.com/api/characters/1768",
"https://anapioficeandfire.com/api/characters/1769",
"https://anapioficeandfire.com/api/characters/1770",
"https://anapioficeandfire.com/api/characters/1774",
"https://anapioficeandfire.com/api/characters/1776",
"https://anapioficeandfire.com/api/characters/1777",
"https://anapioficeandfire.com/api/characters/1778",
"https://anapioficeandfire.com/api/characters/1781",
"https://anapioficeandfire.com/api/characters/1782",
"https://anapioficeandfire.com/api/characters/1783",
"https://anapioficeandfire.com/api/characters/1784",
"https://anapioficeandfire.com/api/characters/1785",
"https://anapioficeandfire.com/api/characters/1787",
"https://anapioficeandfire.com/api/characters/1789",
"https://anapioficeandfire.com/api/characters/1791",
"https://anapioficeandfire.com/api/characters/1794",
"https://anapioficeandfire.com/api/characters/1795",
"https://anapioficeandfire.com/api/characters/1797",
"https://anapioficeandfire.com/api/characters/1799",
"https://anapioficeandfire.com/api/characters/1800",
"https://anapioficeandfire.com/api/characters/1804",
"https://anapioficeandfire.com/api/characters/1805",
"https://anapioficeandfire.com/api/characters/1806",
"https://anapioficeandfire.com/api/characters/1807",
"https://anapioficeandfire.com/api/characters/1808",
"https://anapioficeandfire.com/api/characters/1809",
"https://anapioficeandfire.com/api/characters/1810",
"https://anapioficeandfire.com/api/characters/1811",
"https://anapioficeandfire.com/api/characters/1814",
"https://anapioficeandfire.com/api/characters/1815",
"https://anapioficeandfire.com/api/characters/1821",
"https://anapioficeandfire.com/api/characters/1824",
"https://anapioficeandfire.com/api/characters/1825",
"https://anapioficeandfire.com/api/characters/1826",
"https://anapioficeandfire.com/api/characters/1827",
"https://anapioficeandfire.com/api/characters/1828",
"https://anapioficeandfire.com/api/characters/1830",
"https://anapioficeandfire.com/api/characters/1839",
"https://anapioficeandfire.com/api/characters/1843",
"https://anapioficeandfire.com/api/characters/1847",
"https://anapioficeandfire.com/api/characters/1848",
"https://anapioficeandfire.com/api/characters/1852",
"https://anapioficeandfire.com/api/characters/1854",
"https://anapioficeandfire.com/api/characters/1856",
"https://anapioficeandfire.com/api/characters/1860",
"https://anapioficeandfire.com/api/characters/1861",
"https://anapioficeandfire.com/api/characters/1862",
"https://anapioficeandfire.com/api/characters/1864",
"https://anapioficeandfire.com/api/characters/1873",
"https://anapioficeandfire.com/api/characters/1880",
"https://anapioficeandfire.com/api/characters/1882",
"https://anapioficeandfire.com/api/characters/1885",
"https://anapioficeandfire.com/api/characters/1896",
"https://anapioficeandfire.com/api/characters/1900",
"https://anapioficeandfire.com/api/characters/1902",
"https://anapioficeandfire.com/api/characters/1903",
"https://anapioficeandfire.com/api/characters/1904",
"https://anapioficeandfire.com/api/characters/1911",
"https://anapioficeandfire.com/api/characters/1916",
"https://anapioficeandfire.com/api/characters/1917",
"https://anapioficeandfire.com/api/characters/1918",
"https://anapioficeandfire.com/api/characters/1920",
"https://anapioficeandfire.com/api/characters/1921",
"https://anapioficeandfire.com/api/characters/1922",
"https://anapioficeandfire.com/api/characters/1925",
"https://anapioficeandfire.com/api/characters/1926",
"https://anapioficeandfire.com/api/characters/1930",
"https://anapioficeandfire.com/api/characters/1931",
"https://anapioficeandfire.com/api/characters/1932",
"https://anapioficeandfire.com/api/characters/1933",
"https://anapioficeandfire.com/api/characters/1934",
"https://anapioficeandfire.com/api/characters/1935",
"https://anapioficeandfire.com/api/characters/1938",
"https://anapioficeandfire.com/api/characters/1939",
"https://anapioficeandfire.com/api/characters/1940",
"https://anapioficeandfire.com/api/characters/1941",
"https://anapioficeandfire.com/api/characters/1943",
"https://anapioficeandfire.com/api/characters/1947",
"https://anapioficeandfire.com/api/characters/1951",
"https://anapioficeandfire.com/api/characters/1952",
"https://anapioficeandfire.com/api/characters/1954",
"https://anapioficeandfire.com/api/characters/1955",
"https://anapioficeandfire.com/api/characters/1957",
"https://anapioficeandfire.com/api/characters/1959",
"https://anapioficeandfire.com/api/characters/1963",
"https://anapioficeandfire.com/api/characters/1964",
"https://anapioficeandfire.com/api/characters/1967",
"https://anapioficeandfire.com/api/characters/1969",
"https://anapioficeandfire.com/api/characters/1971",
"https://anapioficeandfire.com/api/characters/1972",
"https://anapioficeandfire.com/api/characters/1976",
"https://anapioficeandfire.com/api/characters/1977",
"https://anapioficeandfire.com/api/characters/1979",
"https://anapioficeandfire.com/api/characters/1984",
"https://anapioficeandfire.com/api/characters/1988",
"https://anapioficeandfire.com/api/characters/1990",
"https://anapioficeandfire.com/api/characters/1993",
"https://anapioficeandfire.com/api/characters/1994",
"https://anapioficeandfire.com/api/characters/1996",
"https://anapioficeandfire.com/api/characters/2002",
"https://anapioficeandfire.com/api/characters/2003",
"https://anapioficeandfire.com/api/characters/2005",
"https://anapioficeandfire.com/api/characters/2006",
"https://anapioficeandfire.com/api/characters/2007",
"https://anapioficeandfire.com/api/characters/2009",
"https://anapioficeandfire.com/api/characters/2010",
"https://anapioficeandfire.com/api/characters/2013",
"https://anapioficeandfire.com/api/characters/2014",
"https://anapioficeandfire.com/api/characters/2016",
"https://anapioficeandfire.com/api/characters/2017",
"https://anapioficeandfire.com/api/characters/2018",
"https://anapioficeandfire.com/api/characters/2020",
"https://anapioficeandfire.com/api/characters/2022",
"https://anapioficeandfire.com/api/characters/2024",
"https://anapioficeandfire.com/api/characters/2027",
"https://anapioficeandfire.com/api/characters/2031",
"https://anapioficeandfire.com/api/characters/2032",
"https://anapioficeandfire.com/api/characters/2035",
"https://anapioficeandfire.com/api/characters/2038",
"https://anapioficeandfire.com/api/characters/2041",
"https://anapioficeandfire.com/api/characters/2044",
"https://anapioficeandfire.com/api/characters/2045",
"https://anapioficeandfire.com/api/characters/2049",
"https://anapioficeandfire.com/api/characters/2050",
"https://anapioficeandfire.com/api/characters/2052",
"https://anapioficeandfire.com/api/characters/2060",
"https://anapioficeandfire.com/api/characters/2063",
"https://anapioficeandfire.com/api/characters/2065",
"https://anapioficeandfire.com/api/characters/2066",
"https://anapioficeandfire.com/api/characters/2067",
"https://anapioficeandfire.com/api/characters/2069",
"https://anapioficeandfire.com/api/characters/2070",
"https://anapioficeandfire.com/api/characters/2071",
"https://anapioficeandfire.com/api/characters/2072",
"https://anapioficeandfire.com/api/characters/2073",
"https://anapioficeandfire.com/api/characters/2074",
"https://anapioficeandfire.com/api/characters/2077",
"https://anapioficeandfire.com/api/characters/2085",
"https://anapioficeandfire.com/api/characters/2087",
"https://anapioficeandfire.com/api/characters/2088",
"https://anapioficeandfire.com/api/characters/2091",
"https://anapioficeandfire.com/api/characters/2092",
"https://anapioficeandfire.com/api/characters/2093",
"https://anapioficeandfire.com/api/characters/2097",
"https://anapioficeandfire.com/api/characters/2098",
"https://anapioficeandfire.com/api/characters/2099",
"https://anapioficeandfire.com/api/characters/2100",
"https://anapioficeandfire.com/api/characters/2109",
"https://anapioficeandfire.com/api/characters/2120",
"https://anapioficeandfire.com/api/characters/2121",
"https://anapioficeandfire.com/api/characters/2122",
"https://anapioficeandfire.com/api/characters/2126",
"https://anapioficeandfire.com/api/characters/2131",
"https://anapioficeandfire.com/api/characters/2134",
"https://anapioficeandfire.com/api/characters/2137"
],
"povCharacters": [
"https://anapioficeandfire.com/api/characters/148",
"https://anapioficeandfire.com/api/characters/208",
"https://anapioficeandfire.com/api/characters/232",
"https://anapioficeandfire.com/api/characters/529",
"https://anapioficeandfire.com/api/characters/583",
"https://anapioficeandfire.com/api/characters/751",
"https://anapioficeandfire.com/api/characters/954",
"https://anapioficeandfire.com/api/characters/957",
"https://anapioficeandfire.com/api/characters/1052",
"https://anapioficeandfire.com/api/characters/1267",
"https://anapioficeandfire.com/api/characters/1303",
"https://anapioficeandfire.com/api/characters/1319"
]
},
"isCustomField": false,
"accessor": "__root_schema__",
"identifier": "__root_schema__",
"position": -1,
"originalIdentifier": "__root_schema__",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"cellBoxShadow": "none",
"isDisabled": false,
"isRequired": false,
"isVisible": true,
"labelTextSize": "0.875rem",
"label": ""
}
},
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
"widgetName": "JSONForm1",
"submitButtonStyles": {
"buttonColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"buttonVariant": "PRIMARY"
},
"dynamicPropertyPathList": [
{
"key": "schema.__root_schema__.children.date_of_birth.defaultValue"
},
{
"key": "schema.__root_schema__.children.released.defaultValue"
}
],
"displayName": "JSON Form",
"iconSVG": "/static/media/icon.5b428de1.svg",
"topRow": 9,
"bottomRow": 98,
"fieldLimitExceeded": false,
"parentRowSpace": 10,
"title": "Books_Stall",
"type": "JSON_FORM_WIDGET",
"hideCard": false,
"animateLoading": false,
"parentColumnSpace": 16.65625,
"dynamicTriggerPathList": [
],
"leftColumn": 30,
"dynamicBindingPathList": [
{
"key": "schema.__root_schema__.children.povCharacters.borderRadius"
},
{
"key": "schema.__root_schema__.children.povCharacters.defaultValue"
},
{
"key": "schema.__root_schema__.children.characters.borderRadius"
},
{
"key": "schema.__root_schema__.children.characters.defaultValue"
},
{
"key": "schema.__root_schema__.children.characters.options"
},
{
"key": "schema.__root_schema__.children.released.borderRadius"
},
{
"key": "schema.__root_schema__.children.released.defaultValue"
},
{
"key": "schema.__root_schema__.children.mediaType.borderRadius"
},
{
"key": "schema.__root_schema__.children.mediaType.defaultValue"
},
{
"key": "schema.__root_schema__.children.country.borderRadius"
},
{
"key": "schema.__root_schema__.children.country.defaultValue"
},
{
"key": "schema.__root_schema__.children.publisher.borderRadius"
},
{
"key": "schema.__root_schema__.children.publisher.defaultValue"
},
{
"key": "schema.__root_schema__.children.numberOfPages.borderRadius"
},
{
"key": "schema.__root_schema__.children.numberOfPages.defaultValue"
},
{
"key": "schema.__root_schema__.children.authors.borderRadius"
},
{
"key": "schema.__root_schema__.children.authors.defaultValue"
},
{
"key": "schema.__root_schema__.children.authors.options"
},
{
"key": "schema.__root_schema__.children.isbn.borderRadius"
},
{
"key": "schema.__root_schema__.children.isbn.defaultValue"
},
{
"key": "schema.__root_schema__.children.url.borderRadius"
},
{
"key": "schema.__root_schema__.children.url.defaultValue"
},
{
"key": "schema.__root_schema__.children.name.borderRadius"
},
{
"key": "schema.__root_schema__.children.name.defaultValue"
},
{
"key": "borderRadius"
},
{
"key": "boxShadow"
},
{
"key": "submitButtonStyles.buttonColor"
},
{
"key": "submitButtonStyles.borderRadius"
},
{
"key": "resetButtonStyles.buttonColor"
},
{
"key": "resetButtonStyles.borderRadius"
},
{
"key": "schema.__root_schema__.children.name.accentColor"
},
{
"key": "schema.__root_schema__.children.url.accentColor"
},
{
"key": "schema.__root_schema__.children.isbn.accentColor"
},
{
"key": "schema.__root_schema__.children.authors.accentColor"
},
{
"key": "schema.__root_schema__.children.numberOfPages.accentColor"
},
{
"key": "schema.__root_schema__.children.publisher.accentColor"
},
{
"key": "schema.__root_schema__.children.country.accentColor"
},
{
"key": "schema.__root_schema__.children.mediaType.accentColor"
},
{
"key": "schema.__root_schema__.children.released.accentColor"
},
{
"key": "schema.__root_schema__.children.characters.accentColor"
},
{
"key": "schema.__root_schema__.children.povCharacters.accentColor"
},
{
"key": "schema.__root_schema__.defaultValue"
},
{
"key": "schema.__root_schema__.borderRadius"
},
{
"key": "schema.__root_schema__.cellBorderRadius"
}
],
"sourceData": "",
"showReset": false,
"resetButtonLabel": "Reset",
"key": "emb2rwxlna",
"backgroundColor": "#fff",
"rightColumn": 62,
"autoGenerateForm": true,
"widgetId": "vixxb0wr8f",
"resetButtonStyles": {
"buttonColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"buttonVariant": "SECONDARY"
},
"isVisible": true,
"version": 1,
"parentId": "0",
"renderMode": "CANVAS",
"isLoading": false,
"scrollContents": false,
"fixedFooter": false,
"submitButtonLabel": "Submit",
"childStylesheet": {
"ARRAY": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"cellBoxShadow": "none"
},
"OBJECT": {
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"cellBoxShadow": "none"
},
"CHECKBOX": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
},
"CURRENCY_INPUT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"DATEPICKER": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"EMAIL_INPUT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"MULTISELECT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"MULTILINE_TEXT_INPUT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"NUMBER_INPUT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"PASSWORD_INPUT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"PHONE_NUMBER_INPUT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"RADIO_GROUP": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"boxShadow": "none"
},
"SELECT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"SWITCH": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"boxShadow": "none"
},
"TEXT_INPUT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
}
},
"disabledWhenInvalid": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
},
{
"boxShadow": "none",
"widgetName": "Image1",
"onClick": "",
"dynamicPropertyPathList": [
],
"displayName": "Image",
"iconSVG": "/static/media/icon.52d8fb96.svg",
"topRow": 9,
"bottomRow": 47,
"parentRowSpace": 10,
"type": "IMAGE_WIDGET",
"hideCard": false,
"animateLoading": true,
"parentColumnSpace": 13.546875,
"dynamicTriggerPathList": [
{
"key": "onClick"
}
],
"imageShape": "RECTANGLE",
"leftColumn": 0,
"dynamicBindingPathList": [
{
"key": "borderRadius"
}
],
"defaultImage": "http://host.docker.internal:4200/clouddefaultImage.png",
"key": "lp46gw08hk",
"image": "data:image/jpeg;base64,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",
"rightColumn": 25,
"objectFit": "contain",
"widgetId": "drmfpk4ihq",
"isVisible": true,
"version": 1,
"parentId": "0",
"renderMode": "CANVAS",
"isLoading": false,
"maxZoomLevel": 1,
"enableDownload": false,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"enableRotation": false
}
]
},
"layoutOnLoadActions": [
],
"new": false
}
],
"userPermissions": [
]
},
"publishedPage": {
"name": "Page1",
"slug": "page1",
"layouts": [
{
"id": "Page1",
"userPermissions": [
],
"dsl": {
"widgetName": "MainContainer",
"backgroundColor": "none",
"rightColumn": 4896,
"snapColumns": 64,
"detachFromLayout": true,
"widgetId": "0",
"topRow": 0,
"bottomRow": 1290,
"containerStyle": "none",
"snapRows": 125,
"parentRowSpace": 1,
"type": "CANVAS_WIDGET",
"canExtend": true,
"version": 58,
"minHeight": 1292,
"dynamicTriggerPathList": [
],
"parentColumnSpace": 1,
"dynamicBindingPathList": [
],
"leftColumn": 0,
"children": [
{
"boxShadow": "none",
"widgetName": "Select1",
"isFilterable": true,
"dynamicPropertyPathList": [
],
"displayName": "Select",
"iconSVG": "/static/media/icon.bd99caba.svg",
"labelText": "Select a City to see its Country:",
"topRow": 3,
"bottomRow": 7,
"parentRowSpace": 10,
"labelWidth": "13",
"type": "SELECT_WIDGET",
"serverSideFiltering": false,
"hideCard": false,
"defaultOptionValue": "",
"animateLoading": true,
"parentColumnSpace": 16.65625,
"dynamicTriggerPathList": [
{
"key": "onOptionChange"
}
],
"leftColumn": 4,
"dynamicBindingPathList": [
{
"key": "accentColor"
},
{
"key": "borderRadius"
}
],
"labelPosition": "Left",
"options": "",
"placeholderText": "Select option",
"isDisabled": false,
"key": "hmhhxw73vt",
"labelTextSize": "0.875rem",
"isRequired": false,
"rightColumn": 34,
"widgetId": "b75q6rr23q",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"isVisible": true,
"version": 1,
"parentId": "0",
"labelAlignment": "left",
"renderMode": "CANVAS",
"isLoading": false,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"onOptionChange": ""
},
{
"schema": {
"__root_schema__": {
"children": {
"name": {
"children": {
},
"dataType": "string",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.name))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Text Input",
"sourceData": "A Storm of Swords",
"isCustomField": false,
"accessor": "name",
"identifier": "name",
"position": 0,
"originalIdentifier": "name",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"iconAlign": "left",
"isDisabled": false,
"isRequired": false,
"isSpellCheck": false,
"isVisible": true,
"labelTextSize": "0.875rem",
"label": "Name"
},
"url": {
"children": {
},
"dataType": "string",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.url))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Text Input",
"sourceData": "https://anapioficeandfire.com/api/books/3",
"isCustomField": false,
"accessor": "url",
"identifier": "url",
"position": 1,
"originalIdentifier": "url",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"iconAlign": "left",
"isDisabled": false,
"isRequired": false,
"isSpellCheck": false,
"isVisible": true,
"labelTextSize": "0.875rem",
"label": "Url"
},
"isbn": {
"children": {
},
"dataType": "string",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.isbn))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Text Input",
"sourceData": "978-0553106633",
"isCustomField": false,
"accessor": "isbn",
"identifier": "isbn",
"position": 2,
"originalIdentifier": "isbn",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"iconAlign": "left",
"isDisabled": false,
"isRequired": false,
"isSpellCheck": false,
"isVisible": true,
"labelTextSize": "0.875rem",
"label": "Isbn"
},
"authors": {
"children": {
},
"dataType": "array",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.authors))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Multiselect",
"sourceData": [
"George R. R. Martin"
],
"isCustomField": false,
"accessor": "authors",
"identifier": "authors",
"position": 3,
"originalIdentifier": "authors",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"isDisabled": false,
"isFilterable": false,
"isRequired": false,
"isVisible": true,
"label": "Authors",
"labelTextSize": "0.875rem",
"serverSideFiltering": false,
"options": "{{ getBooks.data.authors.map(((auth) => { \n return { label: auth.toString().split('/').slice(-1)[0], value: auth.toString().split('/').slice(-1)[0] } \n })) \n}}"
},
"numberOfPages": {
"children": {
},
"dataType": "number",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.numberOfPages))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Number Input",
"sourceData": 992,
"isCustomField": false,
"accessor": "numberOfPages",
"identifier": "numberOfPages",
"position": 4,
"originalIdentifier": "numberOfPages",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"iconAlign": "left",
"isDisabled": false,
"isRequired": false,
"isSpellCheck": false,
"isVisible": true,
"labelTextSize": "0.875rem",
"label": "Number Of Pages"
},
"publisher": {
"children": {
},
"dataType": "string",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.publisher))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Text Input",
"sourceData": "Bantam Books",
"isCustomField": false,
"accessor": "publisher",
"identifier": "publisher",
"position": 5,
"originalIdentifier": "publisher",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"iconAlign": "left",
"isDisabled": false,
"isRequired": false,
"isSpellCheck": false,
"isVisible": true,
"labelTextSize": "0.875rem",
"label": "Publisher"
},
"country": {
"children": {
},
"dataType": "string",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.country))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Text Input",
"sourceData": "United States",
"isCustomField": false,
"accessor": "country",
"identifier": "country",
"position": 6,
"originalIdentifier": "country",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"iconAlign": "left",
"isDisabled": false,
"isRequired": false,
"isSpellCheck": false,
"isVisible": true,
"labelTextSize": "0.875rem",
"label": "Country"
},
"mediaType": {
"children": {
},
"dataType": "string",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.mediaType))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Text Input",
"sourceData": "Hardcover",
"isCustomField": false,
"accessor": "mediaType",
"identifier": "mediaType",
"position": 7,
"originalIdentifier": "mediaType",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"iconAlign": "left",
"isDisabled": false,
"isRequired": false,
"isSpellCheck": false,
"isVisible": true,
"labelTextSize": "0.875rem",
"label": "Media Type"
},
"released": {
"children": {
},
"dataType": "string",
"defaultValue": "{{((sourceData, formData, fieldState) => (moment(sourceData.released, \"YYYY-MM-DDTHH:mm:ss\").format(\"YYYY-MM-DDTHH:mm:ss.sssZ\")))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Datepicker",
"sourceData": "2000-10-31T00:00:00",
"isCustomField": false,
"accessor": "released",
"identifier": "released",
"position": 8,
"originalIdentifier": "released",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"closeOnSelection": false,
"convertToISO": false,
"dateFormat": "YYYY-MM-DDTHH:mm:ss",
"isDisabled": false,
"isRequired": false,
"isVisible": true,
"label": "Released",
"maxDate": "2121-12-31T18:29:00.000Z",
"minDate": "1920-12-31T18:30:00.000Z",
"shortcuts": false,
"timePrecision": "minute",
"labelTextSize": "0.875rem"
},
"characters": {
"children": {
},
"dataType": "array",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.characters[0].toString().split('/').slice(-1)))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Multiselect",
"sourceData": [
"https://anapioficeandfire.com/api/characters/2",
"https://anapioficeandfire.com/api/characters/3",
"https://anapioficeandfire.com/api/characters/7",
"https://anapioficeandfire.com/api/characters/12",
"https://anapioficeandfire.com/api/characters/13",
"https://anapioficeandfire.com/api/characters/16",
"https://anapioficeandfire.com/api/characters/20",
"https://anapioficeandfire.com/api/characters/21",
"https://anapioficeandfire.com/api/characters/27",
"https://anapioficeandfire.com/api/characters/31",
"https://anapioficeandfire.com/api/characters/35",
"https://anapioficeandfire.com/api/characters/36",
"https://anapioficeandfire.com/api/characters/37",
"https://anapioficeandfire.com/api/characters/38",
"https://anapioficeandfire.com/api/characters/39",
"https://anapioficeandfire.com/api/characters/40",
"https://anapioficeandfire.com/api/characters/41",
"https://anapioficeandfire.com/api/characters/42",
"https://anapioficeandfire.com/api/characters/46",
"https://anapioficeandfire.com/api/characters/50",
"https://anapioficeandfire.com/api/characters/51",
"https://anapioficeandfire.com/api/characters/52",
"https://anapioficeandfire.com/api/characters/53",
"https://anapioficeandfire.com/api/characters/54",
"https://anapioficeandfire.com/api/characters/56",
"https://anapioficeandfire.com/api/characters/58",
"https://anapioficeandfire.com/api/characters/60",
"https://anapioficeandfire.com/api/characters/62",
"https://anapioficeandfire.com/api/characters/64",
"https://anapioficeandfire.com/api/characters/67",
"https://anapioficeandfire.com/api/characters/68",
"https://anapioficeandfire.com/api/characters/69",
"https://anapioficeandfire.com/api/characters/70",
"https://anapioficeandfire.com/api/characters/71",
"https://anapioficeandfire.com/api/characters/72",
"https://anapioficeandfire.com/api/characters/73",
"https://anapioficeandfire.com/api/characters/77",
"https://anapioficeandfire.com/api/characters/78",
"https://anapioficeandfire.com/api/characters/79",
"https://anapioficeandfire.com/api/characters/80",
"https://anapioficeandfire.com/api/characters/81",
"https://anapioficeandfire.com/api/characters/82",
"https://anapioficeandfire.com/api/characters/84",
"https://anapioficeandfire.com/api/characters/85",
"https://anapioficeandfire.com/api/characters/86",
"https://anapioficeandfire.com/api/characters/87",
"https://anapioficeandfire.com/api/characters/89",
"https://anapioficeandfire.com/api/characters/94",
"https://anapioficeandfire.com/api/characters/95",
"https://anapioficeandfire.com/api/characters/96",
"https://anapioficeandfire.com/api/characters/100",
"https://anapioficeandfire.com/api/characters/105",
"https://anapioficeandfire.com/api/characters/108",
"https://anapioficeandfire.com/api/characters/111",
"https://anapioficeandfire.com/api/characters/112",
"https://anapioficeandfire.com/api/characters/114",
"https://anapioficeandfire.com/api/characters/115",
"https://anapioficeandfire.com/api/characters/116",
"https://anapioficeandfire.com/api/characters/117",
"https://anapioficeandfire.com/api/characters/118",
"https://anapioficeandfire.com/api/characters/120",
"https://anapioficeandfire.com/api/characters/122",
"https://anapioficeandfire.com/api/characters/123",
"https://anapioficeandfire.com/api/characters/124",
"https://anapioficeandfire.com/api/characters/125",
"https://anapioficeandfire.com/api/characters/127",
"https://anapioficeandfire.com/api/characters/130",
"https://anapioficeandfire.com/api/characters/138",
"https://anapioficeandfire.com/api/characters/141",
"https://anapioficeandfire.com/api/characters/142",
"https://anapioficeandfire.com/api/characters/145",
"https://anapioficeandfire.com/api/characters/146",
"https://anapioficeandfire.com/api/characters/147",
"https://anapioficeandfire.com/api/characters/149",
"https://anapioficeandfire.com/api/characters/151",
"https://anapioficeandfire.com/api/characters/153",
"https://anapioficeandfire.com/api/characters/158",
"https://anapioficeandfire.com/api/characters/159",
"https://anapioficeandfire.com/api/characters/160",
"https://anapioficeandfire.com/api/characters/161",
"https://anapioficeandfire.com/api/characters/162",
"https://anapioficeandfire.com/api/characters/164",
"https://anapioficeandfire.com/api/characters/168",
"https://anapioficeandfire.com/api/characters/169",
"https://anapioficeandfire.com/api/characters/173",
"https://anapioficeandfire.com/api/characters/175",
"https://anapioficeandfire.com/api/characters/177",
"https://anapioficeandfire.com/api/characters/179",
"https://anapioficeandfire.com/api/characters/180",
"https://anapioficeandfire.com/api/characters/181",
"https://anapioficeandfire.com/api/characters/187",
"https://anapioficeandfire.com/api/characters/188",
"https://anapioficeandfire.com/api/characters/189",
"https://anapioficeandfire.com/api/characters/190",
"https://anapioficeandfire.com/api/characters/193",
"https://anapioficeandfire.com/api/characters/194",
"https://anapioficeandfire.com/api/characters/199",
"https://anapioficeandfire.com/api/characters/200",
"https://anapioficeandfire.com/api/characters/202",
"https://anapioficeandfire.com/api/characters/203",
"https://anapioficeandfire.com/api/characters/204",
"https://anapioficeandfire.com/api/characters/206",
"https://anapioficeandfire.com/api/characters/214",
"https://anapioficeandfire.com/api/characters/216",
"https://anapioficeandfire.com/api/characters/217",
"https://anapioficeandfire.com/api/characters/219",
"https://anapioficeandfire.com/api/characters/222",
"https://anapioficeandfire.com/api/characters/223",
"https://anapioficeandfire.com/api/characters/225",
"https://anapioficeandfire.com/api/characters/227",
"https://anapioficeandfire.com/api/characters/228",
"https://anapioficeandfire.com/api/characters/230",
"https://anapioficeandfire.com/api/characters/234",
"https://anapioficeandfire.com/api/characters/235",
"https://anapioficeandfire.com/api/characters/237",
"https://anapioficeandfire.com/api/characters/238",
"https://anapioficeandfire.com/api/characters/245",
"https://anapioficeandfire.com/api/characters/247",
"https://anapioficeandfire.com/api/characters/250",
"https://anapioficeandfire.com/api/characters/251",
"https://anapioficeandfire.com/api/characters/252",
"https://anapioficeandfire.com/api/characters/254",
"https://anapioficeandfire.com/api/characters/262",
"https://anapioficeandfire.com/api/characters/263",
"https://anapioficeandfire.com/api/characters/264",
"https://anapioficeandfire.com/api/characters/267",
"https://anapioficeandfire.com/api/characters/273",
"https://anapioficeandfire.com/api/characters/274",
"https://anapioficeandfire.com/api/characters/279",
"https://anapioficeandfire.com/api/characters/280",
"https://anapioficeandfire.com/api/characters/282",
"https://anapioficeandfire.com/api/characters/285",
"https://anapioficeandfire.com/api/characters/286",
"https://anapioficeandfire.com/api/characters/288",
"https://anapioficeandfire.com/api/characters/290",
"https://anapioficeandfire.com/api/characters/291",
"https://anapioficeandfire.com/api/characters/292",
"https://anapioficeandfire.com/api/characters/294",
"https://anapioficeandfire.com/api/characters/295",
"https://anapioficeandfire.com/api/characters/296",
"https://anapioficeandfire.com/api/characters/297",
"https://anapioficeandfire.com/api/characters/298",
"https://anapioficeandfire.com/api/characters/299",
"https://anapioficeandfire.com/api/characters/300",
"https://anapioficeandfire.com/api/characters/303",
"https://anapioficeandfire.com/api/characters/306",
"https://anapioficeandfire.com/api/characters/308",
"https://anapioficeandfire.com/api/characters/309",
"https://anapioficeandfire.com/api/characters/310",
"https://anapioficeandfire.com/api/characters/311",
"https://anapioficeandfire.com/api/characters/312",
"https://anapioficeandfire.com/api/characters/315",
"https://anapioficeandfire.com/api/characters/320",
"https://anapioficeandfire.com/api/characters/321",
"https://anapioficeandfire.com/api/characters/322",
"https://anapioficeandfire.com/api/characters/323",
"https://anapioficeandfire.com/api/characters/325",
"https://anapioficeandfire.com/api/characters/326",
"https://anapioficeandfire.com/api/characters/327",
"https://anapioficeandfire.com/api/characters/329",
"https://anapioficeandfire.com/api/characters/330",
"https://anapioficeandfire.com/api/characters/331",
"https://anapioficeandfire.com/api/characters/332",
"https://anapioficeandfire.com/api/characters/336",
"https://anapioficeandfire.com/api/characters/337",
"https://anapioficeandfire.com/api/characters/338",
"https://anapioficeandfire.com/api/characters/339",
"https://anapioficeandfire.com/api/characters/341",
"https://anapioficeandfire.com/api/characters/346",
"https://anapioficeandfire.com/api/characters/347",
"https://anapioficeandfire.com/api/characters/348",
"https://anapioficeandfire.com/api/characters/352",
"https://anapioficeandfire.com/api/characters/357",
"https://anapioficeandfire.com/api/characters/360",
"https://anapioficeandfire.com/api/characters/361",
"https://anapioficeandfire.com/api/characters/362",
"https://anapioficeandfire.com/api/characters/364",
"https://anapioficeandfire.com/api/characters/365",
"https://anapioficeandfire.com/api/characters/368",
"https://anapioficeandfire.com/api/characters/369",
"https://anapioficeandfire.com/api/characters/370",
"https://anapioficeandfire.com/api/characters/372",
"https://anapioficeandfire.com/api/characters/374",
"https://anapioficeandfire.com/api/characters/375",
"https://anapioficeandfire.com/api/characters/377",
"https://anapioficeandfire.com/api/characters/379",
"https://anapioficeandfire.com/api/characters/380",
"https://anapioficeandfire.com/api/characters/381",
"https://anapioficeandfire.com/api/characters/382",
"https://anapioficeandfire.com/api/characters/383",
"https://anapioficeandfire.com/api/characters/385",
"https://anapioficeandfire.com/api/characters/392",
"https://anapioficeandfire.com/api/characters/393",
"https://anapioficeandfire.com/api/characters/394",
"https://anapioficeandfire.com/api/characters/397",
"https://anapioficeandfire.com/api/characters/401",
"https://anapioficeandfire.com/api/characters/404",
"https://anapioficeandfire.com/api/characters/405",
"https://anapioficeandfire.com/api/characters/406",
"https://anapioficeandfire.com/api/characters/408",
"https://anapioficeandfire.com/api/characters/411",
"https://anapioficeandfire.com/api/characters/413",
"https://anapioficeandfire.com/api/characters/415",
"https://anapioficeandfire.com/api/characters/416",
"https://anapioficeandfire.com/api/characters/417",
"https://anapioficeandfire.com/api/characters/418",
"https://anapioficeandfire.com/api/characters/421",
"https://anapioficeandfire.com/api/characters/423",
"https://anapioficeandfire.com/api/characters/424",
"https://anapioficeandfire.com/api/characters/426",
"https://anapioficeandfire.com/api/characters/434",
"https://anapioficeandfire.com/api/characters/438",
"https://anapioficeandfire.com/api/characters/439",
"https://anapioficeandfire.com/api/characters/442",
"https://anapioficeandfire.com/api/characters/443",
"https://anapioficeandfire.com/api/characters/448",
"https://anapioficeandfire.com/api/characters/453",
"https://anapioficeandfire.com/api/characters/458",
"https://anapioficeandfire.com/api/characters/461",
"https://anapioficeandfire.com/api/characters/462",
"https://anapioficeandfire.com/api/characters/465",
"https://anapioficeandfire.com/api/characters/470",
"https://anapioficeandfire.com/api/characters/475",
"https://anapioficeandfire.com/api/characters/476",
"https://anapioficeandfire.com/api/characters/485",
"https://anapioficeandfire.com/api/characters/486",
"https://anapioficeandfire.com/api/characters/487",
"https://anapioficeandfire.com/api/characters/490",
"https://anapioficeandfire.com/api/characters/496",
"https://anapioficeandfire.com/api/characters/498",
"https://anapioficeandfire.com/api/characters/499",
"https://anapioficeandfire.com/api/characters/500",
"https://anapioficeandfire.com/api/characters/501",
"https://anapioficeandfire.com/api/characters/502",
"https://anapioficeandfire.com/api/characters/503",
"https://anapioficeandfire.com/api/characters/504",
"https://anapioficeandfire.com/api/characters/506",
"https://anapioficeandfire.com/api/characters/507",
"https://anapioficeandfire.com/api/characters/511",
"https://anapioficeandfire.com/api/characters/519",
"https://anapioficeandfire.com/api/characters/521",
"https://anapioficeandfire.com/api/characters/522",
"https://anapioficeandfire.com/api/characters/523",
"https://anapioficeandfire.com/api/characters/524",
"https://anapioficeandfire.com/api/characters/526",
"https://anapioficeandfire.com/api/characters/527",
"https://anapioficeandfire.com/api/characters/530",
"https://anapioficeandfire.com/api/characters/531",
"https://anapioficeandfire.com/api/characters/532",
"https://anapioficeandfire.com/api/characters/533",
"https://anapioficeandfire.com/api/characters/534",
"https://anapioficeandfire.com/api/characters/535",
"https://anapioficeandfire.com/api/characters/536",
"https://anapioficeandfire.com/api/characters/537",
"https://anapioficeandfire.com/api/characters/539",
"https://anapioficeandfire.com/api/characters/547",
"https://anapioficeandfire.com/api/characters/549",
"https://anapioficeandfire.com/api/characters/550",
"https://anapioficeandfire.com/api/characters/553",
"https://anapioficeandfire.com/api/characters/555",
"https://anapioficeandfire.com/api/characters/557",
"https://anapioficeandfire.com/api/characters/559",
"https://anapioficeandfire.com/api/characters/560",
"https://anapioficeandfire.com/api/characters/561",
"https://anapioficeandfire.com/api/characters/562",
"https://anapioficeandfire.com/api/characters/563",
"https://anapioficeandfire.com/api/characters/565",
"https://anapioficeandfire.com/api/characters/571",
"https://anapioficeandfire.com/api/characters/572",
"https://anapioficeandfire.com/api/characters/574",
"https://anapioficeandfire.com/api/characters/575",
"https://anapioficeandfire.com/api/characters/576",
"https://anapioficeandfire.com/api/characters/580",
"https://anapioficeandfire.com/api/characters/585",
"https://anapioficeandfire.com/api/characters/586",
"https://anapioficeandfire.com/api/characters/587",
"https://anapioficeandfire.com/api/characters/588",
"https://anapioficeandfire.com/api/characters/590",
"https://anapioficeandfire.com/api/characters/592",
"https://anapioficeandfire.com/api/characters/595",
"https://anapioficeandfire.com/api/characters/597",
"https://anapioficeandfire.com/api/characters/599",
"https://anapioficeandfire.com/api/characters/600",
"https://anapioficeandfire.com/api/characters/602",
"https://anapioficeandfire.com/api/characters/603",
"https://anapioficeandfire.com/api/characters/604",
"https://anapioficeandfire.com/api/characters/605",
"https://anapioficeandfire.com/api/characters/606",
"https://anapioficeandfire.com/api/characters/607",
"https://anapioficeandfire.com/api/characters/609",
"https://anapioficeandfire.com/api/characters/613",
"https://anapioficeandfire.com/api/characters/616",
"https://anapioficeandfire.com/api/characters/617",
"https://anapioficeandfire.com/api/characters/621",
"https://anapioficeandfire.com/api/characters/622",
"https://anapioficeandfire.com/api/characters/623",
"https://anapioficeandfire.com/api/characters/624",
"https://anapioficeandfire.com/api/characters/625",
"https://anapioficeandfire.com/api/characters/626",
"https://anapioficeandfire.com/api/characters/628",
"https://anapioficeandfire.com/api/characters/629",
"https://anapioficeandfire.com/api/characters/630",
"https://anapioficeandfire.com/api/characters/631",
"https://anapioficeandfire.com/api/characters/632",
"https://anapioficeandfire.com/api/characters/635",
"https://anapioficeandfire.com/api/characters/636",
"https://anapioficeandfire.com/api/characters/638",
"https://anapioficeandfire.com/api/characters/639",
"https://anapioficeandfire.com/api/characters/640",
"https://anapioficeandfire.com/api/characters/647",
"https://anapioficeandfire.com/api/characters/649",
"https://anapioficeandfire.com/api/characters/650",
"https://anapioficeandfire.com/api/characters/651",
"https://anapioficeandfire.com/api/characters/657",
"https://anapioficeandfire.com/api/characters/658",
"https://anapioficeandfire.com/api/characters/659",
"https://anapioficeandfire.com/api/characters/660",
"https://anapioficeandfire.com/api/characters/662",
"https://anapioficeandfire.com/api/characters/663",
"https://anapioficeandfire.com/api/characters/664",
"https://anapioficeandfire.com/api/characters/665",
"https://anapioficeandfire.com/api/characters/666",
"https://anapioficeandfire.com/api/characters/669",
"https://anapioficeandfire.com/api/characters/670",
"https://anapioficeandfire.com/api/characters/673",
"https://anapioficeandfire.com/api/characters/674",
"https://anapioficeandfire.com/api/characters/676",
"https://anapioficeandfire.com/api/characters/677",
"https://anapioficeandfire.com/api/characters/678",
"https://anapioficeandfire.com/api/characters/682",
"https://anapioficeandfire.com/api/characters/683",
"https://anapioficeandfire.com/api/characters/686",
"https://anapioficeandfire.com/api/characters/688",
"https://anapioficeandfire.com/api/characters/689",
"https://anapioficeandfire.com/api/characters/690",
"https://anapioficeandfire.com/api/characters/691",
"https://anapioficeandfire.com/api/characters/692",
"https://anapioficeandfire.com/api/characters/693",
"https://anapioficeandfire.com/api/characters/694",
"https://anapioficeandfire.com/api/characters/697",
"https://anapioficeandfire.com/api/characters/699",
"https://anapioficeandfire.com/api/characters/700",
"https://anapioficeandfire.com/api/characters/701",
"https://anapioficeandfire.com/api/characters/704",
"https://anapioficeandfire.com/api/characters/708",
"https://anapioficeandfire.com/api/characters/710",
"https://anapioficeandfire.com/api/characters/711",
"https://anapioficeandfire.com/api/characters/712",
"https://anapioficeandfire.com/api/characters/713",
"https://anapioficeandfire.com/api/characters/717",
"https://anapioficeandfire.com/api/characters/718",
"https://anapioficeandfire.com/api/characters/720",
"https://anapioficeandfire.com/api/characters/721",
"https://anapioficeandfire.com/api/characters/722",
"https://anapioficeandfire.com/api/characters/723",
"https://anapioficeandfire.com/api/characters/725",
"https://anapioficeandfire.com/api/characters/727",
"https://anapioficeandfire.com/api/characters/730",
"https://anapioficeandfire.com/api/characters/731",
"https://anapioficeandfire.com/api/characters/735",
"https://anapioficeandfire.com/api/characters/736",
"https://anapioficeandfire.com/api/characters/738",
"https://anapioficeandfire.com/api/characters/740",
"https://anapioficeandfire.com/api/characters/741",
"https://anapioficeandfire.com/api/characters/742",
"https://anapioficeandfire.com/api/characters/743",
"https://anapioficeandfire.com/api/characters/745",
"https://anapioficeandfire.com/api/characters/746",
"https://anapioficeandfire.com/api/characters/747",
"https://anapioficeandfire.com/api/characters/748",
"https://anapioficeandfire.com/api/characters/750",
"https://anapioficeandfire.com/api/characters/752",
"https://anapioficeandfire.com/api/characters/754",
"https://anapioficeandfire.com/api/characters/755",
"https://anapioficeandfire.com/api/characters/756",
"https://anapioficeandfire.com/api/characters/757",
"https://anapioficeandfire.com/api/characters/761",
"https://anapioficeandfire.com/api/characters/762",
"https://anapioficeandfire.com/api/characters/764",
"https://anapioficeandfire.com/api/characters/765",
"https://anapioficeandfire.com/api/characters/766",
"https://anapioficeandfire.com/api/characters/767",
"https://anapioficeandfire.com/api/characters/768",
"https://anapioficeandfire.com/api/characters/769",
"https://anapioficeandfire.com/api/characters/770",
"https://anapioficeandfire.com/api/characters/771",
"https://anapioficeandfire.com/api/characters/772",
"https://anapioficeandfire.com/api/characters/774",
"https://anapioficeandfire.com/api/characters/775",
"https://anapioficeandfire.com/api/characters/776",
"https://anapioficeandfire.com/api/characters/778",
"https://anapioficeandfire.com/api/characters/780",
"https://anapioficeandfire.com/api/characters/781",
"https://anapioficeandfire.com/api/characters/783",
"https://anapioficeandfire.com/api/characters/784",
"https://anapioficeandfire.com/api/characters/785",
"https://anapioficeandfire.com/api/characters/786",
"https://anapioficeandfire.com/api/characters/788",
"https://anapioficeandfire.com/api/characters/796",
"https://anapioficeandfire.com/api/characters/799",
"https://anapioficeandfire.com/api/characters/800",
"https://anapioficeandfire.com/api/characters/801",
"https://anapioficeandfire.com/api/characters/802",
"https://anapioficeandfire.com/api/characters/803",
"https://anapioficeandfire.com/api/characters/804",
"https://anapioficeandfire.com/api/characters/805",
"https://anapioficeandfire.com/api/characters/806",
"https://anapioficeandfire.com/api/characters/808",
"https://anapioficeandfire.com/api/characters/809",
"https://anapioficeandfire.com/api/characters/811",
"https://anapioficeandfire.com/api/characters/812",
"https://anapioficeandfire.com/api/characters/814",
"https://anapioficeandfire.com/api/characters/815",
"https://anapioficeandfire.com/api/characters/817",
"https://anapioficeandfire.com/api/characters/818",
"https://anapioficeandfire.com/api/characters/819",
"https://anapioficeandfire.com/api/characters/820",
"https://anapioficeandfire.com/api/characters/822",
"https://anapioficeandfire.com/api/characters/823",
"https://anapioficeandfire.com/api/characters/824",
"https://anapioficeandfire.com/api/characters/825",
"https://anapioficeandfire.com/api/characters/826",
"https://anapioficeandfire.com/api/characters/827",
"https://anapioficeandfire.com/api/characters/828",
"https://anapioficeandfire.com/api/characters/829",
"https://anapioficeandfire.com/api/characters/831",
"https://anapioficeandfire.com/api/characters/832",
"https://anapioficeandfire.com/api/characters/834",
"https://anapioficeandfire.com/api/characters/837",
"https://anapioficeandfire.com/api/characters/838",
"https://anapioficeandfire.com/api/characters/844",
"https://anapioficeandfire.com/api/characters/848",
"https://anapioficeandfire.com/api/characters/849",
"https://anapioficeandfire.com/api/characters/850",
"https://anapioficeandfire.com/api/characters/851",
"https://anapioficeandfire.com/api/characters/852",
"https://anapioficeandfire.com/api/characters/854",
"https://anapioficeandfire.com/api/characters/855",
"https://anapioficeandfire.com/api/characters/856",
"https://anapioficeandfire.com/api/characters/858",
"https://anapioficeandfire.com/api/characters/860",
"https://anapioficeandfire.com/api/characters/862",
"https://anapioficeandfire.com/api/characters/863",
"https://anapioficeandfire.com/api/characters/866",
"https://anapioficeandfire.com/api/characters/867",
"https://anapioficeandfire.com/api/characters/869",
"https://anapioficeandfire.com/api/characters/874",
"https://anapioficeandfire.com/api/characters/876",
"https://anapioficeandfire.com/api/characters/877",
"https://anapioficeandfire.com/api/characters/882",
"https://anapioficeandfire.com/api/characters/884",
"https://anapioficeandfire.com/api/characters/887",
"https://anapioficeandfire.com/api/characters/889",
"https://anapioficeandfire.com/api/characters/890",
"https://anapioficeandfire.com/api/characters/891",
"https://anapioficeandfire.com/api/characters/892",
"https://anapioficeandfire.com/api/characters/894",
"https://anapioficeandfire.com/api/characters/896",
"https://anapioficeandfire.com/api/characters/897",
"https://anapioficeandfire.com/api/characters/899",
"https://anapioficeandfire.com/api/characters/900",
"https://anapioficeandfire.com/api/characters/901",
"https://anapioficeandfire.com/api/characters/902",
"https://anapioficeandfire.com/api/characters/903",
"https://anapioficeandfire.com/api/characters/905",
"https://anapioficeandfire.com/api/characters/909",
"https://anapioficeandfire.com/api/characters/912",
"https://anapioficeandfire.com/api/characters/913",
"https://anapioficeandfire.com/api/characters/914",
"https://anapioficeandfire.com/api/characters/922",
"https://anapioficeandfire.com/api/characters/923",
"https://anapioficeandfire.com/api/characters/925",
"https://anapioficeandfire.com/api/characters/927",
"https://anapioficeandfire.com/api/characters/929",
"https://anapioficeandfire.com/api/characters/930",
"https://anapioficeandfire.com/api/characters/931",
"https://anapioficeandfire.com/api/characters/932",
"https://anapioficeandfire.com/api/characters/933",
"https://anapioficeandfire.com/api/characters/937",
"https://anapioficeandfire.com/api/characters/938",
"https://anapioficeandfire.com/api/characters/940",
"https://anapioficeandfire.com/api/characters/941",
"https://anapioficeandfire.com/api/characters/944",
"https://anapioficeandfire.com/api/characters/945",
"https://anapioficeandfire.com/api/characters/946",
"https://anapioficeandfire.com/api/characters/947",
"https://anapioficeandfire.com/api/characters/948",
"https://anapioficeandfire.com/api/characters/949",
"https://anapioficeandfire.com/api/characters/950",
"https://anapioficeandfire.com/api/characters/952",
"https://anapioficeandfire.com/api/characters/953",
"https://anapioficeandfire.com/api/characters/955",
"https://anapioficeandfire.com/api/characters/956",
"https://anapioficeandfire.com/api/characters/959",
"https://anapioficeandfire.com/api/characters/960",
"https://anapioficeandfire.com/api/characters/961",
"https://anapioficeandfire.com/api/characters/965",
"https://anapioficeandfire.com/api/characters/966",
"https://anapioficeandfire.com/api/characters/968",
"https://anapioficeandfire.com/api/characters/972",
"https://anapioficeandfire.com/api/characters/973",
"https://anapioficeandfire.com/api/characters/974",
"https://anapioficeandfire.com/api/characters/975",
"https://anapioficeandfire.com/api/characters/976",
"https://anapioficeandfire.com/api/characters/983",
"https://anapioficeandfire.com/api/characters/984",
"https://anapioficeandfire.com/api/characters/986",
"https://anapioficeandfire.com/api/characters/989",
"https://anapioficeandfire.com/api/characters/991",
"https://anapioficeandfire.com/api/characters/992",
"https://anapioficeandfire.com/api/characters/994",
"https://anapioficeandfire.com/api/characters/995",
"https://anapioficeandfire.com/api/characters/996",
"https://anapioficeandfire.com/api/characters/997",
"https://anapioficeandfire.com/api/characters/998",
"https://anapioficeandfire.com/api/characters/1000",
"https://anapioficeandfire.com/api/characters/1004",
"https://anapioficeandfire.com/api/characters/1006",
"https://anapioficeandfire.com/api/characters/1008",
"https://anapioficeandfire.com/api/characters/1009",
"https://anapioficeandfire.com/api/characters/1010",
"https://anapioficeandfire.com/api/characters/1011",
"https://anapioficeandfire.com/api/characters/1013",
"https://anapioficeandfire.com/api/characters/1014",
"https://anapioficeandfire.com/api/characters/1017",
"https://anapioficeandfire.com/api/characters/1019",
"https://anapioficeandfire.com/api/characters/1020",
"https://anapioficeandfire.com/api/characters/1022",
"https://anapioficeandfire.com/api/characters/1024",
"https://anapioficeandfire.com/api/characters/1025",
"https://anapioficeandfire.com/api/characters/1027",
"https://anapioficeandfire.com/api/characters/1029",
"https://anapioficeandfire.com/api/characters/1033",
"https://anapioficeandfire.com/api/characters/1034",
"https://anapioficeandfire.com/api/characters/1036",
"https://anapioficeandfire.com/api/characters/1037",
"https://anapioficeandfire.com/api/characters/1038",
"https://anapioficeandfire.com/api/characters/1040",
"https://anapioficeandfire.com/api/characters/1043",
"https://anapioficeandfire.com/api/characters/1045",
"https://anapioficeandfire.com/api/characters/1046",
"https://anapioficeandfire.com/api/characters/1049",
"https://anapioficeandfire.com/api/characters/1051",
"https://anapioficeandfire.com/api/characters/1053",
"https://anapioficeandfire.com/api/characters/1054",
"https://anapioficeandfire.com/api/characters/1055",
"https://anapioficeandfire.com/api/characters/1056",
"https://anapioficeandfire.com/api/characters/1057",
"https://anapioficeandfire.com/api/characters/1058",
"https://anapioficeandfire.com/api/characters/1061",
"https://anapioficeandfire.com/api/characters/1063",
"https://anapioficeandfire.com/api/characters/1068",
"https://anapioficeandfire.com/api/characters/1072",
"https://anapioficeandfire.com/api/characters/1073",
"https://anapioficeandfire.com/api/characters/1074",
"https://anapioficeandfire.com/api/characters/1075",
"https://anapioficeandfire.com/api/characters/1077",
"https://anapioficeandfire.com/api/characters/1079",
"https://anapioficeandfire.com/api/characters/1080",
"https://anapioficeandfire.com/api/characters/1081",
"https://anapioficeandfire.com/api/characters/1082",
"https://anapioficeandfire.com/api/characters/1083",
"https://anapioficeandfire.com/api/characters/1084",
"https://anapioficeandfire.com/api/characters/1085",
"https://anapioficeandfire.com/api/characters/1086",
"https://anapioficeandfire.com/api/characters/1087",
"https://anapioficeandfire.com/api/characters/1088",
"https://anapioficeandfire.com/api/characters/1089",
"https://anapioficeandfire.com/api/characters/1090",
"https://anapioficeandfire.com/api/characters/1091",
"https://anapioficeandfire.com/api/characters/1092",
"https://anapioficeandfire.com/api/characters/1093",
"https://anapioficeandfire.com/api/characters/1094",
"https://anapioficeandfire.com/api/characters/1095",
"https://anapioficeandfire.com/api/characters/1096",
"https://anapioficeandfire.com/api/characters/1097",
"https://anapioficeandfire.com/api/characters/1099",
"https://anapioficeandfire.com/api/characters/1100",
"https://anapioficeandfire.com/api/characters/1102",
"https://anapioficeandfire.com/api/characters/1104",
"https://anapioficeandfire.com/api/characters/1105",
"https://anapioficeandfire.com/api/characters/1106",
"https://anapioficeandfire.com/api/characters/1107",
"https://anapioficeandfire.com/api/characters/1113",
"https://anapioficeandfire.com/api/characters/1114",
"https://anapioficeandfire.com/api/characters/1115",
"https://anapioficeandfire.com/api/characters/1116",
"https://anapioficeandfire.com/api/characters/1118",
"https://anapioficeandfire.com/api/characters/1122",
"https://anapioficeandfire.com/api/characters/1124",
"https://anapioficeandfire.com/api/characters/1125",
"https://anapioficeandfire.com/api/characters/1127",
"https://anapioficeandfire.com/api/characters/1131",
"https://anapioficeandfire.com/api/characters/1132",
"https://anapioficeandfire.com/api/characters/1134",
"https://anapioficeandfire.com/api/characters/1135",
"https://anapioficeandfire.com/api/characters/1136",
"https://anapioficeandfire.com/api/characters/1137",
"https://anapioficeandfire.com/api/characters/1139",
"https://anapioficeandfire.com/api/characters/1142",
"https://anapioficeandfire.com/api/characters/1144",
"https://anapioficeandfire.com/api/characters/1145",
"https://anapioficeandfire.com/api/characters/1146",
"https://anapioficeandfire.com/api/characters/1147",
"https://anapioficeandfire.com/api/characters/1151",
"https://anapioficeandfire.com/api/characters/1155",
"https://anapioficeandfire.com/api/characters/1157",
"https://anapioficeandfire.com/api/characters/1158",
"https://anapioficeandfire.com/api/characters/1161",
"https://anapioficeandfire.com/api/characters/1164",
"https://anapioficeandfire.com/api/characters/1165",
"https://anapioficeandfire.com/api/characters/1166",
"https://anapioficeandfire.com/api/characters/1172",
"https://anapioficeandfire.com/api/characters/1173",
"https://anapioficeandfire.com/api/characters/1174",
"https://anapioficeandfire.com/api/characters/1177",
"https://anapioficeandfire.com/api/characters/1179",
"https://anapioficeandfire.com/api/characters/1181",
"https://anapioficeandfire.com/api/characters/1182",
"https://anapioficeandfire.com/api/characters/1184",
"https://anapioficeandfire.com/api/characters/1186",
"https://anapioficeandfire.com/api/characters/1192",
"https://anapioficeandfire.com/api/characters/1194",
"https://anapioficeandfire.com/api/characters/1195",
"https://anapioficeandfire.com/api/characters/1196",
"https://anapioficeandfire.com/api/characters/1199",
"https://anapioficeandfire.com/api/characters/1200",
"https://anapioficeandfire.com/api/characters/1201",
"https://anapioficeandfire.com/api/characters/1205",
"https://anapioficeandfire.com/api/characters/1213",
"https://anapioficeandfire.com/api/characters/1216",
"https://anapioficeandfire.com/api/characters/1217",
"https://anapioficeandfire.com/api/characters/1220",
"https://anapioficeandfire.com/api/characters/1221",
"https://anapioficeandfire.com/api/characters/1222",
"https://anapioficeandfire.com/api/characters/1223",
"https://anapioficeandfire.com/api/characters/1224",
"https://anapioficeandfire.com/api/characters/1227",
"https://anapioficeandfire.com/api/characters/1231",
"https://anapioficeandfire.com/api/characters/1233",
"https://anapioficeandfire.com/api/characters/1234",
"https://anapioficeandfire.com/api/characters/1237",
"https://anapioficeandfire.com/api/characters/1240",
"https://anapioficeandfire.com/api/characters/1244",
"https://anapioficeandfire.com/api/characters/1246",
"https://anapioficeandfire.com/api/characters/1250",
"https://anapioficeandfire.com/api/characters/1252",
"https://anapioficeandfire.com/api/characters/1253",
"https://anapioficeandfire.com/api/characters/1257",
"https://anapioficeandfire.com/api/characters/1262",
"https://anapioficeandfire.com/api/characters/1265",
"https://anapioficeandfire.com/api/characters/1266",
"https://anapioficeandfire.com/api/characters/1270",
"https://anapioficeandfire.com/api/characters/1274",
"https://anapioficeandfire.com/api/characters/1275",
"https://anapioficeandfire.com/api/characters/1277",
"https://anapioficeandfire.com/api/characters/1279",
"https://anapioficeandfire.com/api/characters/1280",
"https://anapioficeandfire.com/api/characters/1281",
"https://anapioficeandfire.com/api/characters/1283",
"https://anapioficeandfire.com/api/characters/1289",
"https://anapioficeandfire.com/api/characters/1293",
"https://anapioficeandfire.com/api/characters/1295",
"https://anapioficeandfire.com/api/characters/1296",
"https://anapioficeandfire.com/api/characters/1298",
"https://anapioficeandfire.com/api/characters/1301",
"https://anapioficeandfire.com/api/characters/1305",
"https://anapioficeandfire.com/api/characters/1310",
"https://anapioficeandfire.com/api/characters/1311",
"https://anapioficeandfire.com/api/characters/1314",
"https://anapioficeandfire.com/api/characters/1315",
"https://anapioficeandfire.com/api/characters/1316",
"https://anapioficeandfire.com/api/characters/1317",
"https://anapioficeandfire.com/api/characters/1320",
"https://anapioficeandfire.com/api/characters/1321",
"https://anapioficeandfire.com/api/characters/1323",
"https://anapioficeandfire.com/api/characters/1325",
"https://anapioficeandfire.com/api/characters/1331",
"https://anapioficeandfire.com/api/characters/1334",
"https://anapioficeandfire.com/api/characters/1335",
"https://anapioficeandfire.com/api/characters/1337",
"https://anapioficeandfire.com/api/characters/1341",
"https://anapioficeandfire.com/api/characters/1342",
"https://anapioficeandfire.com/api/characters/1346",
"https://anapioficeandfire.com/api/characters/1347",
"https://anapioficeandfire.com/api/characters/1348",
"https://anapioficeandfire.com/api/characters/1350",
"https://anapioficeandfire.com/api/characters/1351",
"https://anapioficeandfire.com/api/characters/1352",
"https://anapioficeandfire.com/api/characters/1353",
"https://anapioficeandfire.com/api/characters/1355",
"https://anapioficeandfire.com/api/characters/1358",
"https://anapioficeandfire.com/api/characters/1362",
"https://anapioficeandfire.com/api/characters/1363",
"https://anapioficeandfire.com/api/characters/1364",
"https://anapioficeandfire.com/api/characters/1367",
"https://anapioficeandfire.com/api/characters/1369",
"https://anapioficeandfire.com/api/characters/1374",
"https://anapioficeandfire.com/api/characters/1375",
"https://anapioficeandfire.com/api/characters/1376",
"https://anapioficeandfire.com/api/characters/1377",
"https://anapioficeandfire.com/api/characters/1383",
"https://anapioficeandfire.com/api/characters/1384",
"https://anapioficeandfire.com/api/characters/1385",
"https://anapioficeandfire.com/api/characters/1390",
"https://anapioficeandfire.com/api/characters/1393",
"https://anapioficeandfire.com/api/characters/1396",
"https://anapioficeandfire.com/api/characters/1401",
"https://anapioficeandfire.com/api/characters/1404",
"https://anapioficeandfire.com/api/characters/1409",
"https://anapioficeandfire.com/api/characters/1410",
"https://anapioficeandfire.com/api/characters/1411",
"https://anapioficeandfire.com/api/characters/1412",
"https://anapioficeandfire.com/api/characters/1413",
"https://anapioficeandfire.com/api/characters/1417",
"https://anapioficeandfire.com/api/characters/1418",
"https://anapioficeandfire.com/api/characters/1419",
"https://anapioficeandfire.com/api/characters/1420",
"https://anapioficeandfire.com/api/characters/1425",
"https://anapioficeandfire.com/api/characters/1426",
"https://anapioficeandfire.com/api/characters/1427",
"https://anapioficeandfire.com/api/characters/1428",
"https://anapioficeandfire.com/api/characters/1429",
"https://anapioficeandfire.com/api/characters/1434",
"https://anapioficeandfire.com/api/characters/1435",
"https://anapioficeandfire.com/api/characters/1436",
"https://anapioficeandfire.com/api/characters/1437",
"https://anapioficeandfire.com/api/characters/1438",
"https://anapioficeandfire.com/api/characters/1442",
"https://anapioficeandfire.com/api/characters/1445",
"https://anapioficeandfire.com/api/characters/1447",
"https://anapioficeandfire.com/api/characters/1448",
"https://anapioficeandfire.com/api/characters/1450",
"https://anapioficeandfire.com/api/characters/1451",
"https://anapioficeandfire.com/api/characters/1453",
"https://anapioficeandfire.com/api/characters/1455",
"https://anapioficeandfire.com/api/characters/1465",
"https://anapioficeandfire.com/api/characters/1466",
"https://anapioficeandfire.com/api/characters/1467",
"https://anapioficeandfire.com/api/characters/1468",
"https://anapioficeandfire.com/api/characters/1471",
"https://anapioficeandfire.com/api/characters/1472",
"https://anapioficeandfire.com/api/characters/1474",
"https://anapioficeandfire.com/api/characters/1475",
"https://anapioficeandfire.com/api/characters/1479",
"https://anapioficeandfire.com/api/characters/1481",
"https://anapioficeandfire.com/api/characters/1487",
"https://anapioficeandfire.com/api/characters/1488",
"https://anapioficeandfire.com/api/characters/1494",
"https://anapioficeandfire.com/api/characters/1495",
"https://anapioficeandfire.com/api/characters/1497",
"https://anapioficeandfire.com/api/characters/1502",
"https://anapioficeandfire.com/api/characters/1507",
"https://anapioficeandfire.com/api/characters/1508",
"https://anapioficeandfire.com/api/characters/1515",
"https://anapioficeandfire.com/api/characters/1518",
"https://anapioficeandfire.com/api/characters/1519",
"https://anapioficeandfire.com/api/characters/1520",
"https://anapioficeandfire.com/api/characters/1522",
"https://anapioficeandfire.com/api/characters/1523",
"https://anapioficeandfire.com/api/characters/1525",
"https://anapioficeandfire.com/api/characters/1526",
"https://anapioficeandfire.com/api/characters/1531",
"https://anapioficeandfire.com/api/characters/1532",
"https://anapioficeandfire.com/api/characters/1533",
"https://anapioficeandfire.com/api/characters/1535",
"https://anapioficeandfire.com/api/characters/1536",
"https://anapioficeandfire.com/api/characters/1539",
"https://anapioficeandfire.com/api/characters/1540",
"https://anapioficeandfire.com/api/characters/1544",
"https://anapioficeandfire.com/api/characters/1547",
"https://anapioficeandfire.com/api/characters/1548",
"https://anapioficeandfire.com/api/characters/1549",
"https://anapioficeandfire.com/api/characters/1559",
"https://anapioficeandfire.com/api/characters/1560",
"https://anapioficeandfire.com/api/characters/1561",
"https://anapioficeandfire.com/api/characters/1569",
"https://anapioficeandfire.com/api/characters/1570",
"https://anapioficeandfire.com/api/characters/1571",
"https://anapioficeandfire.com/api/characters/1574",
"https://anapioficeandfire.com/api/characters/1575",
"https://anapioficeandfire.com/api/characters/1576",
"https://anapioficeandfire.com/api/characters/1577",
"https://anapioficeandfire.com/api/characters/1578",
"https://anapioficeandfire.com/api/characters/1580",
"https://anapioficeandfire.com/api/characters/1581",
"https://anapioficeandfire.com/api/characters/1584",
"https://anapioficeandfire.com/api/characters/1587",
"https://anapioficeandfire.com/api/characters/1594",
"https://anapioficeandfire.com/api/characters/1599",
"https://anapioficeandfire.com/api/characters/1603",
"https://anapioficeandfire.com/api/characters/1604",
"https://anapioficeandfire.com/api/characters/1606",
"https://anapioficeandfire.com/api/characters/1607",
"https://anapioficeandfire.com/api/characters/1612",
"https://anapioficeandfire.com/api/characters/1613",
"https://anapioficeandfire.com/api/characters/1615",
"https://anapioficeandfire.com/api/characters/1616",
"https://anapioficeandfire.com/api/characters/1617",
"https://anapioficeandfire.com/api/characters/1618",
"https://anapioficeandfire.com/api/characters/1619",
"https://anapioficeandfire.com/api/characters/1621",
"https://anapioficeandfire.com/api/characters/1623",
"https://anapioficeandfire.com/api/characters/1625",
"https://anapioficeandfire.com/api/characters/1626",
"https://anapioficeandfire.com/api/characters/1627",
"https://anapioficeandfire.com/api/characters/1629",
"https://anapioficeandfire.com/api/characters/1630",
"https://anapioficeandfire.com/api/characters/1632",
"https://anapioficeandfire.com/api/characters/1634",
"https://anapioficeandfire.com/api/characters/1640",
"https://anapioficeandfire.com/api/characters/1645",
"https://anapioficeandfire.com/api/characters/1647",
"https://anapioficeandfire.com/api/characters/1649",
"https://anapioficeandfire.com/api/characters/1650",
"https://anapioficeandfire.com/api/characters/1654",
"https://anapioficeandfire.com/api/characters/1656",
"https://anapioficeandfire.com/api/characters/1657",
"https://anapioficeandfire.com/api/characters/1658",
"https://anapioficeandfire.com/api/characters/1659",
"https://anapioficeandfire.com/api/characters/1660",
"https://anapioficeandfire.com/api/characters/1666",
"https://anapioficeandfire.com/api/characters/1667",
"https://anapioficeandfire.com/api/characters/1669",
"https://anapioficeandfire.com/api/characters/1670",
"https://anapioficeandfire.com/api/characters/1674",
"https://anapioficeandfire.com/api/characters/1675",
"https://anapioficeandfire.com/api/characters/1676",
"https://anapioficeandfire.com/api/characters/1678",
"https://anapioficeandfire.com/api/characters/1681",
"https://anapioficeandfire.com/api/characters/1682",
"https://anapioficeandfire.com/api/characters/1683",
"https://anapioficeandfire.com/api/characters/1684",
"https://anapioficeandfire.com/api/characters/1685",
"https://anapioficeandfire.com/api/characters/1688",
"https://anapioficeandfire.com/api/characters/1692",
"https://anapioficeandfire.com/api/characters/1695",
"https://anapioficeandfire.com/api/characters/1696",
"https://anapioficeandfire.com/api/characters/1697",
"https://anapioficeandfire.com/api/characters/1700",
"https://anapioficeandfire.com/api/characters/1701",
"https://anapioficeandfire.com/api/characters/1703",
"https://anapioficeandfire.com/api/characters/1704",
"https://anapioficeandfire.com/api/characters/1706",
"https://anapioficeandfire.com/api/characters/1708",
"https://anapioficeandfire.com/api/characters/1709",
"https://anapioficeandfire.com/api/characters/1713",
"https://anapioficeandfire.com/api/characters/1715",
"https://anapioficeandfire.com/api/characters/1727",
"https://anapioficeandfire.com/api/characters/1729",
"https://anapioficeandfire.com/api/characters/1730",
"https://anapioficeandfire.com/api/characters/1732",
"https://anapioficeandfire.com/api/characters/1733",
"https://anapioficeandfire.com/api/characters/1735",
"https://anapioficeandfire.com/api/characters/1740",
"https://anapioficeandfire.com/api/characters/1741",
"https://anapioficeandfire.com/api/characters/1742",
"https://anapioficeandfire.com/api/characters/1747",
"https://anapioficeandfire.com/api/characters/1749",
"https://anapioficeandfire.com/api/characters/1754",
"https://anapioficeandfire.com/api/characters/1755",
"https://anapioficeandfire.com/api/characters/1759",
"https://anapioficeandfire.com/api/characters/1761",
"https://anapioficeandfire.com/api/characters/1762",
"https://anapioficeandfire.com/api/characters/1764",
"https://anapioficeandfire.com/api/characters/1766",
"https://anapioficeandfire.com/api/characters/1768",
"https://anapioficeandfire.com/api/characters/1769",
"https://anapioficeandfire.com/api/characters/1770",
"https://anapioficeandfire.com/api/characters/1774",
"https://anapioficeandfire.com/api/characters/1776",
"https://anapioficeandfire.com/api/characters/1777",
"https://anapioficeandfire.com/api/characters/1778",
"https://anapioficeandfire.com/api/characters/1781",
"https://anapioficeandfire.com/api/characters/1782",
"https://anapioficeandfire.com/api/characters/1783",
"https://anapioficeandfire.com/api/characters/1784",
"https://anapioficeandfire.com/api/characters/1785",
"https://anapioficeandfire.com/api/characters/1787",
"https://anapioficeandfire.com/api/characters/1789",
"https://anapioficeandfire.com/api/characters/1791",
"https://anapioficeandfire.com/api/characters/1794",
"https://anapioficeandfire.com/api/characters/1795",
"https://anapioficeandfire.com/api/characters/1797",
"https://anapioficeandfire.com/api/characters/1799",
"https://anapioficeandfire.com/api/characters/1800",
"https://anapioficeandfire.com/api/characters/1804",
"https://anapioficeandfire.com/api/characters/1805",
"https://anapioficeandfire.com/api/characters/1806",
"https://anapioficeandfire.com/api/characters/1807",
"https://anapioficeandfire.com/api/characters/1808",
"https://anapioficeandfire.com/api/characters/1809",
"https://anapioficeandfire.com/api/characters/1810",
"https://anapioficeandfire.com/api/characters/1811",
"https://anapioficeandfire.com/api/characters/1814",
"https://anapioficeandfire.com/api/characters/1815",
"https://anapioficeandfire.com/api/characters/1821",
"https://anapioficeandfire.com/api/characters/1824",
"https://anapioficeandfire.com/api/characters/1825",
"https://anapioficeandfire.com/api/characters/1826",
"https://anapioficeandfire.com/api/characters/1827",
"https://anapioficeandfire.com/api/characters/1828",
"https://anapioficeandfire.com/api/characters/1830",
"https://anapioficeandfire.com/api/characters/1839",
"https://anapioficeandfire.com/api/characters/1843",
"https://anapioficeandfire.com/api/characters/1847",
"https://anapioficeandfire.com/api/characters/1848",
"https://anapioficeandfire.com/api/characters/1852",
"https://anapioficeandfire.com/api/characters/1854",
"https://anapioficeandfire.com/api/characters/1856",
"https://anapioficeandfire.com/api/characters/1860",
"https://anapioficeandfire.com/api/characters/1861",
"https://anapioficeandfire.com/api/characters/1862",
"https://anapioficeandfire.com/api/characters/1864",
"https://anapioficeandfire.com/api/characters/1873",
"https://anapioficeandfire.com/api/characters/1880",
"https://anapioficeandfire.com/api/characters/1882",
"https://anapioficeandfire.com/api/characters/1885",
"https://anapioficeandfire.com/api/characters/1896",
"https://anapioficeandfire.com/api/characters/1900",
"https://anapioficeandfire.com/api/characters/1902",
"https://anapioficeandfire.com/api/characters/1903",
"https://anapioficeandfire.com/api/characters/1904",
"https://anapioficeandfire.com/api/characters/1911",
"https://anapioficeandfire.com/api/characters/1916",
"https://anapioficeandfire.com/api/characters/1917",
"https://anapioficeandfire.com/api/characters/1918",
"https://anapioficeandfire.com/api/characters/1920",
"https://anapioficeandfire.com/api/characters/1921",
"https://anapioficeandfire.com/api/characters/1922",
"https://anapioficeandfire.com/api/characters/1925",
"https://anapioficeandfire.com/api/characters/1926",
"https://anapioficeandfire.com/api/characters/1930",
"https://anapioficeandfire.com/api/characters/1931",
"https://anapioficeandfire.com/api/characters/1932",
"https://anapioficeandfire.com/api/characters/1933",
"https://anapioficeandfire.com/api/characters/1934",
"https://anapioficeandfire.com/api/characters/1935",
"https://anapioficeandfire.com/api/characters/1938",
"https://anapioficeandfire.com/api/characters/1939",
"https://anapioficeandfire.com/api/characters/1940",
"https://anapioficeandfire.com/api/characters/1941",
"https://anapioficeandfire.com/api/characters/1943",
"https://anapioficeandfire.com/api/characters/1947",
"https://anapioficeandfire.com/api/characters/1951",
"https://anapioficeandfire.com/api/characters/1952",
"https://anapioficeandfire.com/api/characters/1954",
"https://anapioficeandfire.com/api/characters/1955",
"https://anapioficeandfire.com/api/characters/1957",
"https://anapioficeandfire.com/api/characters/1959",
"https://anapioficeandfire.com/api/characters/1963",
"https://anapioficeandfire.com/api/characters/1964",
"https://anapioficeandfire.com/api/characters/1967",
"https://anapioficeandfire.com/api/characters/1969",
"https://anapioficeandfire.com/api/characters/1971",
"https://anapioficeandfire.com/api/characters/1972",
"https://anapioficeandfire.com/api/characters/1976",
"https://anapioficeandfire.com/api/characters/1977",
"https://anapioficeandfire.com/api/characters/1979",
"https://anapioficeandfire.com/api/characters/1984",
"https://anapioficeandfire.com/api/characters/1988",
"https://anapioficeandfire.com/api/characters/1990",
"https://anapioficeandfire.com/api/characters/1993",
"https://anapioficeandfire.com/api/characters/1994",
"https://anapioficeandfire.com/api/characters/1996",
"https://anapioficeandfire.com/api/characters/2002",
"https://anapioficeandfire.com/api/characters/2003",
"https://anapioficeandfire.com/api/characters/2005",
"https://anapioficeandfire.com/api/characters/2006",
"https://anapioficeandfire.com/api/characters/2007",
"https://anapioficeandfire.com/api/characters/2009",
"https://anapioficeandfire.com/api/characters/2010",
"https://anapioficeandfire.com/api/characters/2013",
"https://anapioficeandfire.com/api/characters/2014",
"https://anapioficeandfire.com/api/characters/2016",
"https://anapioficeandfire.com/api/characters/2017",
"https://anapioficeandfire.com/api/characters/2018",
"https://anapioficeandfire.com/api/characters/2020",
"https://anapioficeandfire.com/api/characters/2022",
"https://anapioficeandfire.com/api/characters/2024",
"https://anapioficeandfire.com/api/characters/2027",
"https://anapioficeandfire.com/api/characters/2031",
"https://anapioficeandfire.com/api/characters/2032",
"https://anapioficeandfire.com/api/characters/2035",
"https://anapioficeandfire.com/api/characters/2038",
"https://anapioficeandfire.com/api/characters/2041",
"https://anapioficeandfire.com/api/characters/2044",
"https://anapioficeandfire.com/api/characters/2045",
"https://anapioficeandfire.com/api/characters/2049",
"https://anapioficeandfire.com/api/characters/2050",
"https://anapioficeandfire.com/api/characters/2052",
"https://anapioficeandfire.com/api/characters/2060",
"https://anapioficeandfire.com/api/characters/2063",
"https://anapioficeandfire.com/api/characters/2065",
"https://anapioficeandfire.com/api/characters/2066",
"https://anapioficeandfire.com/api/characters/2067",
"https://anapioficeandfire.com/api/characters/2069",
"https://anapioficeandfire.com/api/characters/2070",
"https://anapioficeandfire.com/api/characters/2071",
"https://anapioficeandfire.com/api/characters/2072",
"https://anapioficeandfire.com/api/characters/2073",
"https://anapioficeandfire.com/api/characters/2074",
"https://anapioficeandfire.com/api/characters/2077",
"https://anapioficeandfire.com/api/characters/2085",
"https://anapioficeandfire.com/api/characters/2087",
"https://anapioficeandfire.com/api/characters/2088",
"https://anapioficeandfire.com/api/characters/2091",
"https://anapioficeandfire.com/api/characters/2092",
"https://anapioficeandfire.com/api/characters/2093",
"https://anapioficeandfire.com/api/characters/2097",
"https://anapioficeandfire.com/api/characters/2098",
"https://anapioficeandfire.com/api/characters/2099",
"https://anapioficeandfire.com/api/characters/2100",
"https://anapioficeandfire.com/api/characters/2109",
"https://anapioficeandfire.com/api/characters/2120",
"https://anapioficeandfire.com/api/characters/2121",
"https://anapioficeandfire.com/api/characters/2122",
"https://anapioficeandfire.com/api/characters/2126",
"https://anapioficeandfire.com/api/characters/2131",
"https://anapioficeandfire.com/api/characters/2134",
"https://anapioficeandfire.com/api/characters/2137"
],
"isCustomField": false,
"accessor": "characters",
"identifier": "characters",
"position": 9,
"originalIdentifier": "characters",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"isDisabled": false,
"isFilterable": false,
"isRequired": false,
"isVisible": true,
"label": "Characters",
"labelTextSize": "0.875rem",
"serverSideFiltering": false,
"options": "{{ getBooks.data.characters.map(((character) => { \n\t return { label: character.toString().split('/').slice(-1)[0], value: character.toString().split('/').slice(-1)[0] } \n\t })) \n\t}}"
},
"povCharacters": {
"children": {
},
"dataType": "array",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData.povCharacters))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Multiselect",
"sourceData": [
"https://anapioficeandfire.com/api/characters/148",
"https://anapioficeandfire.com/api/characters/208",
"https://anapioficeandfire.com/api/characters/232",
"https://anapioficeandfire.com/api/characters/529",
"https://anapioficeandfire.com/api/characters/583",
"https://anapioficeandfire.com/api/characters/751",
"https://anapioficeandfire.com/api/characters/954",
"https://anapioficeandfire.com/api/characters/957",
"https://anapioficeandfire.com/api/characters/1052",
"https://anapioficeandfire.com/api/characters/1267",
"https://anapioficeandfire.com/api/characters/1303",
"https://anapioficeandfire.com/api/characters/1319"
],
"isCustomField": false,
"accessor": "povCharacters",
"identifier": "povCharacters",
"position": 10,
"originalIdentifier": "povCharacters",
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"isDisabled": false,
"isFilterable": false,
"isRequired": false,
"isVisible": true,
"label": "Pov Characters",
"labelTextSize": "0.875rem",
"serverSideFiltering": false,
"options": [
{
"label": "Blue",
"value": "BLUE"
},
{
"label": "Green",
"value": "GREEN"
},
{
"label": "Red",
"value": "RED"
}
]
}
},
"dataType": "object",
"defaultValue": "{{((sourceData, formData, fieldState) => (sourceData))(JSONForm1.sourceData, JSONForm1.formData, JSONForm1.fieldState)}}",
"fieldType": "Object",
"sourceData": {
"url": "https://anapioficeandfire.com/api/books/3",
"name": "A Storm of Swords",
"isbn": "978-0553106633",
"authors": [
"George R. R. Martin"
],
"numberOfPages": 992,
"publisher": "Bantam Books",
"country": "United States",
"mediaType": "Hardcover",
"released": "2000-10-31T00:00:00",
"characters": [
"https://anapioficeandfire.com/api/characters/2",
"https://anapioficeandfire.com/api/characters/3",
"https://anapioficeandfire.com/api/characters/7",
"https://anapioficeandfire.com/api/characters/12",
"https://anapioficeandfire.com/api/characters/13",
"https://anapioficeandfire.com/api/characters/16",
"https://anapioficeandfire.com/api/characters/20",
"https://anapioficeandfire.com/api/characters/21",
"https://anapioficeandfire.com/api/characters/27",
"https://anapioficeandfire.com/api/characters/31",
"https://anapioficeandfire.com/api/characters/35",
"https://anapioficeandfire.com/api/characters/36",
"https://anapioficeandfire.com/api/characters/37",
"https://anapioficeandfire.com/api/characters/38",
"https://anapioficeandfire.com/api/characters/39",
"https://anapioficeandfire.com/api/characters/40",
"https://anapioficeandfire.com/api/characters/41",
"https://anapioficeandfire.com/api/characters/42",
"https://anapioficeandfire.com/api/characters/46",
"https://anapioficeandfire.com/api/characters/50",
"https://anapioficeandfire.com/api/characters/51",
"https://anapioficeandfire.com/api/characters/52",
"https://anapioficeandfire.com/api/characters/53",
"https://anapioficeandfire.com/api/characters/54",
"https://anapioficeandfire.com/api/characters/56",
"https://anapioficeandfire.com/api/characters/58",
"https://anapioficeandfire.com/api/characters/60",
"https://anapioficeandfire.com/api/characters/62",
"https://anapioficeandfire.com/api/characters/64",
"https://anapioficeandfire.com/api/characters/67",
"https://anapioficeandfire.com/api/characters/68",
"https://anapioficeandfire.com/api/characters/69",
"https://anapioficeandfire.com/api/characters/70",
"https://anapioficeandfire.com/api/characters/71",
"https://anapioficeandfire.com/api/characters/72",
"https://anapioficeandfire.com/api/characters/73",
"https://anapioficeandfire.com/api/characters/77",
"https://anapioficeandfire.com/api/characters/78",
"https://anapioficeandfire.com/api/characters/79",
"https://anapioficeandfire.com/api/characters/80",
"https://anapioficeandfire.com/api/characters/81",
"https://anapioficeandfire.com/api/characters/82",
"https://anapioficeandfire.com/api/characters/84",
"https://anapioficeandfire.com/api/characters/85",
"https://anapioficeandfire.com/api/characters/86",
"https://anapioficeandfire.com/api/characters/87",
"https://anapioficeandfire.com/api/characters/89",
"https://anapioficeandfire.com/api/characters/94",
"https://anapioficeandfire.com/api/characters/95",
"https://anapioficeandfire.com/api/characters/96",
"https://anapioficeandfire.com/api/characters/100",
"https://anapioficeandfire.com/api/characters/105",
"https://anapioficeandfire.com/api/characters/108",
"https://anapioficeandfire.com/api/characters/111",
"https://anapioficeandfire.com/api/characters/112",
"https://anapioficeandfire.com/api/characters/114",
"https://anapioficeandfire.com/api/characters/115",
"https://anapioficeandfire.com/api/characters/116",
"https://anapioficeandfire.com/api/characters/117",
"https://anapioficeandfire.com/api/characters/118",
"https://anapioficeandfire.com/api/characters/120",
"https://anapioficeandfire.com/api/characters/122",
"https://anapioficeandfire.com/api/characters/123",
"https://anapioficeandfire.com/api/characters/124",
"https://anapioficeandfire.com/api/characters/125",
"https://anapioficeandfire.com/api/characters/127",
"https://anapioficeandfire.com/api/characters/130",
"https://anapioficeandfire.com/api/characters/138",
"https://anapioficeandfire.com/api/characters/141",
"https://anapioficeandfire.com/api/characters/142",
"https://anapioficeandfire.com/api/characters/145",
"https://anapioficeandfire.com/api/characters/146",
"https://anapioficeandfire.com/api/characters/147",
"https://anapioficeandfire.com/api/characters/149",
"https://anapioficeandfire.com/api/characters/151",
"https://anapioficeandfire.com/api/characters/153",
"https://anapioficeandfire.com/api/characters/158",
"https://anapioficeandfire.com/api/characters/159",
"https://anapioficeandfire.com/api/characters/160",
"https://anapioficeandfire.com/api/characters/161",
"https://anapioficeandfire.com/api/characters/162",
"https://anapioficeandfire.com/api/characters/164",
"https://anapioficeandfire.com/api/characters/168",
"https://anapioficeandfire.com/api/characters/169",
"https://anapioficeandfire.com/api/characters/173",
"https://anapioficeandfire.com/api/characters/175",
"https://anapioficeandfire.com/api/characters/177",
"https://anapioficeandfire.com/api/characters/179",
"https://anapioficeandfire.com/api/characters/180",
"https://anapioficeandfire.com/api/characters/181",
"https://anapioficeandfire.com/api/characters/187",
"https://anapioficeandfire.com/api/characters/188",
"https://anapioficeandfire.com/api/characters/189",
"https://anapioficeandfire.com/api/characters/190",
"https://anapioficeandfire.com/api/characters/193",
"https://anapioficeandfire.com/api/characters/194",
"https://anapioficeandfire.com/api/characters/199",
"https://anapioficeandfire.com/api/characters/200",
"https://anapioficeandfire.com/api/characters/202",
"https://anapioficeandfire.com/api/characters/203",
"https://anapioficeandfire.com/api/characters/204",
"https://anapioficeandfire.com/api/characters/206",
"https://anapioficeandfire.com/api/characters/214",
"https://anapioficeandfire.com/api/characters/216",
"https://anapioficeandfire.com/api/characters/217",
"https://anapioficeandfire.com/api/characters/219",
"https://anapioficeandfire.com/api/characters/222",
"https://anapioficeandfire.com/api/characters/223",
"https://anapioficeandfire.com/api/characters/225",
"https://anapioficeandfire.com/api/characters/227",
"https://anapioficeandfire.com/api/characters/228",
"https://anapioficeandfire.com/api/characters/230",
"https://anapioficeandfire.com/api/characters/234",
"https://anapioficeandfire.com/api/characters/235",
"https://anapioficeandfire.com/api/characters/237",
"https://anapioficeandfire.com/api/characters/238",
"https://anapioficeandfire.com/api/characters/245",
"https://anapioficeandfire.com/api/characters/247",
"https://anapioficeandfire.com/api/characters/250",
"https://anapioficeandfire.com/api/characters/251",
"https://anapioficeandfire.com/api/characters/252",
"https://anapioficeandfire.com/api/characters/254",
"https://anapioficeandfire.com/api/characters/262",
"https://anapioficeandfire.com/api/characters/263",
"https://anapioficeandfire.com/api/characters/264",
"https://anapioficeandfire.com/api/characters/267",
"https://anapioficeandfire.com/api/characters/273",
"https://anapioficeandfire.com/api/characters/274",
"https://anapioficeandfire.com/api/characters/279",
"https://anapioficeandfire.com/api/characters/280",
"https://anapioficeandfire.com/api/characters/282",
"https://anapioficeandfire.com/api/characters/285",
"https://anapioficeandfire.com/api/characters/286",
"https://anapioficeandfire.com/api/characters/288",
"https://anapioficeandfire.com/api/characters/290",
"https://anapioficeandfire.com/api/characters/291",
"https://anapioficeandfire.com/api/characters/292",
"https://anapioficeandfire.com/api/characters/294",
"https://anapioficeandfire.com/api/characters/295",
"https://anapioficeandfire.com/api/characters/296",
"https://anapioficeandfire.com/api/characters/297",
"https://anapioficeandfire.com/api/characters/298",
"https://anapioficeandfire.com/api/characters/299",
"https://anapioficeandfire.com/api/characters/300",
"https://anapioficeandfire.com/api/characters/303",
"https://anapioficeandfire.com/api/characters/306",
"https://anapioficeandfire.com/api/characters/308",
"https://anapioficeandfire.com/api/characters/309",
"https://anapioficeandfire.com/api/characters/310",
"https://anapioficeandfire.com/api/characters/311",
"https://anapioficeandfire.com/api/characters/312",
"https://anapioficeandfire.com/api/characters/315",
"https://anapioficeandfire.com/api/characters/320",
"https://anapioficeandfire.com/api/characters/321",
"https://anapioficeandfire.com/api/characters/322",
"https://anapioficeandfire.com/api/characters/323",
"https://anapioficeandfire.com/api/characters/325",
"https://anapioficeandfire.com/api/characters/326",
"https://anapioficeandfire.com/api/characters/327",
"https://anapioficeandfire.com/api/characters/329",
"https://anapioficeandfire.com/api/characters/330",
"https://anapioficeandfire.com/api/characters/331",
"https://anapioficeandfire.com/api/characters/332",
"https://anapioficeandfire.com/api/characters/336",
"https://anapioficeandfire.com/api/characters/337",
"https://anapioficeandfire.com/api/characters/338",
"https://anapioficeandfire.com/api/characters/339",
"https://anapioficeandfire.com/api/characters/341",
"https://anapioficeandfire.com/api/characters/346",
"https://anapioficeandfire.com/api/characters/347",
"https://anapioficeandfire.com/api/characters/348",
"https://anapioficeandfire.com/api/characters/352",
"https://anapioficeandfire.com/api/characters/357",
"https://anapioficeandfire.com/api/characters/360",
"https://anapioficeandfire.com/api/characters/361",
"https://anapioficeandfire.com/api/characters/362",
"https://anapioficeandfire.com/api/characters/364",
"https://anapioficeandfire.com/api/characters/365",
"https://anapioficeandfire.com/api/characters/368",
"https://anapioficeandfire.com/api/characters/369",
"https://anapioficeandfire.com/api/characters/370",
"https://anapioficeandfire.com/api/characters/372",
"https://anapioficeandfire.com/api/characters/374",
"https://anapioficeandfire.com/api/characters/375",
"https://anapioficeandfire.com/api/characters/377",
"https://anapioficeandfire.com/api/characters/379",
"https://anapioficeandfire.com/api/characters/380",
"https://anapioficeandfire.com/api/characters/381",
"https://anapioficeandfire.com/api/characters/382",
"https://anapioficeandfire.com/api/characters/383",
"https://anapioficeandfire.com/api/characters/385",
"https://anapioficeandfire.com/api/characters/392",
"https://anapioficeandfire.com/api/characters/393",
"https://anapioficeandfire.com/api/characters/394",
"https://anapioficeandfire.com/api/characters/397",
"https://anapioficeandfire.com/api/characters/401",
"https://anapioficeandfire.com/api/characters/404",
"https://anapioficeandfire.com/api/characters/405",
"https://anapioficeandfire.com/api/characters/406",
"https://anapioficeandfire.com/api/characters/408",
"https://anapioficeandfire.com/api/characters/411",
"https://anapioficeandfire.com/api/characters/413",
"https://anapioficeandfire.com/api/characters/415",
"https://anapioficeandfire.com/api/characters/416",
"https://anapioficeandfire.com/api/characters/417",
"https://anapioficeandfire.com/api/characters/418",
"https://anapioficeandfire.com/api/characters/421",
"https://anapioficeandfire.com/api/characters/423",
"https://anapioficeandfire.com/api/characters/424",
"https://anapioficeandfire.com/api/characters/426",
"https://anapioficeandfire.com/api/characters/434",
"https://anapioficeandfire.com/api/characters/438",
"https://anapioficeandfire.com/api/characters/439",
"https://anapioficeandfire.com/api/characters/442",
"https://anapioficeandfire.com/api/characters/443",
"https://anapioficeandfire.com/api/characters/448",
"https://anapioficeandfire.com/api/characters/453",
"https://anapioficeandfire.com/api/characters/458",
"https://anapioficeandfire.com/api/characters/461",
"https://anapioficeandfire.com/api/characters/462",
"https://anapioficeandfire.com/api/characters/465",
"https://anapioficeandfire.com/api/characters/470",
"https://anapioficeandfire.com/api/characters/475",
"https://anapioficeandfire.com/api/characters/476",
"https://anapioficeandfire.com/api/characters/485",
"https://anapioficeandfire.com/api/characters/486",
"https://anapioficeandfire.com/api/characters/487",
"https://anapioficeandfire.com/api/characters/490",
"https://anapioficeandfire.com/api/characters/496",
"https://anapioficeandfire.com/api/characters/498",
"https://anapioficeandfire.com/api/characters/499",
"https://anapioficeandfire.com/api/characters/500",
"https://anapioficeandfire.com/api/characters/501",
"https://anapioficeandfire.com/api/characters/502",
"https://anapioficeandfire.com/api/characters/503",
"https://anapioficeandfire.com/api/characters/504",
"https://anapioficeandfire.com/api/characters/506",
"https://anapioficeandfire.com/api/characters/507",
"https://anapioficeandfire.com/api/characters/511",
"https://anapioficeandfire.com/api/characters/519",
"https://anapioficeandfire.com/api/characters/521",
"https://anapioficeandfire.com/api/characters/522",
"https://anapioficeandfire.com/api/characters/523",
"https://anapioficeandfire.com/api/characters/524",
"https://anapioficeandfire.com/api/characters/526",
"https://anapioficeandfire.com/api/characters/527",
"https://anapioficeandfire.com/api/characters/530",
"https://anapioficeandfire.com/api/characters/531",
"https://anapioficeandfire.com/api/characters/532",
"https://anapioficeandfire.com/api/characters/533",
"https://anapioficeandfire.com/api/characters/534",
"https://anapioficeandfire.com/api/characters/535",
"https://anapioficeandfire.com/api/characters/536",
"https://anapioficeandfire.com/api/characters/537",
"https://anapioficeandfire.com/api/characters/539",
"https://anapioficeandfire.com/api/characters/547",
"https://anapioficeandfire.com/api/characters/549",
"https://anapioficeandfire.com/api/characters/550",
"https://anapioficeandfire.com/api/characters/553",
"https://anapioficeandfire.com/api/characters/555",
"https://anapioficeandfire.com/api/characters/557",
"https://anapioficeandfire.com/api/characters/559",
"https://anapioficeandfire.com/api/characters/560",
"https://anapioficeandfire.com/api/characters/561",
"https://anapioficeandfire.com/api/characters/562",
"https://anapioficeandfire.com/api/characters/563",
"https://anapioficeandfire.com/api/characters/565",
"https://anapioficeandfire.com/api/characters/571",
"https://anapioficeandfire.com/api/characters/572",
"https://anapioficeandfire.com/api/characters/574",
"https://anapioficeandfire.com/api/characters/575",
"https://anapioficeandfire.com/api/characters/576",
"https://anapioficeandfire.com/api/characters/580",
"https://anapioficeandfire.com/api/characters/585",
"https://anapioficeandfire.com/api/characters/586",
"https://anapioficeandfire.com/api/characters/587",
"https://anapioficeandfire.com/api/characters/588",
"https://anapioficeandfire.com/api/characters/590",
"https://anapioficeandfire.com/api/characters/592",
"https://anapioficeandfire.com/api/characters/595",
"https://anapioficeandfire.com/api/characters/597",
"https://anapioficeandfire.com/api/characters/599",
"https://anapioficeandfire.com/api/characters/600",
"https://anapioficeandfire.com/api/characters/602",
"https://anapioficeandfire.com/api/characters/603",
"https://anapioficeandfire.com/api/characters/604",
"https://anapioficeandfire.com/api/characters/605",
"https://anapioficeandfire.com/api/characters/606",
"https://anapioficeandfire.com/api/characters/607",
"https://anapioficeandfire.com/api/characters/609",
"https://anapioficeandfire.com/api/characters/613",
"https://anapioficeandfire.com/api/characters/616",
"https://anapioficeandfire.com/api/characters/617",
"https://anapioficeandfire.com/api/characters/621",
"https://anapioficeandfire.com/api/characters/622",
"https://anapioficeandfire.com/api/characters/623",
"https://anapioficeandfire.com/api/characters/624",
"https://anapioficeandfire.com/api/characters/625",
"https://anapioficeandfire.com/api/characters/626",
"https://anapioficeandfire.com/api/characters/628",
"https://anapioficeandfire.com/api/characters/629",
"https://anapioficeandfire.com/api/characters/630",
"https://anapioficeandfire.com/api/characters/631",
"https://anapioficeandfire.com/api/characters/632",
"https://anapioficeandfire.com/api/characters/635",
"https://anapioficeandfire.com/api/characters/636",
"https://anapioficeandfire.com/api/characters/638",
"https://anapioficeandfire.com/api/characters/639",
"https://anapioficeandfire.com/api/characters/640",
"https://anapioficeandfire.com/api/characters/647",
"https://anapioficeandfire.com/api/characters/649",
"https://anapioficeandfire.com/api/characters/650",
"https://anapioficeandfire.com/api/characters/651",
"https://anapioficeandfire.com/api/characters/657",
"https://anapioficeandfire.com/api/characters/658",
"https://anapioficeandfire.com/api/characters/659",
"https://anapioficeandfire.com/api/characters/660",
"https://anapioficeandfire.com/api/characters/662",
"https://anapioficeandfire.com/api/characters/663",
"https://anapioficeandfire.com/api/characters/664",
"https://anapioficeandfire.com/api/characters/665",
"https://anapioficeandfire.com/api/characters/666",
"https://anapioficeandfire.com/api/characters/669",
"https://anapioficeandfire.com/api/characters/670",
"https://anapioficeandfire.com/api/characters/673",
"https://anapioficeandfire.com/api/characters/674",
"https://anapioficeandfire.com/api/characters/676",
"https://anapioficeandfire.com/api/characters/677",
"https://anapioficeandfire.com/api/characters/678",
"https://anapioficeandfire.com/api/characters/682",
"https://anapioficeandfire.com/api/characters/683",
"https://anapioficeandfire.com/api/characters/686",
"https://anapioficeandfire.com/api/characters/688",
"https://anapioficeandfire.com/api/characters/689",
"https://anapioficeandfire.com/api/characters/690",
"https://anapioficeandfire.com/api/characters/691",
"https://anapioficeandfire.com/api/characters/692",
"https://anapioficeandfire.com/api/characters/693",
"https://anapioficeandfire.com/api/characters/694",
"https://anapioficeandfire.com/api/characters/697",
"https://anapioficeandfire.com/api/characters/699",
"https://anapioficeandfire.com/api/characters/700",
"https://anapioficeandfire.com/api/characters/701",
"https://anapioficeandfire.com/api/characters/704",
"https://anapioficeandfire.com/api/characters/708",
"https://anapioficeandfire.com/api/characters/710",
"https://anapioficeandfire.com/api/characters/711",
"https://anapioficeandfire.com/api/characters/712",
"https://anapioficeandfire.com/api/characters/713",
"https://anapioficeandfire.com/api/characters/717",
"https://anapioficeandfire.com/api/characters/718",
"https://anapioficeandfire.com/api/characters/720",
"https://anapioficeandfire.com/api/characters/721",
"https://anapioficeandfire.com/api/characters/722",
"https://anapioficeandfire.com/api/characters/723",
"https://anapioficeandfire.com/api/characters/725",
"https://anapioficeandfire.com/api/characters/727",
"https://anapioficeandfire.com/api/characters/730",
"https://anapioficeandfire.com/api/characters/731",
"https://anapioficeandfire.com/api/characters/735",
"https://anapioficeandfire.com/api/characters/736",
"https://anapioficeandfire.com/api/characters/738",
"https://anapioficeandfire.com/api/characters/740",
"https://anapioficeandfire.com/api/characters/741",
"https://anapioficeandfire.com/api/characters/742",
"https://anapioficeandfire.com/api/characters/743",
"https://anapioficeandfire.com/api/characters/745",
"https://anapioficeandfire.com/api/characters/746",
"https://anapioficeandfire.com/api/characters/747",
"https://anapioficeandfire.com/api/characters/748",
"https://anapioficeandfire.com/api/characters/750",
"https://anapioficeandfire.com/api/characters/752",
"https://anapioficeandfire.com/api/characters/754",
"https://anapioficeandfire.com/api/characters/755",
"https://anapioficeandfire.com/api/characters/756",
"https://anapioficeandfire.com/api/characters/757",
"https://anapioficeandfire.com/api/characters/761",
"https://anapioficeandfire.com/api/characters/762",
"https://anapioficeandfire.com/api/characters/764",
"https://anapioficeandfire.com/api/characters/765",
"https://anapioficeandfire.com/api/characters/766",
"https://anapioficeandfire.com/api/characters/767",
"https://anapioficeandfire.com/api/characters/768",
"https://anapioficeandfire.com/api/characters/769",
"https://anapioficeandfire.com/api/characters/770",
"https://anapioficeandfire.com/api/characters/771",
"https://anapioficeandfire.com/api/characters/772",
"https://anapioficeandfire.com/api/characters/774",
"https://anapioficeandfire.com/api/characters/775",
"https://anapioficeandfire.com/api/characters/776",
"https://anapioficeandfire.com/api/characters/778",
"https://anapioficeandfire.com/api/characters/780",
"https://anapioficeandfire.com/api/characters/781",
"https://anapioficeandfire.com/api/characters/783",
"https://anapioficeandfire.com/api/characters/784",
"https://anapioficeandfire.com/api/characters/785",
"https://anapioficeandfire.com/api/characters/786",
"https://anapioficeandfire.com/api/characters/788",
"https://anapioficeandfire.com/api/characters/796",
"https://anapioficeandfire.com/api/characters/799",
"https://anapioficeandfire.com/api/characters/800",
"https://anapioficeandfire.com/api/characters/801",
"https://anapioficeandfire.com/api/characters/802",
"https://anapioficeandfire.com/api/characters/803",
"https://anapioficeandfire.com/api/characters/804",
"https://anapioficeandfire.com/api/characters/805",
"https://anapioficeandfire.com/api/characters/806",
"https://anapioficeandfire.com/api/characters/808",
"https://anapioficeandfire.com/api/characters/809",
"https://anapioficeandfire.com/api/characters/811",
"https://anapioficeandfire.com/api/characters/812",
"https://anapioficeandfire.com/api/characters/814",
"https://anapioficeandfire.com/api/characters/815",
"https://anapioficeandfire.com/api/characters/817",
"https://anapioficeandfire.com/api/characters/818",
"https://anapioficeandfire.com/api/characters/819",
"https://anapioficeandfire.com/api/characters/820",
"https://anapioficeandfire.com/api/characters/822",
"https://anapioficeandfire.com/api/characters/823",
"https://anapioficeandfire.com/api/characters/824",
"https://anapioficeandfire.com/api/characters/825",
"https://anapioficeandfire.com/api/characters/826",
"https://anapioficeandfire.com/api/characters/827",
"https://anapioficeandfire.com/api/characters/828",
"https://anapioficeandfire.com/api/characters/829",
"https://anapioficeandfire.com/api/characters/831",
"https://anapioficeandfire.com/api/characters/832",
"https://anapioficeandfire.com/api/characters/834",
"https://anapioficeandfire.com/api/characters/837",
"https://anapioficeandfire.com/api/characters/838",
"https://anapioficeandfire.com/api/characters/844",
"https://anapioficeandfire.com/api/characters/848",
"https://anapioficeandfire.com/api/characters/849",
"https://anapioficeandfire.com/api/characters/850",
"https://anapioficeandfire.com/api/characters/851",
"https://anapioficeandfire.com/api/characters/852",
"https://anapioficeandfire.com/api/characters/854",
"https://anapioficeandfire.com/api/characters/855",
"https://anapioficeandfire.com/api/characters/856",
"https://anapioficeandfire.com/api/characters/858",
"https://anapioficeandfire.com/api/characters/860",
"https://anapioficeandfire.com/api/characters/862",
"https://anapioficeandfire.com/api/characters/863",
"https://anapioficeandfire.com/api/characters/866",
"https://anapioficeandfire.com/api/characters/867",
"https://anapioficeandfire.com/api/characters/869",
"https://anapioficeandfire.com/api/characters/874",
"https://anapioficeandfire.com/api/characters/876",
"https://anapioficeandfire.com/api/characters/877",
"https://anapioficeandfire.com/api/characters/882",
"https://anapioficeandfire.com/api/characters/884",
"https://anapioficeandfire.com/api/characters/887",
"https://anapioficeandfire.com/api/characters/889",
"https://anapioficeandfire.com/api/characters/890",
"https://anapioficeandfire.com/api/characters/891",
"https://anapioficeandfire.com/api/characters/892",
"https://anapioficeandfire.com/api/characters/894",
"https://anapioficeandfire.com/api/characters/896",
"https://anapioficeandfire.com/api/characters/897",
"https://anapioficeandfire.com/api/characters/899",
"https://anapioficeandfire.com/api/characters/900",
"https://anapioficeandfire.com/api/characters/901",
"https://anapioficeandfire.com/api/characters/902",
"https://anapioficeandfire.com/api/characters/903",
"https://anapioficeandfire.com/api/characters/905",
"https://anapioficeandfire.com/api/characters/909",
"https://anapioficeandfire.com/api/characters/912",
"https://anapioficeandfire.com/api/characters/913",
"https://anapioficeandfire.com/api/characters/914",
"https://anapioficeandfire.com/api/characters/922",
"https://anapioficeandfire.com/api/characters/923",
"https://anapioficeandfire.com/api/characters/925",
"https://anapioficeandfire.com/api/characters/927",
"https://anapioficeandfire.com/api/characters/929",
"https://anapioficeandfire.com/api/characters/930",
"https://anapioficeandfire.com/api/characters/931",
"https://anapioficeandfire.com/api/characters/932",
"https://anapioficeandfire.com/api/characters/933",
"https://anapioficeandfire.com/api/characters/937",
"https://anapioficeandfire.com/api/characters/938",
"https://anapioficeandfire.com/api/characters/940",
"https://anapioficeandfire.com/api/characters/941",
"https://anapioficeandfire.com/api/characters/944",
"https://anapioficeandfire.com/api/characters/945",
"https://anapioficeandfire.com/api/characters/946",
"https://anapioficeandfire.com/api/characters/947",
"https://anapioficeandfire.com/api/characters/948",
"https://anapioficeandfire.com/api/characters/949",
"https://anapioficeandfire.com/api/characters/950",
"https://anapioficeandfire.com/api/characters/952",
"https://anapioficeandfire.com/api/characters/953",
"https://anapioficeandfire.com/api/characters/955",
"https://anapioficeandfire.com/api/characters/956",
"https://anapioficeandfire.com/api/characters/959",
"https://anapioficeandfire.com/api/characters/960",
"https://anapioficeandfire.com/api/characters/961",
"https://anapioficeandfire.com/api/characters/965",
"https://anapioficeandfire.com/api/characters/966",
"https://anapioficeandfire.com/api/characters/968",
"https://anapioficeandfire.com/api/characters/972",
"https://anapioficeandfire.com/api/characters/973",
"https://anapioficeandfire.com/api/characters/974",
"https://anapioficeandfire.com/api/characters/975",
"https://anapioficeandfire.com/api/characters/976",
"https://anapioficeandfire.com/api/characters/983",
"https://anapioficeandfire.com/api/characters/984",
"https://anapioficeandfire.com/api/characters/986",
"https://anapioficeandfire.com/api/characters/989",
"https://anapioficeandfire.com/api/characters/991",
"https://anapioficeandfire.com/api/characters/992",
"https://anapioficeandfire.com/api/characters/994",
"https://anapioficeandfire.com/api/characters/995",
"https://anapioficeandfire.com/api/characters/996",
"https://anapioficeandfire.com/api/characters/997",
"https://anapioficeandfire.com/api/characters/998",
"https://anapioficeandfire.com/api/characters/1000",
"https://anapioficeandfire.com/api/characters/1004",
"https://anapioficeandfire.com/api/characters/1006",
"https://anapioficeandfire.com/api/characters/1008",
"https://anapioficeandfire.com/api/characters/1009",
"https://anapioficeandfire.com/api/characters/1010",
"https://anapioficeandfire.com/api/characters/1011",
"https://anapioficeandfire.com/api/characters/1013",
"https://anapioficeandfire.com/api/characters/1014",
"https://anapioficeandfire.com/api/characters/1017",
"https://anapioficeandfire.com/api/characters/1019",
"https://anapioficeandfire.com/api/characters/1020",
"https://anapioficeandfire.com/api/characters/1022",
"https://anapioficeandfire.com/api/characters/1024",
"https://anapioficeandfire.com/api/characters/1025",
"https://anapioficeandfire.com/api/characters/1027",
"https://anapioficeandfire.com/api/characters/1029",
"https://anapioficeandfire.com/api/characters/1033",
"https://anapioficeandfire.com/api/characters/1034",
"https://anapioficeandfire.com/api/characters/1036",
"https://anapioficeandfire.com/api/characters/1037",
"https://anapioficeandfire.com/api/characters/1038",
"https://anapioficeandfire.com/api/characters/1040",
"https://anapioficeandfire.com/api/characters/1043",
"https://anapioficeandfire.com/api/characters/1045",
"https://anapioficeandfire.com/api/characters/1046",
"https://anapioficeandfire.com/api/characters/1049",
"https://anapioficeandfire.com/api/characters/1051",
"https://anapioficeandfire.com/api/characters/1053",
"https://anapioficeandfire.com/api/characters/1054",
"https://anapioficeandfire.com/api/characters/1055",
"https://anapioficeandfire.com/api/characters/1056",
"https://anapioficeandfire.com/api/characters/1057",
"https://anapioficeandfire.com/api/characters/1058",
"https://anapioficeandfire.com/api/characters/1061",
"https://anapioficeandfire.com/api/characters/1063",
"https://anapioficeandfire.com/api/characters/1068",
"https://anapioficeandfire.com/api/characters/1072",
"https://anapioficeandfire.com/api/characters/1073",
"https://anapioficeandfire.com/api/characters/1074",
"https://anapioficeandfire.com/api/characters/1075",
"https://anapioficeandfire.com/api/characters/1077",
"https://anapioficeandfire.com/api/characters/1079",
"https://anapioficeandfire.com/api/characters/1080",
"https://anapioficeandfire.com/api/characters/1081",
"https://anapioficeandfire.com/api/characters/1082",
"https://anapioficeandfire.com/api/characters/1083",
"https://anapioficeandfire.com/api/characters/1084",
"https://anapioficeandfire.com/api/characters/1085",
"https://anapioficeandfire.com/api/characters/1086",
"https://anapioficeandfire.com/api/characters/1087",
"https://anapioficeandfire.com/api/characters/1088",
"https://anapioficeandfire.com/api/characters/1089",
"https://anapioficeandfire.com/api/characters/1090",
"https://anapioficeandfire.com/api/characters/1091",
"https://anapioficeandfire.com/api/characters/1092",
"https://anapioficeandfire.com/api/characters/1093",
"https://anapioficeandfire.com/api/characters/1094",
"https://anapioficeandfire.com/api/characters/1095",
"https://anapioficeandfire.com/api/characters/1096",
"https://anapioficeandfire.com/api/characters/1097",
"https://anapioficeandfire.com/api/characters/1099",
"https://anapioficeandfire.com/api/characters/1100",
"https://anapioficeandfire.com/api/characters/1102",
"https://anapioficeandfire.com/api/characters/1104",
"https://anapioficeandfire.com/api/characters/1105",
"https://anapioficeandfire.com/api/characters/1106",
"https://anapioficeandfire.com/api/characters/1107",
"https://anapioficeandfire.com/api/characters/1113",
"https://anapioficeandfire.com/api/characters/1114",
"https://anapioficeandfire.com/api/characters/1115",
"https://anapioficeandfire.com/api/characters/1116",
"https://anapioficeandfire.com/api/characters/1118",
"https://anapioficeandfire.com/api/characters/1122",
"https://anapioficeandfire.com/api/characters/1124",
"https://anapioficeandfire.com/api/characters/1125",
"https://anapioficeandfire.com/api/characters/1127",
"https://anapioficeandfire.com/api/characters/1131",
"https://anapioficeandfire.com/api/characters/1132",
"https://anapioficeandfire.com/api/characters/1134",
"https://anapioficeandfire.com/api/characters/1135",
"https://anapioficeandfire.com/api/characters/1136",
"https://anapioficeandfire.com/api/characters/1137",
"https://anapioficeandfire.com/api/characters/1139",
"https://anapioficeandfire.com/api/characters/1142",
"https://anapioficeandfire.com/api/characters/1144",
"https://anapioficeandfire.com/api/characters/1145",
"https://anapioficeandfire.com/api/characters/1146",
"https://anapioficeandfire.com/api/characters/1147",
"https://anapioficeandfire.com/api/characters/1151",
"https://anapioficeandfire.com/api/characters/1155",
"https://anapioficeandfire.com/api/characters/1157",
"https://anapioficeandfire.com/api/characters/1158",
"https://anapioficeandfire.com/api/characters/1161",
"https://anapioficeandfire.com/api/characters/1164",
"https://anapioficeandfire.com/api/characters/1165",
"https://anapioficeandfire.com/api/characters/1166",
"https://anapioficeandfire.com/api/characters/1172",
"https://anapioficeandfire.com/api/characters/1173",
"https://anapioficeandfire.com/api/characters/1174",
"https://anapioficeandfire.com/api/characters/1177",
"https://anapioficeandfire.com/api/characters/1179",
"https://anapioficeandfire.com/api/characters/1181",
"https://anapioficeandfire.com/api/characters/1182",
"https://anapioficeandfire.com/api/characters/1184",
"https://anapioficeandfire.com/api/characters/1186",
"https://anapioficeandfire.com/api/characters/1192",
"https://anapioficeandfire.com/api/characters/1194",
"https://anapioficeandfire.com/api/characters/1195",
"https://anapioficeandfire.com/api/characters/1196",
"https://anapioficeandfire.com/api/characters/1199",
"https://anapioficeandfire.com/api/characters/1200",
"https://anapioficeandfire.com/api/characters/1201",
"https://anapioficeandfire.com/api/characters/1205",
"https://anapioficeandfire.com/api/characters/1213",
"https://anapioficeandfire.com/api/characters/1216",
"https://anapioficeandfire.com/api/characters/1217",
"https://anapioficeandfire.com/api/characters/1220",
"https://anapioficeandfire.com/api/characters/1221",
"https://anapioficeandfire.com/api/characters/1222",
"https://anapioficeandfire.com/api/characters/1223",
"https://anapioficeandfire.com/api/characters/1224",
"https://anapioficeandfire.com/api/characters/1227",
"https://anapioficeandfire.com/api/characters/1231",
"https://anapioficeandfire.com/api/characters/1233",
"https://anapioficeandfire.com/api/characters/1234",
"https://anapioficeandfire.com/api/characters/1237",
"https://anapioficeandfire.com/api/characters/1240",
"https://anapioficeandfire.com/api/characters/1244",
"https://anapioficeandfire.com/api/characters/1246",
"https://anapioficeandfire.com/api/characters/1250",
"https://anapioficeandfire.com/api/characters/1252",
"https://anapioficeandfire.com/api/characters/1253",
"https://anapioficeandfire.com/api/characters/1257",
"https://anapioficeandfire.com/api/characters/1262",
"https://anapioficeandfire.com/api/characters/1265",
"https://anapioficeandfire.com/api/characters/1266",
"https://anapioficeandfire.com/api/characters/1270",
"https://anapioficeandfire.com/api/characters/1274",
"https://anapioficeandfire.com/api/characters/1275",
"https://anapioficeandfire.com/api/characters/1277",
"https://anapioficeandfire.com/api/characters/1279",
"https://anapioficeandfire.com/api/characters/1280",
"https://anapioficeandfire.com/api/characters/1281",
"https://anapioficeandfire.com/api/characters/1283",
"https://anapioficeandfire.com/api/characters/1289",
"https://anapioficeandfire.com/api/characters/1293",
"https://anapioficeandfire.com/api/characters/1295",
"https://anapioficeandfire.com/api/characters/1296",
"https://anapioficeandfire.com/api/characters/1298",
"https://anapioficeandfire.com/api/characters/1301",
"https://anapioficeandfire.com/api/characters/1305",
"https://anapioficeandfire.com/api/characters/1310",
"https://anapioficeandfire.com/api/characters/1311",
"https://anapioficeandfire.com/api/characters/1314",
"https://anapioficeandfire.com/api/characters/1315",
"https://anapioficeandfire.com/api/characters/1316",
"https://anapioficeandfire.com/api/characters/1317",
"https://anapioficeandfire.com/api/characters/1320",
"https://anapioficeandfire.com/api/characters/1321",
"https://anapioficeandfire.com/api/characters/1323",
"https://anapioficeandfire.com/api/characters/1325",
"https://anapioficeandfire.com/api/characters/1331",
"https://anapioficeandfire.com/api/characters/1334",
"https://anapioficeandfire.com/api/characters/1335",
"https://anapioficeandfire.com/api/characters/1337",
"https://anapioficeandfire.com/api/characters/1341",
"https://anapioficeandfire.com/api/characters/1342",
"https://anapioficeandfire.com/api/characters/1346",
"https://anapioficeandfire.com/api/characters/1347",
"https://anapioficeandfire.com/api/characters/1348",
"https://anapioficeandfire.com/api/characters/1350",
"https://anapioficeandfire.com/api/characters/1351",
"https://anapioficeandfire.com/api/characters/1352",
"https://anapioficeandfire.com/api/characters/1353",
"https://anapioficeandfire.com/api/characters/1355",
"https://anapioficeandfire.com/api/characters/1358",
"https://anapioficeandfire.com/api/characters/1362",
"https://anapioficeandfire.com/api/characters/1363",
"https://anapioficeandfire.com/api/characters/1364",
"https://anapioficeandfire.com/api/characters/1367",
"https://anapioficeandfire.com/api/characters/1369",
"https://anapioficeandfire.com/api/characters/1374",
"https://anapioficeandfire.com/api/characters/1375",
"https://anapioficeandfire.com/api/characters/1376",
"https://anapioficeandfire.com/api/characters/1377",
"https://anapioficeandfire.com/api/characters/1383",
"https://anapioficeandfire.com/api/characters/1384",
"https://anapioficeandfire.com/api/characters/1385",
"https://anapioficeandfire.com/api/characters/1390",
"https://anapioficeandfire.com/api/characters/1393",
"https://anapioficeandfire.com/api/characters/1396",
"https://anapioficeandfire.com/api/characters/1401",
"https://anapioficeandfire.com/api/characters/1404",
"https://anapioficeandfire.com/api/characters/1409",
"https://anapioficeandfire.com/api/characters/1410",
"https://anapioficeandfire.com/api/characters/1411",
"https://anapioficeandfire.com/api/characters/1412",
"https://anapioficeandfire.com/api/characters/1413",
"https://anapioficeandfire.com/api/characters/1417",
"https://anapioficeandfire.com/api/characters/1418",
"https://anapioficeandfire.com/api/characters/1419",
"https://anapioficeandfire.com/api/characters/1420",
"https://anapioficeandfire.com/api/characters/1425",
"https://anapioficeandfire.com/api/characters/1426",
"https://anapioficeandfire.com/api/characters/1427",
"https://anapioficeandfire.com/api/characters/1428",
"https://anapioficeandfire.com/api/characters/1429",
"https://anapioficeandfire.com/api/characters/1434",
"https://anapioficeandfire.com/api/characters/1435",
"https://anapioficeandfire.com/api/characters/1436",
"https://anapioficeandfire.com/api/characters/1437",
"https://anapioficeandfire.com/api/characters/1438",
"https://anapioficeandfire.com/api/characters/1442",
"https://anapioficeandfire.com/api/characters/1445",
"https://anapioficeandfire.com/api/characters/1447",
"https://anapioficeandfire.com/api/characters/1448",
"https://anapioficeandfire.com/api/characters/1450",
"https://anapioficeandfire.com/api/characters/1451",
"https://anapioficeandfire.com/api/characters/1453",
"https://anapioficeandfire.com/api/characters/1455",
"https://anapioficeandfire.com/api/characters/1465",
"https://anapioficeandfire.com/api/characters/1466",
"https://anapioficeandfire.com/api/characters/1467",
"https://anapioficeandfire.com/api/characters/1468",
"https://anapioficeandfire.com/api/characters/1471",
"https://anapioficeandfire.com/api/characters/1472",
"https://anapioficeandfire.com/api/characters/1474",
"https://anapioficeandfire.com/api/characters/1475",
"https://anapioficeandfire.com/api/characters/1479",
"https://anapioficeandfire.com/api/characters/1481",
"https://anapioficeandfire.com/api/characters/1487",
"https://anapioficeandfire.com/api/characters/1488",
"https://anapioficeandfire.com/api/characters/1494",
"https://anapioficeandfire.com/api/characters/1495",
"https://anapioficeandfire.com/api/characters/1497",
"https://anapioficeandfire.com/api/characters/1502",
"https://anapioficeandfire.com/api/characters/1507",
"https://anapioficeandfire.com/api/characters/1508",
"https://anapioficeandfire.com/api/characters/1515",
"https://anapioficeandfire.com/api/characters/1518",
"https://anapioficeandfire.com/api/characters/1519",
"https://anapioficeandfire.com/api/characters/1520",
"https://anapioficeandfire.com/api/characters/1522",
"https://anapioficeandfire.com/api/characters/1523",
"https://anapioficeandfire.com/api/characters/1525",
"https://anapioficeandfire.com/api/characters/1526",
"https://anapioficeandfire.com/api/characters/1531",
"https://anapioficeandfire.com/api/characters/1532",
"https://anapioficeandfire.com/api/characters/1533",
"https://anapioficeandfire.com/api/characters/1535",
"https://anapioficeandfire.com/api/characters/1536",
"https://anapioficeandfire.com/api/characters/1539",
"https://anapioficeandfire.com/api/characters/1540",
"https://anapioficeandfire.com/api/characters/1544",
"https://anapioficeandfire.com/api/characters/1547",
"https://anapioficeandfire.com/api/characters/1548",
"https://anapioficeandfire.com/api/characters/1549",
"https://anapioficeandfire.com/api/characters/1559",
"https://anapioficeandfire.com/api/characters/1560",
"https://anapioficeandfire.com/api/characters/1561",
"https://anapioficeandfire.com/api/characters/1569",
"https://anapioficeandfire.com/api/characters/1570",
"https://anapioficeandfire.com/api/characters/1571",
"https://anapioficeandfire.com/api/characters/1574",
"https://anapioficeandfire.com/api/characters/1575",
"https://anapioficeandfire.com/api/characters/1576",
"https://anapioficeandfire.com/api/characters/1577",
"https://anapioficeandfire.com/api/characters/1578",
"https://anapioficeandfire.com/api/characters/1580",
"https://anapioficeandfire.com/api/characters/1581",
"https://anapioficeandfire.com/api/characters/1584",
"https://anapioficeandfire.com/api/characters/1587",
"https://anapioficeandfire.com/api/characters/1594",
"https://anapioficeandfire.com/api/characters/1599",
"https://anapioficeandfire.com/api/characters/1603",
"https://anapioficeandfire.com/api/characters/1604",
"https://anapioficeandfire.com/api/characters/1606",
"https://anapioficeandfire.com/api/characters/1607",
"https://anapioficeandfire.com/api/characters/1612",
"https://anapioficeandfire.com/api/characters/1613",
"https://anapioficeandfire.com/api/characters/1615",
"https://anapioficeandfire.com/api/characters/1616",
"https://anapioficeandfire.com/api/characters/1617",
"https://anapioficeandfire.com/api/characters/1618",
"https://anapioficeandfire.com/api/characters/1619",
"https://anapioficeandfire.com/api/characters/1621",
"https://anapioficeandfire.com/api/characters/1623",
"https://anapioficeandfire.com/api/characters/1625",
"https://anapioficeandfire.com/api/characters/1626",
"https://anapioficeandfire.com/api/characters/1627",
"https://anapioficeandfire.com/api/characters/1629",
"https://anapioficeandfire.com/api/characters/1630",
"https://anapioficeandfire.com/api/characters/1632",
"https://anapioficeandfire.com/api/characters/1634",
"https://anapioficeandfire.com/api/characters/1640",
"https://anapioficeandfire.com/api/characters/1645",
"https://anapioficeandfire.com/api/characters/1647",
"https://anapioficeandfire.com/api/characters/1649",
"https://anapioficeandfire.com/api/characters/1650",
"https://anapioficeandfire.com/api/characters/1654",
"https://anapioficeandfire.com/api/characters/1656",
"https://anapioficeandfire.com/api/characters/1657",
"https://anapioficeandfire.com/api/characters/1658",
"https://anapioficeandfire.com/api/characters/1659",
"https://anapioficeandfire.com/api/characters/1660",
"https://anapioficeandfire.com/api/characters/1666",
"https://anapioficeandfire.com/api/characters/1667",
"https://anapioficeandfire.com/api/characters/1669",
"https://anapioficeandfire.com/api/characters/1670",
"https://anapioficeandfire.com/api/characters/1674",
"https://anapioficeandfire.com/api/characters/1675",
"https://anapioficeandfire.com/api/characters/1676",
"https://anapioficeandfire.com/api/characters/1678",
"https://anapioficeandfire.com/api/characters/1681",
"https://anapioficeandfire.com/api/characters/1682",
"https://anapioficeandfire.com/api/characters/1683",
"https://anapioficeandfire.com/api/characters/1684",
"https://anapioficeandfire.com/api/characters/1685",
"https://anapioficeandfire.com/api/characters/1688",
"https://anapioficeandfire.com/api/characters/1692",
"https://anapioficeandfire.com/api/characters/1695",
"https://anapioficeandfire.com/api/characters/1696",
"https://anapioficeandfire.com/api/characters/1697",
"https://anapioficeandfire.com/api/characters/1700",
"https://anapioficeandfire.com/api/characters/1701",
"https://anapioficeandfire.com/api/characters/1703",
"https://anapioficeandfire.com/api/characters/1704",
"https://anapioficeandfire.com/api/characters/1706",
"https://anapioficeandfire.com/api/characters/1708",
"https://anapioficeandfire.com/api/characters/1709",
"https://anapioficeandfire.com/api/characters/1713",
"https://anapioficeandfire.com/api/characters/1715",
"https://anapioficeandfire.com/api/characters/1727",
"https://anapioficeandfire.com/api/characters/1729",
"https://anapioficeandfire.com/api/characters/1730",
"https://anapioficeandfire.com/api/characters/1732",
"https://anapioficeandfire.com/api/characters/1733",
"https://anapioficeandfire.com/api/characters/1735",
"https://anapioficeandfire.com/api/characters/1740",
"https://anapioficeandfire.com/api/characters/1741",
"https://anapioficeandfire.com/api/characters/1742",
"https://anapioficeandfire.com/api/characters/1747",
"https://anapioficeandfire.com/api/characters/1749",
"https://anapioficeandfire.com/api/characters/1754",
"https://anapioficeandfire.com/api/characters/1755",
"https://anapioficeandfire.com/api/characters/1759",
"https://anapioficeandfire.com/api/characters/1761",
"https://anapioficeandfire.com/api/characters/1762",
"https://anapioficeandfire.com/api/characters/1764",
"https://anapioficeandfire.com/api/characters/1766",
"https://anapioficeandfire.com/api/characters/1768",
"https://anapioficeandfire.com/api/characters/1769",
"https://anapioficeandfire.com/api/characters/1770",
"https://anapioficeandfire.com/api/characters/1774",
"https://anapioficeandfire.com/api/characters/1776",
"https://anapioficeandfire.com/api/characters/1777",
"https://anapioficeandfire.com/api/characters/1778",
"https://anapioficeandfire.com/api/characters/1781",
"https://anapioficeandfire.com/api/characters/1782",
"https://anapioficeandfire.com/api/characters/1783",
"https://anapioficeandfire.com/api/characters/1784",
"https://anapioficeandfire.com/api/characters/1785",
"https://anapioficeandfire.com/api/characters/1787",
"https://anapioficeandfire.com/api/characters/1789",
"https://anapioficeandfire.com/api/characters/1791",
"https://anapioficeandfire.com/api/characters/1794",
"https://anapioficeandfire.com/api/characters/1795",
"https://anapioficeandfire.com/api/characters/1797",
"https://anapioficeandfire.com/api/characters/1799",
"https://anapioficeandfire.com/api/characters/1800",
"https://anapioficeandfire.com/api/characters/1804",
"https://anapioficeandfire.com/api/characters/1805",
"https://anapioficeandfire.com/api/characters/1806",
"https://anapioficeandfire.com/api/characters/1807",
"https://anapioficeandfire.com/api/characters/1808",
"https://anapioficeandfire.com/api/characters/1809",
"https://anapioficeandfire.com/api/characters/1810",
"https://anapioficeandfire.com/api/characters/1811",
"https://anapioficeandfire.com/api/characters/1814",
"https://anapioficeandfire.com/api/characters/1815",
"https://anapioficeandfire.com/api/characters/1821",
"https://anapioficeandfire.com/api/characters/1824",
"https://anapioficeandfire.com/api/characters/1825",
"https://anapioficeandfire.com/api/characters/1826",
"https://anapioficeandfire.com/api/characters/1827",
"https://anapioficeandfire.com/api/characters/1828",
"https://anapioficeandfire.com/api/characters/1830",
"https://anapioficeandfire.com/api/characters/1839",
"https://anapioficeandfire.com/api/characters/1843",
"https://anapioficeandfire.com/api/characters/1847",
"https://anapioficeandfire.com/api/characters/1848",
"https://anapioficeandfire.com/api/characters/1852",
"https://anapioficeandfire.com/api/characters/1854",
"https://anapioficeandfire.com/api/characters/1856",
"https://anapioficeandfire.com/api/characters/1860",
"https://anapioficeandfire.com/api/characters/1861",
"https://anapioficeandfire.com/api/characters/1862",
"https://anapioficeandfire.com/api/characters/1864",
"https://anapioficeandfire.com/api/characters/1873",
"https://anapioficeandfire.com/api/characters/1880",
"https://anapioficeandfire.com/api/characters/1882",
"https://anapioficeandfire.com/api/characters/1885",
"https://anapioficeandfire.com/api/characters/1896",
"https://anapioficeandfire.com/api/characters/1900",
"https://anapioficeandfire.com/api/characters/1902",
"https://anapioficeandfire.com/api/characters/1903",
"https://anapioficeandfire.com/api/characters/1904",
"https://anapioficeandfire.com/api/characters/1911",
"https://anapioficeandfire.com/api/characters/1916",
"https://anapioficeandfire.com/api/characters/1917",
"https://anapioficeandfire.com/api/characters/1918",
"https://anapioficeandfire.com/api/characters/1920",
"https://anapioficeandfire.com/api/characters/1921",
"https://anapioficeandfire.com/api/characters/1922",
"https://anapioficeandfire.com/api/characters/1925",
"https://anapioficeandfire.com/api/characters/1926",
"https://anapioficeandfire.com/api/characters/1930",
"https://anapioficeandfire.com/api/characters/1931",
"https://anapioficeandfire.com/api/characters/1932",
"https://anapioficeandfire.com/api/characters/1933",
"https://anapioficeandfire.com/api/characters/1934",
"https://anapioficeandfire.com/api/characters/1935",
"https://anapioficeandfire.com/api/characters/1938",
"https://anapioficeandfire.com/api/characters/1939",
"https://anapioficeandfire.com/api/characters/1940",
"https://anapioficeandfire.com/api/characters/1941",
"https://anapioficeandfire.com/api/characters/1943",
"https://anapioficeandfire.com/api/characters/1947",
"https://anapioficeandfire.com/api/characters/1951",
"https://anapioficeandfire.com/api/characters/1952",
"https://anapioficeandfire.com/api/characters/1954",
"https://anapioficeandfire.com/api/characters/1955",
"https://anapioficeandfire.com/api/characters/1957",
"https://anapioficeandfire.com/api/characters/1959",
"https://anapioficeandfire.com/api/characters/1963",
"https://anapioficeandfire.com/api/characters/1964",
"https://anapioficeandfire.com/api/characters/1967",
"https://anapioficeandfire.com/api/characters/1969",
"https://anapioficeandfire.com/api/characters/1971",
"https://anapioficeandfire.com/api/characters/1972",
"https://anapioficeandfire.com/api/characters/1976",
"https://anapioficeandfire.com/api/characters/1977",
"https://anapioficeandfire.com/api/characters/1979",
"https://anapioficeandfire.com/api/characters/1984",
"https://anapioficeandfire.com/api/characters/1988",
"https://anapioficeandfire.com/api/characters/1990",
"https://anapioficeandfire.com/api/characters/1993",
"https://anapioficeandfire.com/api/characters/1994",
"https://anapioficeandfire.com/api/characters/1996",
"https://anapioficeandfire.com/api/characters/2002",
"https://anapioficeandfire.com/api/characters/2003",
"https://anapioficeandfire.com/api/characters/2005",
"https://anapioficeandfire.com/api/characters/2006",
"https://anapioficeandfire.com/api/characters/2007",
"https://anapioficeandfire.com/api/characters/2009",
"https://anapioficeandfire.com/api/characters/2010",
"https://anapioficeandfire.com/api/characters/2013",
"https://anapioficeandfire.com/api/characters/2014",
"https://anapioficeandfire.com/api/characters/2016",
"https://anapioficeandfire.com/api/characters/2017",
"https://anapioficeandfire.com/api/characters/2018",
"https://anapioficeandfire.com/api/characters/2020",
"https://anapioficeandfire.com/api/characters/2022",
"https://anapioficeandfire.com/api/characters/2024",
"https://anapioficeandfire.com/api/characters/2027",
"https://anapioficeandfire.com/api/characters/2031",
"https://anapioficeandfire.com/api/characters/2032",
"https://anapioficeandfire.com/api/characters/2035",
"https://anapioficeandfire.com/api/characters/2038",
"https://anapioficeandfire.com/api/characters/2041",
"https://anapioficeandfire.com/api/characters/2044",
"https://anapioficeandfire.com/api/characters/2045",
"https://anapioficeandfire.com/api/characters/2049",
"https://anapioficeandfire.com/api/characters/2050",
"https://anapioficeandfire.com/api/characters/2052",
"https://anapioficeandfire.com/api/characters/2060",
"https://anapioficeandfire.com/api/characters/2063",
"https://anapioficeandfire.com/api/characters/2065",
"https://anapioficeandfire.com/api/characters/2066",
"https://anapioficeandfire.com/api/characters/2067",
"https://anapioficeandfire.com/api/characters/2069",
"https://anapioficeandfire.com/api/characters/2070",
"https://anapioficeandfire.com/api/characters/2071",
"https://anapioficeandfire.com/api/characters/2072",
"https://anapioficeandfire.com/api/characters/2073",
"https://anapioficeandfire.com/api/characters/2074",
"https://anapioficeandfire.com/api/characters/2077",
"https://anapioficeandfire.com/api/characters/2085",
"https://anapioficeandfire.com/api/characters/2087",
"https://anapioficeandfire.com/api/characters/2088",
"https://anapioficeandfire.com/api/characters/2091",
"https://anapioficeandfire.com/api/characters/2092",
"https://anapioficeandfire.com/api/characters/2093",
"https://anapioficeandfire.com/api/characters/2097",
"https://anapioficeandfire.com/api/characters/2098",
"https://anapioficeandfire.com/api/characters/2099",
"https://anapioficeandfire.com/api/characters/2100",
"https://anapioficeandfire.com/api/characters/2109",
"https://anapioficeandfire.com/api/characters/2120",
"https://anapioficeandfire.com/api/characters/2121",
"https://anapioficeandfire.com/api/characters/2122",
"https://anapioficeandfire.com/api/characters/2126",
"https://anapioficeandfire.com/api/characters/2131",
"https://anapioficeandfire.com/api/characters/2134",
"https://anapioficeandfire.com/api/characters/2137"
],
"povCharacters": [
"https://anapioficeandfire.com/api/characters/148",
"https://anapioficeandfire.com/api/characters/208",
"https://anapioficeandfire.com/api/characters/232",
"https://anapioficeandfire.com/api/characters/529",
"https://anapioficeandfire.com/api/characters/583",
"https://anapioficeandfire.com/api/characters/751",
"https://anapioficeandfire.com/api/characters/954",
"https://anapioficeandfire.com/api/characters/957",
"https://anapioficeandfire.com/api/characters/1052",
"https://anapioficeandfire.com/api/characters/1267",
"https://anapioficeandfire.com/api/characters/1303",
"https://anapioficeandfire.com/api/characters/1319"
]
},
"isCustomField": false,
"accessor": "__root_schema__",
"identifier": "__root_schema__",
"position": -1,
"originalIdentifier": "__root_schema__",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"cellBoxShadow": "none",
"isDisabled": false,
"isRequired": false,
"isVisible": true,
"labelTextSize": "0.875rem",
"label": ""
}
},
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
"widgetName": "JSONForm1",
"submitButtonStyles": {
"buttonColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"buttonVariant": "PRIMARY"
},
"dynamicPropertyPathList": [
{
"key": "schema.__root_schema__.children.date_of_birth.defaultValue"
},
{
"key": "schema.__root_schema__.children.released.defaultValue"
}
],
"displayName": "JSON Form",
"iconSVG": "/static/media/icon.5b428de1.svg",
"topRow": 9,
"bottomRow": 98,
"fieldLimitExceeded": false,
"parentRowSpace": 10,
"title": "Books_Stall",
"type": "JSON_FORM_WIDGET",
"hideCard": false,
"animateLoading": false,
"parentColumnSpace": 16.65625,
"dynamicTriggerPathList": [
],
"leftColumn": 30,
"dynamicBindingPathList": [
{
"key": "schema.__root_schema__.children.povCharacters.borderRadius"
},
{
"key": "schema.__root_schema__.children.povCharacters.defaultValue"
},
{
"key": "schema.__root_schema__.children.characters.borderRadius"
},
{
"key": "schema.__root_schema__.children.characters.defaultValue"
},
{
"key": "schema.__root_schema__.children.characters.options"
},
{
"key": "schema.__root_schema__.children.released.borderRadius"
},
{
"key": "schema.__root_schema__.children.released.defaultValue"
},
{
"key": "schema.__root_schema__.children.mediaType.borderRadius"
},
{
"key": "schema.__root_schema__.children.mediaType.defaultValue"
},
{
"key": "schema.__root_schema__.children.country.borderRadius"
},
{
"key": "schema.__root_schema__.children.country.defaultValue"
},
{
"key": "schema.__root_schema__.children.publisher.borderRadius"
},
{
"key": "schema.__root_schema__.children.publisher.defaultValue"
},
{
"key": "schema.__root_schema__.children.numberOfPages.borderRadius"
},
{
"key": "schema.__root_schema__.children.numberOfPages.defaultValue"
},
{
"key": "schema.__root_schema__.children.authors.borderRadius"
},
{
"key": "schema.__root_schema__.children.authors.defaultValue"
},
{
"key": "schema.__root_schema__.children.authors.options"
},
{
"key": "schema.__root_schema__.children.isbn.borderRadius"
},
{
"key": "schema.__root_schema__.children.isbn.defaultValue"
},
{
"key": "schema.__root_schema__.children.url.borderRadius"
},
{
"key": "schema.__root_schema__.children.url.defaultValue"
},
{
"key": "schema.__root_schema__.children.name.borderRadius"
},
{
"key": "schema.__root_schema__.children.name.defaultValue"
},
{
"key": "borderRadius"
},
{
"key": "boxShadow"
},
{
"key": "submitButtonStyles.buttonColor"
},
{
"key": "submitButtonStyles.borderRadius"
},
{
"key": "resetButtonStyles.buttonColor"
},
{
"key": "resetButtonStyles.borderRadius"
},
{
"key": "schema.__root_schema__.children.name.accentColor"
},
{
"key": "schema.__root_schema__.children.url.accentColor"
},
{
"key": "schema.__root_schema__.children.isbn.accentColor"
},
{
"key": "schema.__root_schema__.children.authors.accentColor"
},
{
"key": "schema.__root_schema__.children.numberOfPages.accentColor"
},
{
"key": "schema.__root_schema__.children.publisher.accentColor"
},
{
"key": "schema.__root_schema__.children.country.accentColor"
},
{
"key": "schema.__root_schema__.children.mediaType.accentColor"
},
{
"key": "schema.__root_schema__.children.released.accentColor"
},
{
"key": "schema.__root_schema__.children.characters.accentColor"
},
{
"key": "schema.__root_schema__.children.povCharacters.accentColor"
},
{
"key": "schema.__root_schema__.defaultValue"
},
{
"key": "schema.__root_schema__.borderRadius"
},
{
"key": "schema.__root_schema__.cellBorderRadius"
}
],
"sourceData": "",
"showReset": false,
"resetButtonLabel": "Reset",
"key": "emb2rwxlna",
"backgroundColor": "#fff",
"rightColumn": 62,
"autoGenerateForm": true,
"widgetId": "vixxb0wr8f",
"resetButtonStyles": {
"buttonColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"buttonVariant": "SECONDARY"
},
"isVisible": true,
"version": 1,
"parentId": "0",
"renderMode": "CANVAS",
"isLoading": false,
"scrollContents": false,
"fixedFooter": false,
"submitButtonLabel": "Submit",
"childStylesheet": {
"ARRAY": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"cellBoxShadow": "none"
},
"OBJECT": {
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none",
"cellBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"cellBoxShadow": "none"
},
"CHECKBOX": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
},
"CURRENCY_INPUT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"DATEPICKER": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"EMAIL_INPUT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"MULTISELECT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"MULTILINE_TEXT_INPUT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"NUMBER_INPUT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"PASSWORD_INPUT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"PHONE_NUMBER_INPUT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"RADIO_GROUP": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"boxShadow": "none"
},
"SELECT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
},
"SWITCH": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"boxShadow": "none"
},
"TEXT_INPUT": {
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"boxShadow": "none"
}
},
"disabledWhenInvalid": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}"
},
{
"boxShadow": "none",
"widgetName": "Image1",
"onClick": "",
"dynamicPropertyPathList": [
],
"displayName": "Image",
"iconSVG": "/static/media/icon.52d8fb96.svg",
"topRow": 9,
"bottomRow": 47,
"parentRowSpace": 10,
"type": "IMAGE_WIDGET",
"hideCard": false,
"animateLoading": true,
"parentColumnSpace": 13.546875,
"dynamicTriggerPathList": [
{
"key": "onClick"
}
],
"imageShape": "RECTANGLE",
"leftColumn": 0,
"dynamicBindingPathList": [
{
"key": "borderRadius"
}
],
"defaultImage": "http://host.docker.internal:4200/clouddefaultImage.png",
"key": "lp46gw08hk",
"image": "data:image/jpeg;base64,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",
"rightColumn": 25,
"objectFit": "contain",
"widgetId": "drmfpk4ihq",
"isVisible": true,
"version": 1,
"parentId": "0",
"renderMode": "CANVAS",
"isLoading": false,
"maxZoomLevel": 1,
"enableDownload": false,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"enableRotation": false
}
]
},
"layoutOnLoadActions": [
],
"new": false
}
],
"userPermissions": [
]
},
"new": true
}
],
"pageOrder": [
"Page1"
],
"publishedPageOrder": [
"Page1"
],
"publishedDefaultPageName": "Page1",
"unpublishedDefaultPageName": "Page1",
"actionList": [
],
"actionCollectionList": [
],
"invisibleActionFields": {
},
"editModeTheme": {
"name": "Default",
"displayName": "Modern",
"new": true,
"isSystemTheme": true
},
"publishedTheme": {
"name": "Default",
"displayName": "Modern",
"new": true,
"isSystemTheme": true
},
"publishedLayoutmongoEscapedWidgets": {
},
"unpublishedLayoutmongoEscapedWidgets": {
}
}