{"openapi":"3.0.0","paths":{"/api/funds":{"get":{"operationId":"PublicFundsController_getAll","parameters":[],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FundsResponseDto"}}}}},"tags":["funds"]}},"/api/collectors":{"get":{"operationId":"PublicCollectorsController_getAll","parameters":[],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CollectorsResponseDto"}}}}},"tags":["collectors"]}},"/api/entity-types":{"get":{"operationId":"EntityTypesController_getAll","parameters":[],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EntityTypesResponseDto"}}}}},"tags":["entity-types"]}}},"info":{"title":"Skilagrein API","description":"Public API for retrieving fund and collector data","version":"1.0","contact":{"name":"Landssamtök lífeyrissjóða","url":"https://www.skilagrein.is","email":"ll@ll.is"}},"tags":[{"name":"skilagrein","description":""}],"servers":[{"url":"https://api.skilagrein.is/api","description":"Production"},{"url":"http://localhost:8080/api","description":"Local development"}],"components":{"schemas":{"FundDto":{"type":"object","properties":{"id":{"type":"string","description":"UUID sjóðs"},"sal":{"type":"number","description":"SAL Númer úthlutað frá RL"},"name":{"type":"string","description":"Heiti sjóðafærslu"},"nationalId":{"type":"string","description":"Kennitala sjóðs","example":"1234567890"},"website":{"type":"string"},"email":{"type":"string"},"collectorSal":{"type":"string","description":"Auðkenni innheimtuaðila"},"updatedAt":{"type":"string","description":"Síðast uppfært","format":"date-time","example":"2025-01-01T00:00:00.000Z"},"legacyInfo":{"type":"object","description":"Eldri XML reitir (FundEntity.xml). Í útleiðingu.","example":{"addressLine1":"Borgartún 25","addressLine2":"","postalCode":"105","city":"Reykjavík","phoneNumber":"510 2500","faxNumber":"510 2550"}}},"required":["id","sal","name","nationalId","collectorSal","updatedAt"]},"FundsResponseDto":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/FundDto"}},"lastUpdated":{"type":"string","description":"Tími síðustu uppfærslu gagna"}},"required":["data","lastUpdated"]},"CollectorDto":{"type":"object","properties":{"id":{"type":"string","description":"UUID innheimtuaðila"},"sal":{"type":"number","description":"SAL Númer úthlutað frá RL"},"name":{"type":"string","description":"Heiti innheimtuaðila"},"nationalId":{"type":"string","description":"Kennitala innheimtuaðila","example":"1234567890"},"website":{"type":"string"},"email":{"type":"string"},"discoveryEndpoint":{"type":"string","description":"Slóð til að senda skilagreinar á"},"expiresAt":{"type":"string","description":"Gildistími endapunkts"},"updatedAt":{"type":"string","description":"Síðast uppfært"},"legacyInfo":{"type":"object","description":"Eldri XML reitir (CollectorEntity.xml). Í útleiðingu.","example":{"addressLine1":"Borgartún 25","addressLine2":"","postalCode":"105","city":"Reykjavík","phoneNumber":"510 2500","faxNumber":"510 2550","account":{"bankNo":"","typeNo":"","accountNo":""},"xmlEndpoint":"https://secure.almenni.is/xmlskilagreinar/SendPaymentInfo.aspx","xmlEndpointActive":true,"xmlAuthenticates":false}}},"required":["id","sal","name","nationalId","expiresAt"]},"CollectorsResponseDto":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/CollectorDto"}},"lastUpdated":{"type":"string","description":"Tími síðustu uppfærslu gagna"}},"required":["data","lastUpdated"]},"EntityTypeDto":{"type":"object","properties":{"id":{"type":"string","description":"UUID sjóðafærslutegundar"},"code":{"type":"string","description":"Kóði (1-2 stafir)","example":"L1"},"description":{"type":"string","description":"Lýsing tegundar","example":"Iðgjald"},"payer":{"type":"string","description":"Greiðandi: employee (launþegi) eða employer (launagreiðandi)","enum":["employee","employer"]}},"required":["id","code","description","payer"]},"EntityTypesResponseDto":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/EntityTypeDto"}},"lastUpdated":{"type":"string","description":"Tími síðustu uppfærslu gagna"}},"required":["data","lastUpdated"]}}},"externalDocs":{"description":"Technical specifications","url":"https://www.skilagrein.is/taekniforskriftir"}}