LB to Stone

Convert pounds to stone with configurable decimal precision

Example Results

1 examples

Convert pounds to stone

Convert pounds into stone for UK-style body weight or records

{
  "result": {
    "pounds": 28,
    "stone": 2
  }
}
View input parameters
{ "pounds": "28", "precision": 2 }

Key Facts

Category
Math, Date & Finance
Input Types
text, number
Output Type
json
Sample Coverage
1
API Ready
Yes

Overview

The LB to Stone converter provides a quick and accurate way to transform weight measurements from pounds into the British stone unit. Users can input any weight in pounds and specify the desired decimal precision to receive a structured JSON output suitable for personal records or technical integration.

When to Use

  • Tracking body weight for fitness goals using UK-standard measurements.
  • Converting shipping weights for logistics companies operating in the United Kingdom or Ireland.
  • Standardizing weight data in datasets that mix imperial pounds and stone units.

How It Works

  • Enter the weight value in pounds into the designated input field.
  • Adjust the decimal precision to define how many decimal places the result should include.
  • The tool calculates the stone equivalent by dividing the pounds by 14.
  • View the final result in a clean JSON format containing both the original and converted values.

Use Cases

Personal health tracking for individuals using British weight scales.
E-commerce platforms calculating shipping costs for UK-bound parcels.
Data analysts cleaning weight-related datasets for international research projects.

Examples

1. Standard Body Weight Conversion

Fitness Enthusiast
Background
A user is tracking their weight loss progress using a UK-based fitness application that requires measurements in stone.
Problem
The user only has a scale that measures in pounds and needs to convert 154 lbs.
How to Use
Enter '154' in the Pounds field and set the precision to 0.
Example Config
{"pounds": "154", "precision": 0}
Outcome
The tool returns a JSON object showing exactly 11 stone.

2. Precise Scientific Measurement

Researcher
Background
A researcher is analyzing material mass for a study and needs high-precision conversions for their documentation.
Problem
A sample weighs 28.5 pounds and requires a conversion to stone with 6 decimal places.
How to Use
Input '28.5' in the Pounds field and set the Decimal Precision to 6.
Example Config
{"pounds": "28.5", "precision": 6}
Outcome
The tool outputs a JSON result showing 2.035714 stone.

Try with Samples

math-&-numbers

Related Hubs

FAQ

How many pounds are in one stone?

There are exactly 14 pounds in one stone.

Can I control the number of decimal places?

Yes, you can set the precision between 0 and 10 decimal places.

What is the default precision if I do not specify one?

The tool defaults to 4 decimal places if no value is provided.

Is the output available in a machine-readable format?

Yes, the tool generates a JSON object containing the input and the calculated result.

Does this tool support negative numbers?

While it accepts numeric input, weight is typically measured in positive values for physical objects.

API Documentation

Request Endpoint

POST /en/api/tools/lb-to-stone

Request Parameters

Parameter Name Type Required Description
pounds text Yes -
precision number No -

Response Format

{
  "key": {...},
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
JSON Data: JSON Data

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-lb-to-stone": {
      "name": "lb-to-stone",
      "description": "Convert pounds to stone with configurable decimal precision",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=lb-to-stone",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]