search_doffin

Search Norwegian public procurement notices on Doffin.

Signature: search_doffin(query: string, optional, default ''; types: list of string (comma-separated), optional, default None; statuses: list of string (comma-separated), optional, default None; contract_nature: list of string (comma-separated), optional, default None; cpv_codes: list of string (comma-separated), optional, default None; locations: list of string (comma-separated), optional, default None; buyer: list of string (comma-separated), optional, default None; winner: list of string (comma-separated), optional, default None; date_from: string, optional, default None; date_to: string, optional, default None; sort_by: string, optional, default 'RELEVANCE'; page: integer, optional, default 1; hits_per_page: integer, optional, default 10; include_placeholders: yes/no, optional, default False; limit: integer, items, optional, default 25; offset: integer, items, optional, default 0)

Direct GET

For navigating agents: open the HTML page with parameters in the URL. The result is fetched and displayed without screenshots or form filling.

Open this validated HTML GET URL

https://allemannsdata.com/wiki/kilder/doffin/search_doffin/?query=&types={types}&statuses={statuses}&contract_nature={contract_nature}&cpv_codes={cpv_codes}&locations={locations}&buyer={buyer}&winner={winner}&date_from={date_from}&date_to={date_to}&sort_by=RELEVANCE&page=1&hits_per_page=10&include_placeholders=false&limit=25&offset=0

Replace {query}, {types}, {statuses}, {contract_nature}, {cpv_codes}, {locations}, {buyer}, {winner}, {date_from}, {date_to}, {sort_by}, {page}, {hits_per_page}, {include_placeholders} with values. Remove unused optional parameters from the URL.

For software and dashboards: Read the operation descriptor. The JSON GET template is https://allemannsdata.com/wiki/api/v1/kilder/doffin/search_doffin?query=&types={types}&statuses={statuses}&contract_nature={contract_nature}&cpv_codes={cpv_codes}&locations={locations}&buyer={buyer}&winner={winner}&date_from={date_from}&date_to={date_to}&sort_by=RELEVANCE&page=1&hits_per_page=10&include_placeholders=false&limit=25&offset=0. Open this exact request as JSON.

ParameterRequirementJSON typeDescription
queryoptionalstringFree-text search (Norwegian or English), e.g. "IT-drift", "snørydding", "rammeavtale konsulent". Start here.
typesoptionalunionFilter by notice type. Parent types: PLANNING, COMPETITION, RESULT. Specific types: ANNOUNCEMENT_OF_COMPETITION, DYNAMIC_PURCHASING_SCHEME, QUALIFICATION_SCHEME, ANNOUNCEMENT_OF_INTENT, PRE_ANNOUNCEMENT, ADVISORY_NOTICE, NOTICE_ON_BUYER_PROFILE, ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT, CHANGE_OF_CONCLUSION_OF_CONTRACT, CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT. Use ["COMPETITION"] + statuses=["ACTIVE"] for open tenders.
statusesoptionalunionACTIVE (open for bids), EXPIRED, AWARDED, CANCELLED.
contract_natureoptionalunionWORKS, SERVICES and/or SUPPLIES.
cpv_codesoptionalunion8-digit CPV codes, e.g. ["45000000"]. Matches the code and its children. Find codes with search_cpv_codes(). Best combined with a free-text query.
locationsoptionalunionNUTS-style location ids, e.g. ["NO060"] (Trøndelag), or "anyw" for non-location-bound. See list_location_codes().
buyeroptionalunionBuyer organization full name(s) exactly as written on notices, e.g. ["Trondheim kommune"]. Resolved to Doffin's internal buyer id via a free-text lookup; names that match no buyer are reported in "note" and, if none match, no results are returned (rather than an unfiltered search). Pass the 32-hex buyer id from a result's buyer field directly to skip the lookup.
winneroptionalunionDoffin's internal supplier id (32-hex). Winner names cannot be used - they are not present in search results to resolve against.
date_fromoptionalunionPublication date lower bound, "YYYY-MM-DD".
date_tooptionalunionPublication date upper bound, "YYYY-MM-DD".
sort_byoptionalstringRELEVANCE (default), PUBLICATION_DATE_DESC, PUBLICATION_DATE_ASC, DEADLINE, ESTIMATED_VALUE_ASC, ESTIMATED_VALUE_DESC.
pageoptionalinteger1-based page number.
hits_per_pageoptionalinteger1-50 (default 10).
include_placeholdersoptionalbooleanBy default, hits whose buyer fields look like unfilled eForm template values (org id 123456789, placeholder buyer names) are dropped from the results as junk. Set True to keep them, each flagged with "possible_placeholder": true.
limitoptionalintegerGateway page size; default 25, maximum 100.
offsetoptionalintegerNumber of list items to skip; default 0.
Generated JavaScript, Python and response structure

Use JSON when the user requests code, machine-readable data, value extraction or further computation. Use the HTML GET page to identify the correct source and verify parameters.

Example for generated JavaScript and Python

https://allemannsdata.com/wiki/api/v1/kilder/doffin/search_doffin?query=&types={types}&statuses={statuses}&contract_nature={contract_nature}&cpv_codes={cpv_codes}&locations={locations}&buyer={buyer}&winner={winner}&date_from={date_from}&date_to={date_to}&sort_by=RELEVANCE&page=1&hits_per_page=10&include_placeholders=false&limit=25&offset=0

Replace URL placeholders and remove unused optional parameters.

