Bio-Zertifikate verwalten #67

Open
opened 2025-07-10 14:45:53 +02:00 by lorenz.stechauner · 3 comments
Siehe https://webgate.ec.europa.eu/tracesnt/directory/publication/organic-operator/index und https://www.easy-cert.com/
Author
Owner
curl "https://webgate.ec.europa.eu/tracesnt/directory/publication/organic-operator/for/query?\
countryCode=AT&\
operatorPostalCode=2222&\
activities=production&\
categoriesOfProduct=UNPROCESSED_PLANT_PRODUCTS_INCLUDING_SEEDS&\
categoriesOfProduct=WINE&\
sort=operator.name" | \
jq ".[] | {\
id: .reference, \
status: .status.id, \
operator: {id: .operatorIdentifier, name: .operator.name, address: .operator.address.street.value, postalCode: .operator.address.cityReference.postalCode, city: .operator.address.cityReference.name}, \
issuedBy: {code: .issuingBody.code, name: .issuingBody.name}, \
activities: [.activities.[].id], products: [(.categoriesOfProduct.[]|{id: .id, code: .code})], \
issuedOn: .issuedOn, \
expiresOn: .expiresOn}"
``` curl "https://webgate.ec.europa.eu/tracesnt/directory/publication/organic-operator/for/query?\ countryCode=AT&\ operatorPostalCode=2222&\ activities=production&\ categoriesOfProduct=UNPROCESSED_PLANT_PRODUCTS_INCLUDING_SEEDS&\ categoriesOfProduct=WINE&\ sort=operator.name" | \ jq ".[] | {\ id: .reference, \ status: .status.id, \ operator: {id: .operatorIdentifier, name: .operator.name, address: .operator.address.street.value, postalCode: .operator.address.cityReference.postalCode, city: .operator.address.cityReference.name}, \ issuedBy: {code: .issuingBody.code, name: .issuingBody.name}, \ activities: [.activities.[].id], products: [(.categoriesOfProduct.[]|{id: .id, code: .code})], \ issuedOn: .issuedOn, \ expiresOn: .expiresOn}" ```
Author
Owner
  • Zertifikat ID = AT-BIO-301.040-0022662.2025.001
  • Bio-Kontrollstellen-Code = AT-BIO-301 (DE-ÖKO-037, ES-ECO-002-CM, FR-BIO-10)
  • Organic Operator ID = 040-0022662 (ISO numeric country code)
  • "Easy-Cert"-ID/"CustomerNumber" = 716674
* Zertifikat ID = `AT-BIO-301.040-0022662.2025.001` * Bio-Kontrollstellen-Code = `AT-BIO-301` (`DE-ÖKO-037`, `ES-ECO-002-CM`, `FR-BIO-10`) * Organic Operator ID = `040-0022662` (ISO numeric country code) * "Easy-Cert"-ID/"CustomerNumber" = `716674`
Author
Owner

I am using your public web-interface for searching for certificates of
Organic Operators. I would like to ask, if it is possible to view all
certificates (including expired ones) of Organic Operators or
certificates that were valid on a specific date. This information would
be useful for us when checking if a given producer was entitled to
declare their delivery as organic on a specified date in the past.

Dear Lorenz,

Thank you for your message.

Please note that you can only access issued Organic Certificates via the public link.

In case you wish to receive information on previously valid certificates of an operator, you will need to contact the Organic Control Body responsible for that operator certificate.

Thank you or your understanding and cooperation.

Best regards,
TRACES support team

> I am using your public web-interface for searching for certificates of Organic Operators. I would like to ask, if it is possible to view all certificates (including expired ones) of Organic Operators or certificates that were valid on a specific date. This information would be useful for us when checking if a given producer was entitled to declare their delivery as organic on a specified date in the past. Dear Lorenz, Thank you for your message. Please note that you can only access issued Organic Certificates via the public link. In case you wish to receive information on previously valid certificates of an operator, you will need to contact the Organic Control Body responsible for that operator certificate. Thank you or your understanding and cooperation. Best regards, TRACES support team
lorenz.stechauner added the
extra
feature
labels 2025-07-11 01:18:27 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: winzer/elwig#67
No description provided.