{
  "entity_type": "unit_conversion_page",
  "id": "seconds-to-minutes",
  "name": "Seconds to Minutes",
  "title": "Seconds to Minutes Converter (s to min)",
  "description": "Convert seconds to minutes: 1 s = 0.0166667 min. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "time",
  "quantity_name": "Time",
  "base_unit": "s",
  "from_unit": {
    "symbol": "s",
    "display": "s",
    "name": "seconds",
    "singular": "second"
  },
  "to_unit": {
    "symbol": "min",
    "display": "min",
    "name": "minutes",
    "singular": "minute"
  },
  "linear": true,
  "factor": 0.01666666667,
  "inverse_factor": 60,
  "formula": "minutes = seconds × 0.01666666667",
  "reverse_formula": "seconds = minutes × 60",
  "unit_relation": "1 s = 0.0166667 min",
  "examples": [
    {
      "value": 5,
      "result": 0.0833333,
      "text": "5 s = 0.0833333 min"
    },
    {
      "value": 12.5,
      "result": 0.208333,
      "text": "12.5 s = 0.208333 min"
    },
    {
      "value": 100,
      "result": 1.66667,
      "text": "100 s = 1.66667 min"
    }
  ],
  "table": [
    {
      "s": 1,
      "min": 0.0166667
    },
    {
      "s": 2,
      "min": 0.0333333
    },
    {
      "s": 3,
      "min": 0.05
    },
    {
      "s": 4,
      "min": 0.0666667
    },
    {
      "s": 5,
      "min": 0.0833333
    },
    {
      "s": 6,
      "min": 0.1
    },
    {
      "s": 7,
      "min": 0.116667
    },
    {
      "s": 8,
      "min": 0.133333
    },
    {
      "s": 9,
      "min": 0.15
    },
    {
      "s": 10,
      "min": 0.166667
    },
    {
      "s": 15,
      "min": 0.25
    },
    {
      "s": 20,
      "min": 0.333333
    },
    {
      "s": 25,
      "min": 0.416667
    },
    {
      "s": 30,
      "min": 0.5
    },
    {
      "s": 40,
      "min": 0.666667
    },
    {
      "s": 50,
      "min": 0.833333
    },
    {
      "s": 75,
      "min": 1.25
    },
    {
      "s": 100,
      "min": 1.66667
    },
    {
      "s": 200,
      "min": 3.33333
    },
    {
      "s": 250,
      "min": 4.16667
    },
    {
      "s": 500,
      "min": 8.33333
    },
    {
      "s": 1000,
      "min": 16.6667
    }
  ],
  "faq": [
    {
      "q": "How many minutes are in one second?",
      "a": "1 s = 0.0166667 min. The factor comes from the SI definitions of both units (NIST SP 811 / BIPM), so it is exact or correct to at least 10 significant figures."
    },
    {
      "q": "What is the formula to convert seconds to minutes?",
      "a": "Multiply the value in seconds by 0.01666666667: minutes = seconds × 0.01666666667. For example, 5 s = 0.0833333 min."
    },
    {
      "q": "How do I convert minutes back to seconds?",
      "a": "Multiply by the inverse factor 60 (seconds = minutes × 60), or use the minutes-to-seconds page."
    }
  ],
  "sources": [
    {
      "name": "NIST Special Publication 811 – Guide for the Use of the International System of Units (SI), Appendix B conversion factors",
      "url": "https://www.nist.gov/pml/special-publication-811",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "BIPM – The International System of Units (SI Brochure, 9th edition)",
      "url": "https://www.bipm.org/en/publications/si-brochure",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "Wikipedia – Conversion of units",
      "url": "https://en.wikipedia.org/wiki/Conversion_of_units",
      "type": "reference",
      "retrieved_at": "2026-09-24"
    }
  ],
  "freshness": {
    "type": "static",
    "max_age_seconds": null,
    "note": "Fixed conversion factors (NIST/BIPM definitions); results never go stale."
  },
  "api": {
    "convert": "https://tttkmbb.com/api/v1/convert?value=5&from_unit=s&to_unit=min",
    "calculator": "https://tttkmbb.com/api/v1/calculate/time?value=5&from_unit=s&to_unit=min",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "s",
      "to_unit": "min"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/seconds-to-minutes",
    "markdown": "https://tttkmbb.com/conversion/seconds-to-minutes.md",
    "json": "https://tttkmbb.com/conversion/seconds-to-minutes.json",
    "reverse": "https://tttkmbb.com/conversion/minutes-to-seconds",
    "quantity_converter": "https://tttkmbb.com/conversion/time",
    "units": "https://tttkmbb.com/api/v1/units?quantity=time"
  },
  "timestamp": "2026-09-24"
}