JavaScript in a dashboard

const url = "https://allemannsdata.com/wiki/api/v1/kilder/doffin/search_doffin?query=&types={types}&statuses={statuses}&contract_nature={contract_nature}&cpv_codes={cpv_codes}&locations={locations}&buyer={buyer}&winner={winner}&date_from={date_from}&date_to={date_to}&sort_by=RELEVANCE&page=1&hits_per_page=10&include_placeholders=false&limit=25&offset=0";
const response = await fetch(url);
if (!response.ok) {
  const failure = await response.json();
  throw new Error(`${failure.error.code}: ${failure.error.message} ${failure.suggestion}`);
}
const result = await response.json();
const data = result.data;

Python without additional packages

import json
from urllib.request import urlopen

url = "https://allemannsdata.com/wiki/api/v1/kilder/doffin/search_doffin?query=&types={types}&statuses={statuses}&contract_nature={contract_nature}&cpv_codes={cpv_codes}&locations={locations}&buyer={buyer}&winner={winner}&date_from={date_from}&date_to={date_to}&sort_by=RELEVANCE&page=1&hits_per_page=10&include_placeholders=false&limit=25&offset=0"
with urlopen(url) as response:
    result = json.load(response)
data = result["data"]

Response structure

{
  "source": "doffin",
  "operation": "search_doffin",
  "parameters": {},
  "data": {},
  "entities": [],
  "_meta": {"retrieved_at": "...", "sources": [], "cache": {}},
  "_links": {"self": "...", "source": "...", "wiki": "...", "feedback": "..."}
}
Form for manual use

The form is a fallback for people and browser agents that cannot open the GET URL directly.

Type: string. Free-text search (Norwegian or English), e.g. "IT-drift", "snørydding", "rammeavtale konsulent". Start here.
Type: list of string (comma-separated). Filter by notice type. Parent types: PLANNING, COMPETITION, RESULT. Specific types: ANNOUNCEMENT_OF_COMPETITION, DYNAMIC_PURCHASING_SCHEME, QUALIFICATION_SCHEME, ANNOUNCEMENT_OF_INTENT, PRE_ANNOUNCEMENT, ADVISORY_NOTICE, NOTICE_ON_BUYER_PROFILE, ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT, CHANGE_OF_CONCLUSION_OF_CONTRACT, CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT. Use ["COMPETITION"] + statuses=["ACTIVE"] for open tenders.
Type: list of string (comma-separated). ACTIVE (open for bids), EXPIRED, AWARDED, CANCELLED.
Type: list of string (comma-separated). WORKS, SERVICES and/or SUPPLIES.
Type: list of string (comma-separated). 8-digit CPV codes, e.g. ["45000000"]. Matches the code and its children. Find codes with search_cpv_codes(). Best combined with a free-text query.
Type: list of string (comma-separated). NUTS-style location ids, e.g. ["NO060"] (Trøndelag), or "anyw" for non-location-bound. See list_location_codes().
Type: list of string (comma-separated). Buyer organization full name(s) exactly as written on notices, e.g. ["Trondheim kommune"]. Resolved to Doffin's internal buyer id via a free-text lookup; names that match no buyer are reported in "note" and, if none match, no results are returned (rather than an unfiltered search). Pass the 32-hex buyer id from a result's buyer field directly to skip the lookup.
Type: list of string (comma-separated). Doffin's internal supplier id (32-hex). Winner names cannot be used - they are not present in search results to resolve against.
Type: string. Publication date lower bound, "YYYY-MM-DD".
Type: string. Publication date upper bound, "YYYY-MM-DD".
Type: string. RELEVANCE (default), PUBLICATION_DATE_DESC, PUBLICATION_DATE_ASC, DEADLINE, ESTIMATED_VALUE_ASC, ESTIMATED_VALUE_DESC.
Type: integer. 1-based page number.
Type: integer. 1-50 (default 10).
Type: yes/no. By default, hits whose buyer fields look like unfilled eForm template values (org id 123456789, placeholder buyer names) are dropped from the results as junk. Set True to keep them, each flagged with "possible_placeholder": true.

Result

Source: Doffin and TED. Retrieved 2026-09-08T11:48:25Z in 0.565 seconds.

total_count:
21
hits:

