Breadcrumbs

Environment v1.0

Our Environmental API is designed to reflect the ongoing developments in environmental assessments conducted by certification bodies. Due to its nature as a living service, users can expect regular updates and changes, making it the most dynamically evolving API among all interfaces available from Finfo.

To ensure all relevant parties are informed about these changes, official communications regarding updates will be sent directly to the contact person registered in the Finfo portal.

For historical reasons, we send Basta’s assessments in multiple fields. However, Basta only provides one assessment per article, meaning that only one of the fields will include “Y” or that bastaAddOn will contain one of the following: “Beta->Basta,” “Declared->Basta,” or “Electronics.”

 


articleList: A list containing detailed objects for each article.

For each article object, the list includes the following fields:

  • id: Finfo's internal system ID.

  • status: Indicates whether the match is manual or automatic.

  • finfoSupplierId: The supplier's unique number.

  • finfoArticleId: A unique Finfo number for the article.

  • supplierOrgNumber: The supplier's organization number.

  • supplierName: The supplier's name.

  • productNumber: The supplier's article number.

  • articleDescription: The supplier's article description at the assessment company.

  • sundahusAssessment: SundaHus's assessment of the article.

  • articleGtin: Global Trade Item Number for the article.

  • primaryPackGtin: GTIN for the primary packaging.

  • secondaryPackGtin: GTIN for the secondary packaging, if applicable.

  • tertiaryPackGtin: GTIN for the tertiary packaging, if applicable.

  • rsk: RSK number, specific to the plumbing industry in Sweden.

  • svanen: Indicates whether the article is Nordic Swan Ecolabel certified.

  • svanenCertificateId: Certification number for the Nordic Swan Ecolabel.

  • euBlomman: Indicates whether the article is EU Ecolabel certified.

  • euBlommanCertificateId: Certification number for the EU Ecolabel.

  • basta: Indicates whether the article is registered in BASTA.

  • bastaBeta: Indicates whether the article is registered as BETA within the BASTA system.

  • bastaDeklarerad: Indicates whether the article is declared within the BASTA system.

  • bastaAddOn: Specific status within BASTA, such as "Beta->Basta."

  • bvbAssessmentTotal: Overall assessment from Byggvarubedömningen.

  • bvbAssessmentUrl: Link to the detailed assessment from Byggvarubedömningen.

  • bvbCertificateId: Certification number at Byggvarubedömningen.

  • caption: Descriptive text to display alongside Byggvarubedömningen's assessment.

  • image: URL to an image to display alongside Byggvarubedömningen's assessment.

  • imageAlt: URL to an alternative image for Byggvarubedömningen's assessment.

  • ebvd: Indicates whether the article has an electronic building product declaration (eBVD).

  • enumber: E-number, if applicable.

Example of an API response (JSON)

JSON
{
  "pagination": {
    "offset": 0,
    "limit": 2,
    "totalCount": 244
  },
  "articleList": [
    {
      "id": 1463670,
      "status": "MatchedAuto",
      "finfoSupplierId": 6131361,
      "finfoArticleId": 3663172,
      "supplierOrgNumber": "556508-5320",
      "supplierName": "Ardex AB",
      "productNumber": "31449",
      "articleDescription": "FOG GK ARDEX GRÅ 25KG",
      "articleGtin": "5703193144258",
      "primaryPackGtin": "5703193144258",
      "secondaryPackGtin": null,
      "tertiaryPackGtin": null,
      "rsk": null,
      "svanen": "N",
      "svanenCertificateId": null,
      "euBlomman": "N",
      "euBlommanCertificateId": null,
      "basta": "Y",
      "bastaBeta": "N",
      "bastaDeklarerad": "N",
      "bastaAddOn": null,
      "sundahusAssessment": "B",
      "blueAngel": "Y",
      "bvbAssessmentTotal": "Undviks",
      "bvbAssessmentUrl": "https://byggvarubedomningen.se/webbtjansten/produkt?id=171602",
      "bvbCertificateId": "7485",
      "caption": "Produkten är bedömd hos Byggvarubedömningen men uppfyller inte kraven för Accepteras eller Rekommenderas",
      "image": "https://byggvarubedomningen.se/globalassets/bilder-api/bvb-red.svg",
      "imageAlt": "https://byggvarubedomningen.se/globalassets/bilder-api/bvb-red2.png",
      "modifiedDate": "2024-01-28T00:00:36.000+01:00",
      "ebvd": "N",
      "enumber": null
    },
    {
      "id": 1463631,
      "status": "MatchedAuto",
      "finfoSupplierId": 6131361,
      "finfoArticleId": 2874980,
      "supplierOrgNumber": "556508-5320",
      "supplierName": "Ardex AB",
      "productNumber": "31419",
      "articleDescription": "VÄGGSPACKEL A826 VIT 12,5KG",
      "articleGtin": "5703193265120",
      "primaryPackGtin": "5703193265120",
      "secondaryPackGtin": null,
      "tertiaryPackGtin": null,
      "rsk": null,
      "svanen": "N",
      "svanenCertificateId": null,
      "euBlomman": "N",
      "euBlommanCertificateId": null,
      "basta": "Y",
      "bastaBeta": "N",
      "bastaDeklarerad": "N",
      "bastaAddOn": null,
      "sundahusAssessment": "D",
      "blueAngel": "Y",
      "bvbAssessmentTotal": null,
      "bvbAssessmentUrl": null,
      "bvbCertificateId": null,
      "caption": null,
      "image": null,
      "imageAlt": null,
      "modifiedDate": "2024-01-28T00:00:36.000+01:00",
      "ebvd": "N",
      "enumber": null
    }
  ]
}