Interactive Material Testing & Analysis Platform
| Material | Source | Biodegradation | Best Use Case |
|---|---|---|---|
| PLA | Corn starch, sugarcane | 6-12 months (composting) | Food packaging, 3D printing |
| PHA | Bacterial fermentation | 3-6 months (all environments) | Medical devices, marine applications |
| PBS | Bio-based chemicals | 6-12 months | Mulch films, agricultural |
| Cellulose | Wood pulp, cotton | 2-5 months | Films, coatings |
| Seaweed | Marine algae | 4-6 weeks | Edible packaging, sachets |
| Mushroom | Fungal mycelium | 1-2 months | Protective packaging, insulation |
Calculates a comprehensive biodegradability score based on material composition, degradation time, and environmental conditions.
| Test Type | Standard | Pass Criteria | Duration |
|---|---|---|---|
| Biodegradation | ISO 14855 | >90% degradation | 180 days |
| Compostability | ASTM D6400 | Complete degradation | 180 days |
| Marine Degradation | ASTM D7081 | >70% degradation | 365 days |
| Ecotoxicity | ISO 20200 | No harmful effects | 28 days |
| Heavy Metals | EN 13432 | <100 ppm total | 7 days |
{
"endpoint": "https://api.wia.org/v1/plastic-alternative",
"methods": {
"getMaterial": {
"method": "GET",
"path": "/materials/{materialId}",
"response": {
"materialId": "PLA-2025-001",
"type": "PLA",
"certification": "WIA-ENE-048-ADVANCED",
"properties": {
"tensileStrength": 65,
"biodegradationDays": 180,
"bioBasedContent": 95
},
"verified": true
}
},
"verifyCertificate": {
"method": "POST",
"path": "/verify",
"body": {
"certificateId": "CERT-ENE048-12345",
"materialBatch": "BATCH-2025-Q1-001"
}
},
"submitTestResults": {
"method": "POST",
"path": "/testing/submit",
"body": {
"materialId": "PLA-2025-001",
"testType": "biodegradation",
"results": {...}
}
}
}
}
Compatible Materials: PLA, PBS, PHA
Temp Range: 180-220°C
Modifications: Minimal (temperature adjustment)
Compatible Materials: PLA, Cellulose
Temp Range: 160-200°C
Modifications: Screw design adjustment
Compatible Materials: PLA, PHA
Temp Range: 170-190°C
Modifications: Cooling time extension
Compatible Materials: PLA, Cellulose films
Temp Range: 140-180°C
Modifications: None required
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://wia.org/credentials/plastic-alternative/v1"
],
"id": "https://wia.org/credentials/ENE048/12345",
"type": ["VerifiableCredential", "PlasticAlternativeCertificate"],
"issuer": {
"id": "did:wia:certifier:12345",
"name": "WIA Certification Authority"
},
"issuanceDate": "2025-01-15T00:00:00Z",
"expirationDate": "2026-01-15T00:00:00Z",
"credentialSubject": {
"id": "did:wia:material:PLA-2025-001",
"materialType": "PLA",
"certificationLevel": "WIA-ENE-048-ADVANCED",
"properties": {
"bioBasedContent": 95,
"biodegradationDays": 180,
"compostable": true,
"marineCompatible": false
},
"testResults": {
"iso14855": "passed",
"astmD6400": "passed",
"ecotoxicity": "passed"
},
"manufacturer": {
"name": "EcoMaterials Corp",
"did": "did:wia:manufacturer:67890"
}
},
"proof": {
"type": "Ed25519Signature2020",
"created": "2025-01-15T00:00:00Z",
"verificationMethod": "did:wia:certifier:12345#key-1",
"proofPurpose": "assertionMethod",
"proofValue": "z5a3b2c1..."
}
}
All WIA-ENE-048 certificates are anchored to blockchain for immutability and transparency.