10 results

  1. id:
    2026-113629
    buyer:

    33 results

    1. id:
      930c467a74f0e21826ac32c8e2e4cc07
      organization_id:
      991776524
      name:
      Agder kollektivtransport AS (AKT)
    2. id:
      c91c028302b6911025f42d375858e8cc
      organization_id:
      986471839
      name:
      Kilden Teater og konserthus AS
    3. id:
      948dc3108c10f2f9add93467bea8f05e
      organization_id:
      993470244
      name:
      Kristiansandsregionen Brann og Redning IKS
    4. id:
      14bb3a3b70fe91da3c924b9be21d7662
      organization_id:
      989072048
      name:
      Vest-Agder museet IKS
    5. id:
      3004e0a8955608e740544732c20edada
      organization_id:
      986488111
      name:
      Lister Kompetanse AS
    6. id:
      a5f79dbb3bd0faa4842a43d5157aa51b
      organization_id:
      987183918
      name:
      Agder Kommunerevisjon IKS
    7. id:
      1bff3bfe0313adec54df6f4a6bbe712b
      organization_id:
      931832336
      name:
      OFA IKS
    8. id:
      539277481bc5f447014aaf91ffe4f447
      organization_id:
      820852982
      name:
      Kristiansand Kommune
    9. id:
      b4d07b65979ff1c7968dc28b60d375d4
      organization_id:
      921707134
      name:
      Agder fylkeskommune
    10. id:
      7853094408bbdaa9c8d9423aae5775e7
      organization_id:
      940493021
      name:
      Arendal kommune
    11. id:
      f01f7956884d022acbd0a2b2538f9157
      organization_id:
      964966109
      name:
      Evje og Hornnes kommune
    12. id:
      cfb01f6f3078f12ebd8e7287e5433a4f
      organization_id:
      964965404
      name:
      Lillesand kommune
    13. id:
      e5f543ee2efbc362636147fda3c2630e
      organization_id:
      964966397
      name:
      Bygland kommune
    14. id:
      d676fa887472f5b9b0bba00013e96797
      organization_id:
      964083266
      name:
      Farsund kommune
    15. id:
      6bb9ce3c3e2772e855f787b878c6cc14
      organization_id:
      946439045
      name:
      Froland kommune
    16. id:
      377e39a08ba51158923c98eee87da5d6
      organization_id:
      864964702
      name:
      Grimstad kommune
    17. id:
      6357715d90f538d51dee6cacc6f0d75d
      organization_id:
      964964076
      name:
      Kvinesdal kommune
    18. id:
      33f3c9713d6cfab7345b37fbfdb94d0a
      organization_id:
      921060440
      name:
      Lindesnes kommune
    19. id:
      3332bad8a1e75d796f616f576b6bcb2a
      organization_id:
      964977402
      name:
      Risør kommune
    20. id:
      85a378918f7c90436242d6e1a12fd14c
      organization_id:
      936846777
      name:
      Vennesla kommune
    21. id:
      4254d45a39b6212dd718abb4c2114d38
      organization_id:
      964966842
      name:
      Åseral kommune
    22. id:
      a7ddbed8e12b55ace5d40b3828ef2652
      organization_id:
      958814968
      name:
      Bykle kommune
    23. id:
      855cc5445044f32a8ee2860a2e15437c
      organization_id:
      864965962
      name:
      Åmli kommune
    24. id:
      31e4faa4ea5c9fee62aa58b87f198299
      organization_id:
      964967369
      name:
      Flekkefjord kommune
    25. id:
      9fe8ba3a8982af1e58781d1c4eb5d177
      organization_id:
      964963916
      name:
      Hægebostad kommune
    26. id:
      ce714e4562d04da1b7104c9b58e52cbe
      organization_id:
      864966012
      name:
      Iveland kommune
    27. id:
      45df69f050e0f6dd3f877fa1b4818d69
      organization_id:
      964964165
      name:
      Sirdal kommune
    28. id:
      590855bb1d294b565aeaa6c9ff994df7
      organization_id:
      964965781
      name:
      Tvedestrand kommune
    29. id:
      d23212580dfe9697f86020aa83b3a573
      organization_id:
      964965048
      name:
      Vegårshei kommune
    30. id:
      d5b8153bda08796cfa9b1176f4a5c331
      organization_id:
      964965870
      name:
      Birkenes kommune
    31. id:
      c182a026084c3f9a312c08fca4455a5c
      organization_id:
      964964998
      name:
      Gjerstad kommune
    32. id:
      451c252d0f4fe7730b55b7007c0bee31
      organization_id:
      922421498
      name:
      Lyngdal kommune
    33. id:
      f2bf30e31d445161c9d854b8e215a412
      organization_id:
      964966575
      name:
      Valle kommune
    heading:
    Rammeavtale renholdsprodukter med opsjon for renholdsmaskiner og -roboter
    description:
    Anskaffelsens formål og innhold Oppdragsgiver skal inngå en ny rammeavtale for renholdsprodukter, ettersom eksisterende rammeavtale utløper 31.01.2027. Formålet med anskaffelsen er å sikre en stabil, effektiv og fremtidsrettet forsyning av renholdsprodukter til oppdragsgivers lokasjoner, herunder sykehjem, skoler, barnehager, kontorbygg samt øvrige kommunale og fylkeskommunale enheter. Rammeavtalen skal dekke oppdragsgivers behov for et bredt spekter av egnede og kvalitetsmessig gode renholdsprodukter. Oppdragsgiver ønsker å inngå kontrakt med en seriøs og kompetent leverandør som kan tilby varer, service- og produktrelaterte tjenester, kurs, opplæring, rådgivning og øvrig nødvendig bistand knyttet til leveransen. Oppdragsgiver ønsker en samarbeidspartner som kan bidra til å videreutvikle OFA som kunde, herunder bistå med innovative og hensiktsmessige løsninger. Det er blant annet ønskelig at leverandøren kan tilby robotisert renhold som en opsjon per maskin, inkludert tilhørende produkter, opplæring og support. Oppdragsgiver legger vekt på at de tilbudte produktene holder god kvalitet, er egnet for formålet og bidrar til god totaløkonomi i avtaleperioden. Det er videre ønskelig med produkter som understøtter et skånsomt og miljøvennlig renhold, herunder produkter med redusert behov for kjemikalier og uten sterk eller sjenerende lukt.
    location_id:

    1 results

    1. NO092
    estimatedValue:
    currencyCode:
    NOK
    amount:
    54000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-08-28T12:20:25Z
    deadline:
    2026-09-28T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-08-28
    placeOfPerformance:
    procurementStrategicLabels:

    3 results

    1. ENVIRONMENT_PROCUREMENT
    2. SOCIAL_PROCUREMENT
    3. INNOVATIVE_PROCUREMENT
  2. id:
    2026-113244
    buyer:

    2 results

    1. id:
      539277481bc5f447014aaf91ffe4f447
      organization_id:
      820852982
      name:
      KRISTIANSAND KOMMUNE
    2. id:
      948dc3108c10f2f9add93467bea8f05e
      organization_id:
      993470244
      name:
      KRISTIANSANDSREGIONEN BRANN OG REDNING IKS
    heading:
    Rammeavtale - Hvitevarer, brunevarer og småelektriske artikler
    description:
    Kristiansand kommune, heretter kalt Oppdragsgiver, inviterer til åpen anbudskonkurranse for inngåelse av rammeavtale for kjøp og levering av hvitevarer, brunevarer og småelektriske artikler.
    location_id:

    1 results

    1. NO092
    estimatedValue:
    currencyCode:
    NOK
    amount:
    25000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-08-19T13:09:26Z
    deadline:
    2026-10-02T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-08-21
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  3. id:
    2026-111268
    buyer:

    2 results

    1. id:
      539277481bc5f447014aaf91ffe4f447
      organization_id:
      820852982
      name:
      KRISTIANSAND KOMMUNE
    2. id:
      948dc3108c10f2f9add93467bea8f05e
      organization_id:
      993470244
      name:
      KRISTIANSANDSREGIONEN BRANN OG REDNING IKS
    heading:
    Rammeavtale - Hvitevarer, brunevarer og småelektriske artikler
    description:
    Kristiansand kommune, heretter kalt Oppdragsgiver, inviterer til åpen anbudskonkurranse for inngåelse av rammeavtale for kjøp og levering av hvitevarer, brunevarer og småelektriske artikler.
    location_id:

    1 results

    1. NO092
    estimatedValue:
    currencyCode:
    NOK
    amount:
    25000000.0
    type:
    CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2026-06-25T10:44:45Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-06-26
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  4. id:
    2026-109871
    buyer:

    2 results

    1. id:
      539277481bc5f447014aaf91ffe4f447
      organization_id:
      820852982
      name:
      KRISTIANSAND KOMMUNE
    2. id:
      948dc3108c10f2f9add93467bea8f05e
      organization_id:
      993470244
      name:
      KRISTIANSANDSREGIONEN BRANN OG REDNING IKS
    heading:
    Rammeavtale - Hvitevarer, brunevarer og småelektriske artikler
    description:
    Kristiansand kommune, heretter kalt Oppdragsgiver, inviterer til åpen anbudskonkurranse for inngåelse av rammeavtale for kjøp og levering av hvitevarer, brunevarer og småelektriske artikler.
    location_id:

    1 results

    1. NO092
    estimatedValue:
    currencyCode:
    NOK
    amount:
    25000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    CANCELLED
    issueDate:
    2026-06-01T13:28:38Z
    deadline:
    2026-07-03T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-06-03
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  5. id:
    2026-100645
    buyer:

    1 results

    1. id:
      948dc3108c10f2f9add93467bea8f05e
      organization_id:
      993470244
      name:
      KRISTIANSANDSREGIONEN BRANN OG REDNING IKS
    heading:
    Kontraktstildeling - Rammeavtale - Uniformer og tjenesteantrekk for Kristiansandsregionen brann og redning IKS (KBR)
    description:
    Kristiansandsregionen brann og redning IKS (KBR )ønsker å etablere en rammeavtale for anskaffelse av uniformer og tjenesteantrekk
    location_id:

    1 results

    1. NO092
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2026-01-09T11:55:53Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-01-12
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  6. id:
    2025-115503
    buyer:

    6 results

    1. id:
      539277481bc5f447014aaf91ffe4f447
      organization_id:
      820852982
      name:
      KRISTIANSAND KOMMUNE
    2. id:
      49f85334175a4a5c2aba5d4743c65c8f
      organization_id:
      995 646 137
      name:
      Avfall Sør AS
    3. id:
      606691a4d85f4a9962c66b9872c6726b
      organization_id:
      986 296 042
      name:
      Avfall Sør Holding AS
    4. id:
      948dc3108c10f2f9add93467bea8f05e
      organization_id:
      993 470 244
      name:
      Kristiansandsregionen Brann og Redning IKS
    5. id:
      0cb67b00fa7dea5e89932c32dc5aa2f9
      organization_id:
      926 180 711
      name:
      Kristiansand Havn IKS
    6. id:
      2add7b801fc12b64deaca66e55078608
      organization_id:
      876 992 612
      name:
      Kristiansand Kirkelig Fellesråd
    heading:
    Kontraktstildeling - Rammeavtale - Coaching, veiledning og konflikthåndtering (Ny utlysning)
    description:
    Konkurransen gjelder bistand innen coaching, veiledning og konflikthåndtering.
    location_id:

    1 results

    1. NO092
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2025-10-27T11:46:44Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2025-10-28
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  7. id:
    2025-115472
    buyer:

    1 results

    1. id:
      948dc3108c10f2f9add93467bea8f05e
      organization_id:
      993470244
      name:
      KRISTIANSANDSREGIONEN BRANN OG REDNING IKS
    heading:
    Rammeavtale - Uniformer og tjenesteantrekk for Kristiansandsregionen brann og redning IKS (KBR)
    description:
    Kristiansandsregionen brann og redning IKS (KBR )ønsker å etablere en rammeavtale for anskaffelse av uniformer og tjenesteantrekk
    location_id:

    1 results

    1. NO092
    estimatedValue:
    currencyCode:
    NOK
    amount:
    3000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    AWARDED
    issueDate:
    2025-10-24T11:33:44Z
    deadline:
    2025-12-01T11:00:00Z
    sentToTed:
    yes
    publicationDate:
    2025-10-28
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  8. id:
    2025-108775
    buyer:

    2 results

    1. id:
      948dc3108c10f2f9add93467bea8f05e
      organization_id:
      820852982
      name:
      KRISTIANSANDSREGIONEN BRANN OG REDNING IKS
    2. id:
      539277481bc5f447014aaf91ffe4f447
      organization_id:
      820852982
      name:
      KRISTIANSAND KOMMUNE
    heading:
    Kontraktstildeling - 8 biler til Kristiansandsregionen brann og redning IKS
    description:
    Kristiansandsregionen brann og redning IKS skal anskaffe 8 elektriske kjøretøy under 3,5 tonn (førerkort klasse B), med ombygging av lasterom som angitt i kravspesifikasjonen.Bilene er til boligavdeling (tidligere feieavdelingen).
    location_id:

    1 results

    1. NO092
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2025-06-03T12:29:40Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2025-06-04
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  9. id:
    2025-107659
    buyer:

    6 results

    1. id:
      539277481bc5f447014aaf91ffe4f447
      organization_id:
      820852982
      name:
      KRISTIANSAND KOMMUNE
    2. id:
      49f85334175a4a5c2aba5d4743c65c8f
      organization_id:
      995 646 137
      name:
      Avfall Sør AS
    3. id:
      606691a4d85f4a9962c66b9872c6726b
      organization_id:
      986 296 042
      name:
      Avfall Sør Holding AS
    4. id:
      948dc3108c10f2f9add93467bea8f05e
      organization_id:
      993 470 244
      name:
      Kristiansandsregionen Brann og Redning IKS
    5. id:
      0cb67b00fa7dea5e89932c32dc5aa2f9
      organization_id:
      926 180 711
      name:
      Kristiansand Havn IKS
    6. id:
      2add7b801fc12b64deaca66e55078608
      organization_id:
      876 992 612
      name:
      Kristiansand Kirkelig Fellesråd
    heading:
    Kunngjøring av resultat - Rammeavtale - Coaching, veiledning og konflikthåndtering
    description:
    Konkurransen gjelder bistand innen coaching, veiledning og konflikthåndtering.
    location_id:

    1 results

    1. NO092
    estimatedValue:
    currencyCode:
    NOK
    amount:
    7100000.0
    type:
    CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2025-05-14T13:22:44Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2025-05-16
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  10. id:
    2025-107665
    buyer:

    6 results

    1. id:
      539277481bc5f447014aaf91ffe4f447
      organization_id:
      820852982
      name:
      KRISTIANSAND KOMMUNE
    2. id:
      49f85334175a4a5c2aba5d4743c65c8f
      organization_id:
      995 646 137
      name:
      Avfall Sør AS
    3. id:
      606691a4d85f4a9962c66b9872c6726b
      organization_id:
      986 296 042
      name:
      Avfall Sør Holding AS
    4. id:
      948dc3108c10f2f9add93467bea8f05e
      organization_id:
      993 470 244
      name:
      Kristiansandsregionen Brann og Redning IKS
    5. id:
      0cb67b00fa7dea5e89932c32dc5aa2f9
      organization_id:
      926 180 711
      name:
      Kristiansand Havn IKS
    6. id:
      2add7b801fc12b64deaca66e55078608
      organization_id:
      876 992 612
      name:
      Kristiansand Kirkelig Fellesråd
    heading:
    Rammeavtale - Coaching, veiledning og konflikthåndtering (Ny utlysning)
    description:
    Konkurransen gjelder bistand innen coaching, veiledning og konflikthåndtering.
    location_id:

    1 results

    1. NO092
    estimatedValue:
    currencyCode:
    NOK
    amount:
    7100000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    AWARDED
    issueDate:
    2025-05-14T19:52:51Z
    deadline:
    2025-06-16T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2025-05-16
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

