find_satellites_above

List satellites above an observer within an angular search radius.

Signature: find_satellites_above(observer_lat: decimal number, decimal degrees (WGS84), required; observer_lon: decimal number, decimal degrees (WGS84), required; observer_alt_m: decimal number, metres, optional, default 0; radius_deg: integer, degrees, optional, default 30; category_id: integer, optional, default 0; 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/n2yo/find_satellites_above/?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0

Replace {observer_lat}, {observer_lon}, {observer_alt_m}, {radius_deg}, {category_id} 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/n2yo/find_satellites_above?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0. Open this exact request as JSON.

ParameterRequirementJSON typeDescription
observer_latrequirednumberObserver latitude in WGS84 decimal degrees. Unit: decimal degrees (WGS84).
observer_lonrequirednumberObserver longitude in WGS84 decimal degrees. Unit: decimal degrees (WGS84).
observer_alt_moptionalnumberObserver altitude above sea level in metres. Unit: metres.
radius_degoptionalintegerSearch radius from 0 to 90 degrees. Unit: degrees.
category_idoptionalintegerN2YO category id; 0 means all categories, 1 brightest.
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/n2yo/find_satellites_above?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&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/n2yo/find_satellites_above?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&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/n2yo/find_satellites_above?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0"
with urlopen(url) as response:
    result = json.load(response)
data = result["data"]

Response structure

{
  "source": "n2yo",
  "operation": "find_satellites_above",
  "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: decimal number. Observer latitude in WGS84 decimal degrees. Unit: decimal degrees (WGS84).
Type: decimal number. Observer longitude in WGS84 decimal degrees. Unit: decimal degrees (WGS84).
Type: decimal number. Observer altitude above sea level in metres. Unit: metres.
Type: integer. Search radius from 0 to 90 degrees. Unit: degrees.
Type: integer. N2YO category id; 0 means all categories, 1 brightest.

Result

Source: N2YO satellite data. Retrieved 2026-09-24T21:04:20Z in 1.508 seconds.

info:
category:
ANY
transactionscount:
74
satcount:
121
above:

25 results

  1. satid:
    2516
    satname:
    SCOUT B DEB
    intDesignator:
    1966-052D
    launchDate:
    1966-06-10
    satlat:
    32.7818
    satlng:
    5.5983
    satalt:
    3222.1116
  2. satid:
    3430
    satname:
    ERS 21 (OV5-4)
    intDesignator:
    1968-081C
    launchDate:
    1968-09-26
    satlat:
    18.3056
    satlng:
    -2.8429
    satalt:
    35757.6187
  3. satid:
    4717
    satname:
    THORAD AGENA D DEB
    intDesignator:
    1970-025CB
    launchDate:
    1970-04-08
    satlat:
    38.3607
    satlng:
    16.1027
    satalt:
    1057.9283
  4. satid:
    5991
    satname:
    TITAN 3C TRANSTAGE DEB
    intDesignator:
    1965-108R
    launchDate:
    1965-12-21
    satlat:
    23.1966
    satlng:
    35.2755
    satalt:
    24490.5555
  5. satid:
    6660
    satname:
    SL-3 R/B
    intDesignator:
    1973-034B
    launchDate:
    1973-05-29
    satlat:
    34.4958
    satlng:
    12.5931
    satalt:
    882.7893
  6. satid:
    7022
    satname:
    DELTA 1 DEB
    intDesignator:
    1973-086N
    launchDate:
    1973-11-06
    satlat:
    40.2735
    satlng:
    20.2318
    satalt:
    1352.6662
  7. satid:
    9320
    satname:
    DELTA 1 DEB
    intDesignator:
    1975-004EX
    launchDate:
    1975-01-22
    satlat:
    36.83
    satlng:
    12.7177
    satalt:
    708.5568
  8. satid:
    10155
    satname:
    SL-6 R/B(2)
    intDesignator:
    1977-054D
    launchDate:
    1977-06-24
    satlat:
    53.8733
    satlng:
    10.1714
    satalt:
    27699.2413
  9. satid:
    10492
    satname:
    SL-8 R/B
    intDesignator:
    1977-109B
    launchDate:
    1977-11-24
    satlat:
    41.1833
    satlng:
    13.3127
    satalt:
    1186.7464
  10. satid:
    10768
    satname:
    DELTA 1 DEB
    intDesignator:
    1976-077BR
    launchDate:
    1976-07-29
    satlat:
    34.3746
    satlng:
    12.2722
    satalt:
    1567.7613
  11. satid:
    12827
    satname:
    SL-6 R/B(2)
    intDesignator:
    1981-088F
    launchDate:
    1981-09-11
    satlat:
    25.7256
    satlng:
    4.8362
    satalt:
    11131.7514
  12. satid:
    13882
    satname:
    SL-6 R/B(2)
    intDesignator:
    1983-015E
    launchDate:
    1983-03-11
    satlat:
    44.5642
    satlng:
    36.4146
    satalt:
    24336.8617
  13. satid:
    13897
    satname:
    SL-6 R/B(2)
    intDesignator:
    1983-019D
    launchDate:
    1983-03-16
    satlat:
    53.3782
    satlng:
    6.9517
    satalt:
    34503.3876
  14. satid:
    13906
    satname:
    TITAN 3C TRANSTAGE DEB
    intDesignator:
    1965-108U
    launchDate:
    1965-12-21
    satlat:
    21.3902
    satlng:
    26.138
    satalt:
    29371.0086
  15. satid:
    15266
    satname:
    SL-12 R/B(AUX MOTOR)
    intDesignator:
    1984-095H
    launchDate:
    1984-09-04
    satlat:
    51.6312
    satlng:
    14.104
    satalt:
    11158.3268
  16. satid:
    15429
    satname:
    MOLNIYA 1-63
    intDesignator:
    1984-124A
    launchDate:
    1984-12-14
    satlat:
    31.8734
    satlng:
    33.8003
    satalt:
    20688.0307
  17. satid:
    15741
    satname:
    SL-6 R/B(2)
    intDesignator:
    1985-040D
    launchDate:
    1985-05-29
    satlat:
    53.4768
    satlng:
    -1.1903
    satalt:
    36685.8455
  18. satid:
    16138
    satname:
    COSMOS 1690
    intDesignator:
    1985-094A
    launchDate:
    1985-10-09
    satlat:
    32.9609
    satlng:
    12.6921
    satalt:
    1398.8658
  19. satid:
    16396
    satname:
    COSMOS 1710 (GLONASS)
    intDesignator:
    1985-118A
    launchDate:
    1985-12-24
    satlat:
    26.9986
    satlng:
    14.2602
    satalt:
    19166.6954
  20. satid:
    16404
    satname:
    SL-12 R/B(2)
    intDesignator:
    1985-118F
    launchDate:
    1985-12-24
    satlat:
    32.6195
    satlng:
    17.4147
    satalt:
    19112.7192
  21. satid:
    16528
    satname:
    CZ-3 R/B
    intDesignator:
    1986-010B
    launchDate:
    1986-02-01
    satlat:
    28.7863
    satlng:
    1.4378
    satalt:
    24339.9191
  22. satid:
    19549
    satname:
    IUS R/B(1)
    intDesignator:
    1988-091C
    launchDate:
    1988-09-29
    satlat:
    24.3431
    satlng:
    1.6197
    satalt:
    28182.0527
  23. satid:
    21221
    satname:
    SL-12 R/B(2)
    intDesignator:
    1991-025E
    launchDate:
    1991-04-04
    satlat:
    26.4046
    satlng:
    -5.4585
    satalt:
    19167.4557
  24. satid:
    21706
    satname:
    MOLNIYA 3-41
    intDesignator:
    1991-065A
    launchDate:
    1991-09-17
    satlat:
    54.3421
    satlng:
    29.8942
    satalt:
    38046.1923
  25. satid:
    22949
    satname:
    MOLNIYA 1-87
    intDesignator:
    1993-079A
    launchDate:
    1993-12-22
    satlat:
    61.7667
    satlng:
    14.0751
    satalt:
    36065.9157
limit:
25
offset:
0
returned:
25
has_more_results:
yes
truncated:
yes
next_offset:
25
Show all fields in HTML
info:
category:
ANY
transactionscount:
74
satcount:
121
above:

25 results

  1. satid:
    2516
    satname:
    SCOUT B DEB
    intDesignator:
    1966-052D
    launchDate:
    1966-06-10
    satlat:
    32.7818
    satlng:
    5.5983
    satalt:
    3222.1116
  2. satid:
    3430
    satname:
    ERS 21 (OV5-4)
    intDesignator:
    1968-081C
    launchDate:
    1968-09-26
    satlat:
    18.3056
    satlng:
    -2.8429
    satalt:
    35757.6187
  3. satid:
    4717
    satname:
    THORAD AGENA D DEB
    intDesignator:
    1970-025CB
    launchDate:
    1970-04-08
    satlat:
    38.3607
    satlng:
    16.1027
    satalt:
    1057.9283
  4. satid:
    5991
    satname:
    TITAN 3C TRANSTAGE DEB
    intDesignator:
    1965-108R
    launchDate:
    1965-12-21
    satlat:
    23.1966
    satlng:
    35.2755
    satalt:
    24490.5555
  5. satid:
    6660
    satname:
    SL-3 R/B
    intDesignator:
    1973-034B
    launchDate:
    1973-05-29
    satlat:
    34.4958
    satlng:
    12.5931
    satalt:
    882.7893
  6. satid:
    7022
    satname:
    DELTA 1 DEB
    intDesignator:
    1973-086N
    launchDate:
    1973-11-06
    satlat:
    40.2735
    satlng:
    20.2318
    satalt:
    1352.6662
  7. satid:
    9320
    satname:
    DELTA 1 DEB
    intDesignator:
    1975-004EX
    launchDate:
    1975-01-22
    satlat:
    36.83
    satlng:
    12.7177
    satalt:
    708.5568
  8. satid:
    10155
    satname:
    SL-6 R/B(2)
    intDesignator:
    1977-054D
    launchDate:
    1977-06-24
    satlat:
    53.8733
    satlng:
    10.1714
    satalt:
    27699.2413
  9. satid:
    10492
    satname:
    SL-8 R/B
    intDesignator:
    1977-109B
    launchDate:
    1977-11-24
    satlat:
    41.1833
    satlng:
    13.3127
    satalt:
    1186.7464
  10. satid:
    10768
    satname:
    DELTA 1 DEB
    intDesignator:
    1976-077BR
    launchDate:
    1976-07-29
    satlat:
    34.3746
    satlng:
    12.2722
    satalt:
    1567.7613
  11. satid:
    12827
    satname:
    SL-6 R/B(2)
    intDesignator:
    1981-088F
    launchDate:
    1981-09-11
    satlat:
    25.7256
    satlng:
    4.8362
    satalt:
    11131.7514
  12. satid:
    13882
    satname:
    SL-6 R/B(2)
    intDesignator:
    1983-015E
    launchDate:
    1983-03-11
    satlat:
    44.5642
    satlng:
    36.4146
    satalt:
    24336.8617
  13. satid:
    13897
    satname:
    SL-6 R/B(2)
    intDesignator:
    1983-019D
    launchDate:
    1983-03-16
    satlat:
    53.3782
    satlng:
    6.9517
    satalt:
    34503.3876
  14. satid:
    13906
    satname:
    TITAN 3C TRANSTAGE DEB
    intDesignator:
    1965-108U
    launchDate:
    1965-12-21
    satlat:
    21.3902
    satlng:
    26.138
    satalt:
    29371.0086
  15. satid:
    15266
    satname:
    SL-12 R/B(AUX MOTOR)
    intDesignator:
    1984-095H
    launchDate:
    1984-09-04
    satlat:
    51.6312
    satlng:
    14.104
    satalt:
    11158.3268
  16. satid:
    15429
    satname:
    MOLNIYA 1-63
    intDesignator:
    1984-124A
    launchDate:
    1984-12-14
    satlat:
    31.8734
    satlng:
    33.8003
    satalt:
    20688.0307
  17. satid:
    15741
    satname:
    SL-6 R/B(2)
    intDesignator:
    1985-040D
    launchDate:
    1985-05-29
    satlat:
    53.4768
    satlng:
    -1.1903
    satalt:
    36685.8455
  18. satid:
    16138
    satname:
    COSMOS 1690
    intDesignator:
    1985-094A
    launchDate:
    1985-10-09
    satlat:
    32.9609
    satlng:
    12.6921
    satalt:
    1398.8658
  19. satid:
    16396
    satname:
    COSMOS 1710 (GLONASS)
    intDesignator:
    1985-118A
    launchDate:
    1985-12-24
    satlat:
    26.9986
    satlng:
    14.2602
    satalt:
    19166.6954
  20. satid:
    16404
    satname:
    SL-12 R/B(2)
    intDesignator:
    1985-118F
    launchDate:
    1985-12-24
    satlat:
    32.6195
    satlng:
    17.4147
    satalt:
    19112.7192
  21. satid:
    16528
    satname:
    CZ-3 R/B
    intDesignator:
    1986-010B
    launchDate:
    1986-02-01
    satlat:
    28.7863
    satlng:
    1.4378
    satalt:
    24339.9191
  22. satid:
    19549
    satname:
    IUS R/B(1)
    intDesignator:
    1988-091C
    launchDate:
    1988-09-29
    satlat:
    24.3431
    satlng:
    1.6197
    satalt:
    28182.0527
  23. satid:
    21221
    satname:
    SL-12 R/B(2)
    intDesignator:
    1991-025E
    launchDate:
    1991-04-04
    satlat:
    26.4046
    satlng:
    -5.4585
    satalt:
    19167.4557
  24. satid:
    21706
    satname:
    MOLNIYA 3-41
    intDesignator:
    1991-065A
    launchDate:
    1991-09-17
    satlat:
    54.3421
    satlng:
    29.8942
    satalt:
    38046.1923
  25. satid:
    22949
    satname:
    MOLNIYA 1-87
    intDesignator:
    1993-079A
    launchDate:
    1993-12-22
    satlat:
    61.7667
    satlng:
    14.0751
    satalt:
    36065.9157
limit:
25
offset:
0
returned:
25
has_more_results:
yes
truncated:
yes
next_offset:
25
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 find_satellites_above 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.