limit:
25
offset:
0
returned:
10
has_more_results:
yes
truncated:
yes
next_offset:
10
Show all fields in HTML
total_count:
21
hits:

10 results

  1. id:
    2026-113629
    buyer:

    33 results

    1. id:
      930c467a74f0e21826ac32c8e2e4cc07
      organization_id:
      991776524
      name:
      Agder kollektivtransport AS (AKT)
    2. id:
      c91c028302b6911025f42d375858e8cc
      organization_id:
      986471839
      name:
      Kilden Teater og konserthus AS
    3. id:
      948dc3108c10f2f9add93467bea8f05e
      organization_id:
      993470244
      name:
      Kristiansandsregionen Brann og Redning IKS
    4. id:
      14bb3a3b70fe91da3c924b9be21d7662
      organization_id:
      989072048
      name:
      Vest-Agder museet IKS
    5. id:
      3004e0a8955608e740544732c20edada
      organization_id:
      986488111
      name:
      Lister Kompetanse AS
    6. id:
      a5f79dbb3bd0faa4842a43d5157aa51b
      organization_id:
      987183918
      name:
      Agder Kommunerevisjon IKS
    7. id:
      1bff3bfe0313adec54df6f4a6bbe712b
      organization_id:
      931832336
      name:
      OFA IKS
    8. id:
      539277481bc5f447014aaf91ffe4f447
      organization_id:
      820852982
      name:
      Kristiansand Kommune
    9. id:
      b4d07b65979ff1c7968dc28b60d375d4
      organization_id:
      921707134
      name:
      Agder fylkeskommune
    10. id:
      7853094408bbdaa9c8d9423aae5775e7
      organization_id:
      940493021
      name:
      Arendal kommune
    11. id:
      f01f7956884d022acbd0a2b2538f9157
      organization_id:
      964966109
      name:
      Evje og Hornnes kommune
    12. id:
      cfb01f6f3078f12ebd8e7287e5433a4f
      organization_id:
      964965404
      name:
      Lillesand kommune
    13. id:
      e5f543ee2efbc362636147fda3c2630e
      organization_id:
      964966397
      name:
      Bygland kommune
    14. id:
      d676fa887472f5b9b0bba00013e96797
      organization_id:
      964083266
      name:
      Farsund kommune
    15. id:
      6bb9ce3c3e2772e855f787b878c6cc14
      organization_id:
      946439045
      name:
      Froland kommune
    16. id:
      377e39a08ba51158923c98eee87da5d6
      organization_id:
      864964702
      name:
      Grimstad kommune
    17. id:
      6357715d90f538d51dee6cacc6f0d75d
      organization_id:
      964964076
      name:
      Kvinesdal kommune
    18. id:
      33f3c9713d6cfab7345b37fbfdb94d0a
      organization_id:
      921060440
      name:
      Lindesnes kommune
    19. id:
      3332bad8a1e75d796f616f576b6bcb2a
      organization_id:
      964977402
      name:
      Risør kommune
    20. id:
      85a378918f7c90436242d6e1a12fd14c
      organization_id:
      936846777
      name:
      Vennesla kommune
    21. id:
      4254d45a39b6212dd718abb4c2114d38
      organization_id:
      964966842
      name:
      Åseral kommune
    22. id:
      a7ddbed8e12b55ace5d40b3828ef2652
      organization_id:
      958814968
      name:
      Bykle kommune
    23. id:
      855cc5445044f32a8ee2860a2e15437c
      organization_id:
      864965962
      name:
      Åmli kommune
    24. id:
      31e4faa4ea5c9fee62aa58b87f198299
      organization_id:
      964967369
      name:
      Flekkefjord kommune
    25. id:
      9fe8ba3a8982af1e58781d1c4eb5d177
      organization_id:
      964963916
      name:
      Hægebostad kommune
    26. id:
      ce714e4562d04da1b7104c9b58e52cbe
      organization_id:
      864966012
      name:
      Iveland kommune
    27. id:
      45df69f050e0f6dd3f877fa1b4818d69
      organization_id:
      964964165
      name:
      Sirdal kommune
    28. id:
      590855bb1d294b565aeaa6c9ff994df7
      organization_id:
      964965781
      name:
      Tvedestrand kommune
    29. id:
      d23212580dfe9697f86020aa83b3a573
      organization_id:
      964965048
      name:
      Vegårshei kommune
    30. id:
      d5b8153bda08796cfa9b1176f4a5c331
      organization_id:
      964965870
      name:
      Birkenes kommune
    31. id:
      c182a026084c3f9a312c08fca4455a5c
      organization_id:
      964964998
      name:
      Gjerstad kommune
    32. id:
      451c252d0f4fe7730b55b7007c0bee31
      organization_id:
      922421498
      name:
      Lyngdal kommune
    33. id:
      f2bf30e31d445161c9d854b8e215a412
      organization_id:
      964966575
      name:
      Valle kommune
    heading:
    Rammeavtale renholdsprodukter med opsjon for renholdsmaskiner og -roboter
    description:
    Anskaffelsens formål og innhold Oppdragsgiver skal inngå en ny rammeavtale for renholdsprodukter, ettersom eksisterende rammeavtale utløper 31.01.2027. Formålet med anskaffelsen er å sikre en stabil, effektiv og fremtidsrettet forsyning av renholdsprodukter til oppdragsgivers lokasjoner, herunder sykehjem, skoler, barnehager, kontorbygg samt øvrige kommunale og fylkeskommunale enheter. Rammeavtalen skal dekke oppdragsgivers behov for et bredt spekter av egnede og kvalitetsmessig gode renholdsprodukter. Oppdragsgiver ønsker å inngå kontrakt med en seriøs og kompetent leverandør som kan tilby varer, service- og produktrelaterte tjenester, kurs, opplæring, rådgivning og øvrig nødvendig bistand knyttet til leveransen. Oppdragsgiver ønsker en samarbeidspartner som kan bidra til å videreutvikle OFA som kunde, herunder bistå med innovative og hensiktsmessige løsninger. Det er blant annet ønskelig at leverandøren kan tilby robotisert renhold som en opsjon per maskin, inkludert tilhørende produkter, opplæring og support. Oppdragsgiver legger vekt på at de tilbudte produktene holder god kvalitet, er egnet for formålet og bidrar til god totaløkonomi i avtaleperioden. Det er videre ønskelig med produkter som understøtter et skånsomt og miljøvennlig renhold, herunder produkter med redusert behov for kjemikalier og uten sterk eller sjenerende lukt.
    location_id:

    1 results

    1. NO092
    estimatedValue:
    currencyCode:
    NOK
    amount:
    54000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-08-28T12:20:25Z
    deadline:
    2026-09-28T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-08-28
    placeOfPerformance:
    procurementStrategicLabels:

    3 results

    1. ENVIRONMENT_PROCUREMENT
    2. SOCIAL_PROCUREMENT
    3. INNOVATIVE_PROCUREMENT
  2. id:
    2026-113244
    buyer:

    2 results

    1. id:
      539277481bc5f447014aaf91ffe4f447
      organization_id:
      820852982
      name:
      KRISTIANSAND KOMMUNE
    2. id:
      948dc3108c10f2f9add93467bea8f05e
      organization_id:
      993470244
      name:
      KRISTIANSANDSREGIONEN BRANN OG REDNING IKS
    heading:
    Rammeavtale - Hvitevarer, brunevarer og småelektriske artikler
    description:
    Kristiansand kommune, heretter kalt Oppdragsgiver, inviterer til åpen anbudskonkurranse for inngåelse av rammeavtale for kjøp og levering av hvitevarer, brunevarer og småelektriske artikler.
    location_id:

    1 results

    1. NO092
    estimatedValue:
    currencyCode:
    NOK
    amount:
    25000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-08-19T13:09:26Z
    deadline:
    2026-10-02T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-08-21
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  3. id:
    2026-111268
    buyer:

    2 results

    1. id:
      539277481bc5f447014aaf91ffe4f447
      organization_id:
      820852982
      name:
      KRISTIANSAND KOMMUNE
    2. id:
      948dc3108c10f2f9add93467bea8f05e
      organization_id:
      993470244
      name:
      KRISTIANSANDSREGIONEN BRANN OG REDNING IKS
    heading:
    Rammeavtale - Hvitevarer, brunevarer og småelektriske artikler
    description:
    Kristiansand kommune, heretter kalt Oppdragsgiver, inviterer til åpen anbudskonkurranse for inngåelse av rammeavtale for kjøp og levering av hvitevarer, brunevarer og småelektriske artikler.
    location_id:

    1 results

    1. NO092
    estimatedValue:
    currencyCode:
    NOK
    amount:
    25000000.0
    type:
    CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2026-06-25T10:44:45Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-06-26
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  4. id:
    2026-109871
    buyer:

    2 results

    1. id:
      539277481bc5f447014aaf91ffe4f447
      organization_id:
      820852982
      name:
      KRISTIANSAND KOMMUNE
    2. id:
      948dc3108c10f2f9add93467bea8f05e
      organization_id:
      993470244
      name:
      KRISTIANSANDSREGIONEN BRANN OG REDNING IKS
    heading:
    Rammeavtale - Hvitevarer, brunevarer og småelektriske artikler
    description:
    Kristiansand kommune, heretter kalt Oppdragsgiver, inviterer til åpen anbudskonkurranse for inngåelse av rammeavtale for kjøp og levering av hvitevarer, brunevarer og småelektriske artikler.
    location_id:

    1 results

    1. NO092
    estimatedValue:
    currencyCode:
    NOK
    amount:
    25000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    CANCELLED
    issueDate:
    2026-06-01T13:28:38Z
    deadline:
    2026-07-03T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-06-03
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  5. id:
    2026-100645
    buyer:

    1 results

    1. id:
      948dc3108c10f2f9add93467bea8f05e
      organization_id:
      993470244
      name:
      KRISTIANSANDSREGIONEN BRANN OG REDNING IKS
    heading:
    Kontraktstildeling - Rammeavtale - Uniformer og tjenesteantrekk for Kristiansandsregionen brann og redning IKS (KBR)
    description:
    Kristiansandsregionen brann og redning IKS (KBR )ønsker å etablere en rammeavtale for anskaffelse av uniformer og tjenesteantrekk
    location_id:

    1 results

    1. NO092
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2026-01-09T11:55:53Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-01-12
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  6. id:
    2025-115503
    buyer:

    6 results

    1. id:
      539277481bc5f447014aaf91ffe4f447
      organization_id:
      820852982
      name:
      KRISTIANSAND KOMMUNE
    2. id:
      49f85334175a4a5c2aba5d4743c65c8f
      organization_id:
      995 646 137
      name:
      Avfall Sør AS
    3. id:
      606691a4d85f4a9962c66b9872c6726b
      organization_id:
      986 296 042
      name:
      Avfall Sør Holding AS
    4. id:
      948dc3108c10f2f9add93467bea8f05e
      organization_id:
      993 470 244
      name:
      Kristiansandsregionen Brann og Redning IKS
    5. id:
      0cb67b00fa7dea5e89932c32dc5aa2f9
      organization_id:
      926 180 711
      name:
      Kristiansand Havn IKS
    6. id:
      2add7b801fc12b64deaca66e55078608
      organization_id:
      876 992 612
      name:
      Kristiansand Kirkelig Fellesråd
    heading:
    Kontraktstildeling - Rammeavtale - Coaching, veiledning og konflikthåndtering (Ny utlysning)
    description:
    Konkurransen gjelder bistand innen coaching, veiledning og konflikthåndtering.
    location_id:

    1 results

    1. NO092
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2025-10-27T11:46:44Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2025-10-28
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  7. id:
    2025-115472
    buyer:

    1 results

    1. id:
      948dc3108c10f2f9add93467bea8f05e
      organization_id:
      993470244
      name:
      KRISTIANSANDSREGIONEN BRANN OG REDNING IKS
    heading:
    Rammeavtale - Uniformer og tjenesteantrekk for Kristiansandsregionen brann og redning IKS (KBR)
    description:
    Kristiansandsregionen brann og redning IKS (KBR )ønsker å etablere en rammeavtale for anskaffelse av uniformer og tjenesteantrekk
    location_id:

    1 results

    1. NO092
    estimatedValue:
    currencyCode:
    NOK
    amount:
    3000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    AWARDED
    issueDate:
    2025-10-24T11:33:44Z
    deadline:
    2025-12-01T11:00:00Z
    sentToTed:
    yes
    publicationDate:
    2025-10-28
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  8. id:
    2025-108775
    buyer:

    2 results

    1. id:
      948dc3108c10f2f9add93467bea8f05e
      organization_id:
      820852982
      name:
      KRISTIANSANDSREGIONEN BRANN OG REDNING IKS
    2. id:
      539277481bc5f447014aaf91ffe4f447
      organization_id:
      820852982
      name:
      KRISTIANSAND KOMMUNE
    heading:
    Kontraktstildeling - 8 biler til Kristiansandsregionen brann og redning IKS
    description:
    Kristiansandsregionen brann og redning IKS skal anskaffe 8 elektriske kjøretøy under 3,5 tonn (førerkort klasse B), med ombygging av lasterom som angitt i kravspesifikasjonen.Bilene er til boligavdeling (tidligere feieavdelingen).
    location_id:

    1 results

    1. NO092
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2025-06-03T12:29:40Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2025-06-04
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  9. id:
    2025-107659
    buyer:

    6 results

    1. id:
      539277481bc5f447014aaf91ffe4f447
      organization_id:
      820852982
      name:
      KRISTIANSAND KOMMUNE
    2. id:
      49f85334175a4a5c2aba5d4743c65c8f
      organization_id:
      995 646 137
      name:
      Avfall Sør AS
    3. id:
      606691a4d85f4a9962c66b9872c6726b
      organization_id:
      986 296 042
      name:
      Avfall Sør Holding AS
    4. id:
      948dc3108c10f2f9add93467bea8f05e
      organization_id:
      993 470 244
      name:
      Kristiansandsregionen Brann og Redning IKS
    5. id:
      0cb67b00fa7dea5e89932c32dc5aa2f9
      organization_id:
      926 180 711
      name:
      Kristiansand Havn IKS
    6. id:
      2add7b801fc12b64deaca66e55078608
      organization_id:
      876 992 612
      name:
      Kristiansand Kirkelig Fellesråd
    heading:
    Kunngjøring av resultat - Rammeavtale - Coaching, veiledning og konflikthåndtering
    description:
    Konkurransen gjelder bistand innen coaching, veiledning og konflikthåndtering.
    location_id:

    1 results

    1. NO092
    estimatedValue:
    currencyCode:
    NOK
    amount:
    7100000.0
    type:
    CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2025-05-14T13:22:44Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2025-05-16
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  10. id:
    2025-107665
    buyer:

    6 results

    1. id:
      539277481bc5f447014aaf91ffe4f447
      organization_id:
      820852982
      name:
      KRISTIANSAND KOMMUNE
    2. id:
      49f85334175a4a5c2aba5d4743c65c8f
      organization_id:
      995 646 137
      name:
      Avfall Sør AS
    3. id:
      606691a4d85f4a9962c66b9872c6726b
      organization_id:
      986 296 042
      name:
      Avfall Sør Holding AS
    4. id:
      948dc3108c10f2f9add93467bea8f05e
      organization_id:
      993 470 244
      name:
      Kristiansandsregionen Brann og Redning IKS
    5. id:
      0cb67b00fa7dea5e89932c32dc5aa2f9
      organization_id:
      926 180 711
      name:
      Kristiansand Havn IKS
    6. id:
      2add7b801fc12b64deaca66e55078608
      organization_id:
      876 992 612
      name:
      Kristiansand Kirkelig Fellesråd
    heading:
    Rammeavtale - Coaching, veiledning og konflikthåndtering (Ny utlysning)
    description:
    Konkurransen gjelder bistand innen coaching, veiledning og konflikthåndtering.
    location_id:

    1 results

    1. NO092
    estimatedValue:
    currencyCode:
    NOK
    amount:
    7100000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    AWARDED
    issueDate:
    2025-05-14T19:52:51Z
    deadline:
    2025-06-16T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2025-05-16
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

limit:
25
offset:
0
returned:
10
has_more_results:
yes
truncated:
yes
next_offset:
10
Will you use the result in generated code?

Open the same result as JSON

Is data missing or incorrect? Send feedback about this result.

Continue exploring

How an AI agent should use this page

Ground rule: Navigate with HTML GET links to keep explanations and relationships. Use the page's JSON alternative only when concrete values must be extracted, compared or computed.

How to use the search_doffin lookup

  1. Replace the placeholders in the HTML GET template; remove optional parameters you do not need.
  2. Check types, units, limits and ID formats in the parameter table.
  3. Follow linked results to canonical pages before combining sources.

Misreading to avoid: An empty list means "no results for this lookup". An error message or unavailable source does not mean the data does not exist.

Source-specific next step

Go to the source page for other operations. Use the JSON template only after the HTML result shows that the parameters and source are correct.